/************************************/
/* --------- template.css --------- */
/************************************/

/****************************/
/* Allgemeine Einstellungen */
/****************************/
body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	/* Scrollbar ständig anzeigen um "Springen" der Seite zu verhindern */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(1pic/background.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	font-size: 11px;
	color: #606060;
}

img {
	border: 0;
}

a div {
	text-decoration: none;
}

/***********************/
/* Newsline-spezifisch */
/***********************/
.newslineEditLink a {
	display: block;
	clear: both;
	background-color: #c7e2ff;
	border: 1px solid #f0f0f0;
	padding: 3px;
	font-size: 11px;
	color: #4279bc;
	font-weight: bold;
	text-align: left;
}

.newslineEditLink a:hover {
	color: #4279bc;
	text-decoration: none;
}

/************/
/* Template */
/************/
#center {
	width: 990px;
	margin: 0 auto;
}

#template {
	padding-top: 5px;
}

#template_header {
	margin: 0;
	padding: 0;
	position: relative;
	/*height: 372px;*/
	/*height: 63px;*/
}

#logo {
	background-image: url(1pic/logo_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 990px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: relative;
	height: 63px;
}

#logo img {
	position: absolute;
	left: 17px;
	top: 12px;
}

#imagebildBox {
	background-image: url(1pic/content_bg.png);
	width: 940px;
	padding-left: 20px;
	padding-right: 30px;
	height: 309px;
	/*position: absolute;
	left: 0;
	top: 63px;*/
}

#template_content {
	width: 940px;
	padding: 0 30px 20px 20px;
	background-image: url(1pic/content_bg.png);
}

#content {
	float: left;
	margin-left: 34px;
	width: 685px;
}

#schatten_unten {
	width: 990px;
	height: 10px;
	background-image: url(1pic/schatten_unten.png);
	background-repeat: no-repeat;
}

/****************/
/* Navigationen */
/****************/
#navOben {
	position: absolute;
	left: 239px;
	top: 13px;
	background-image: url(1pic/navOben_bg.png);
}

#navOben ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navOben ul li {
	float: left;
	text-align: center;
}

#navOben ul li a {
	display: block;
	width: 93px;
	height: 30px;
	background-image: url(1pic/nav_button.png);
	line-height: 30px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#navOben ul li a:hover {
	background-image: url(1pic/nav_button_hover.png);
}

#navContent {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
	background-color: #e5e5e5;
	background-image: url(1pic/navContent.gif);
	background-repeat: no-repeat;
}
#navContent .bildUnten {
	background-image: url(1pic/navContentUnten.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navContent ul li {
	margin: 0;
	padding: 0;
	background-image: url(1pic/navContentHead.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 220px;
	line-height: 30px;
}

#navContent ul li a {
	color: #ff0000;
	display: block;
	font-weight: bold;
	padding-left: 30px;
	text-decoration: none;
	background-image: url(1pic/bullet_right_red_bold.gif);
	background-position: 18px center;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#navContent ul li a:hover {
	background-color: #f5f5f5;
}

#navContent ul li ul li a:hover {
	background-color: #ffffff;
}

#navContent ul li ul {
}

#navContent ul li ul li {
	background-image: url(1pic/navContentPunktOben.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 2px;
	line-height: 21px;
}

#navContent ul li ul li a {
	text-decoration: none;
	color: #ff0000;
	display: block;
	padding-left: 45px;
	background-image: url(1pic/bullet_right_red_bold.gif);
	background-position: 33px center;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#navContent ul li ul li a.aktiv {
	text-decoration: underline;
}

#navContent ul li ul li ul {
	padding: 0;
}
#navContent ul li ul li ul li {
	background-image: none;
	line-height: 15px;
}
#navContent ul li ul li ul li a {
	text-decoration: none;
	color: #ff0000;
	font-weight: normal;
	padding-left: 60px;
	background-image: url(1pic/bullet_right_red_normal.gif);
	background-position: 50px center;
	background-repeat: no-repeat;
}

#navContent ul li ul li ul li ul li a {
	text-decoration: none;
	color: #ff0000;
	font-weight: normal;
	padding-left: 75px;
	background-image: url(1pic/bullet_right_red_normal.gif);
	background-position: 65px center;
	background-repeat: no-repeat;
}

/**************/
/* Sprachwahl */
/**************/

#langswitch {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 89px;
	height: 30px;
	overflow: hidden;
}

#langswitch ul.langswitch {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#langswitch ul.langswitch li a {
	padding: 8px 25px 0 0;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 10px;
	float: right;
	color: #ffffff;
	font-size: 9px;
}

/**********/
/* Footer */
/**********/

#footer {
	width: 980px;
	height: 301px;
}

#footer a:hover,
#copyright a:hover {
	color: #ffffff;
}

#about_boxmark,
#news_events,
#location_contact {
	float: left;
	width: 320px;
	/*height: 236px;*/
	position: relative;
}

#about_boxmark .boxhead,
#news_events .boxhead,
#location_contact .boxhead
	{
	width: 320px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
}

#about_boxmark {
	margin-right: 10px;
}

#about_boxmark .boxhead {
	/*background-image: url(1pic/about.png);*/
}

#news_events {
	margin-right: 10px;
}

#news_events .boxhead {
	/*background-image: url(1pic/news_events.png);*/
}

#news_events .boxbody {
	position: absolute;
	top: 30px;
	left: 0;
}

.boxhead a {
	display: block;
	text-decoration: none;
	height: 30px;
	background: none;
	padding: 0;
}

#news_events .newsberichteEintrag {
	border-bottom: 1px solid #444444;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

#news_events .newsberichteLetzterEintrag {
	border: 0;
	margin: 0;
	padding-bottom: 0;
}

#news_events a {
	color: #a0a0a0;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(1pic/bullet_right_gray.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
}
#news_events .boxhead a {
	background: none;
	padding: 0;
}

#location_contact .boxhead {
	background-image: url(1pic/location_contact.png);
}

#location_contact .headlink {
	width: 320px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#location_contact .headlink img {
	width: 320px;
	height: 30px;
}

#about_boxmark .boxbody,
#news_events .boxbody,
#location_contact .boxbody {
	height: 238px;
	width: 288px;
	margin: 0;
	padding: 16px;
	background-image: url(1pic/box_body_bg.png);
}

#about_boxmark .boxbody p,
#news_events .boxbody p,
#location_contact .boxbody p
	{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#location_contact .boxbody .map {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(1pic/map.png);
	background-repeat: no-repeat;
	height: 184px;
	width: 307px;
}

#location_contact .boxbody .locationlink {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #444444;
	width: 288px;
}

#location_contact .boxbody .text {
	position: absolute;
	top: 120px;
	left: 0;
	padding: 0 14px;
}
#location_contact .buttons {
	/*float: right;*/
	position: absolute;
	right: 14px;
	bottom: 14px;
}
#location_contact .buttons a {
	background-image: url(1pic/bullet_right_gray.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	float: left;
	margin-left: 10px;
}

#about_boxmark .boxfooter,
#news_events .boxfooter,
#location_contact .boxfooter {
	background-image: url(1pic/box_footer.png);
	width: 320px;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

#news_events .boxfooter {
	position: absolute;
	left: 0;
	top: 300px;
}

#copyright {
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 10px;
	width: 900px;
	color: #404040;
	font-size:9px;
}

#copyright a {
	color: #404040;
	text-decoration: underline;
	font-size: 9px;
}

/*************/
/* Bildernav */
/*************/
.bilderNav {
	width: 220px;
	background-color: #f5f5f5;
	margin-bottom: 16px;
	float: left;
}
.bilderNav a {
	color: #ff0000;
	text-decoration: underline;
	background-repeat: no-repeat;
}

.bilderNav .vorigesnaechstes {
	float: right;
	width: 220px;
	border-bottom: 1px solid #ffffff;
}

.bilderNav .voriges,
.bilderNav .naechstes {
	border-left: 1px solid #ffffff;
	width: 109px;
	background-color: #ebebeb;
	line-height: 31px;
	float: right;
}
.bilderNav .voriges {
	text-align: left;
	border: 0;
	width: 110px;
}
.bilderNav .naechstes {
	text-align: right;
}

.bilderNav .voriges a {
	padding-left: 32px;
	background-image: url(1pic/bullet_left_red_normal.gif);
	background-position: 18px center;
}
.bilderNav .naechstes a {
	padding-right: 32px;
	background-image: url(1pic/bullet_right_red_normal.gif);
	background-position: 85px center;
}

.bilderNav .voriges a,
.bilderNav .naechstes a {
	display: block;
	text-decoration: none;
}

.bilderNav .voriges a:hover,
.bilderNav .naechstes a:hover {
	background-color: #f7f7f7;
}

.bilderNav .description {
	background-image: url(1pic/navContent.gif);
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	padding: 5px 10px;
	height: 251px;
	overflow: auto;
}
.bilderNav .noBilderNav {
	height: 283px;
}
.bilderNav .description p {
	margin-bottom: 0;
}
.bilderNav .description .titel {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
}


/********/
/* Misc */
/********/

.eintrag img {
	margin-bottom: 5px;
}

.floatleft {
	float: left;
}

.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.inhalte10Lay, .inhalte15Lay, .inhalte17Lay {
	margin-bottom:20px;
}

.inhalte a {
	color: #606060;
	text-decoration:underline;
}

.inhalte a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.inhalteContainer3 {
vertical-align:top;
}