/* ########################################  Basics  ######################################## */
*
{
	margin:0;
	outline:0;
	padding:0;
}

html, body
{
	background-color:#0C2B3A;
	background-image:url(../upload/layout/background_mainpage.png);
	background-position:center 0;
	background-repeat:repeat-x;
	background-attachment: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

ul
{
	line-height:20px;
	list-style-type:disc;
	margin-left:15px;
}

ul li
{
	margin-bottom:0;
}

ol
{
	line-height:20px;
	margin-left:27px;
}

ol li
{
	margin-bottom:10px;
}

#clear
{
	clear:both;
	height:0;
}

/* ########################################  Seitenstruktur  ######################################## */

#wrapper {
min-height: 100%;
height:auto !important; /* moderne Browser */
height:100%; /* IE */
position: relative;
}


#container
{
	margin:0 auto;
	width:960px;
}

#header{
background-image:url(../upload/layout/background_header.png);
background-position:top left;
background-repeat:no-repeat;
height:187px;
}

#logo{

padding:81px 0 0 27px;
}

*+html #logo{
padding:63px 0 0 27px;
}


#servicenavi{
float: right;
margin-right:10px;
padding:10px 0 0 0;

}

#laufschrift{
position: absolute;
width:300px;
margin:194px 0 0 390px;
z-index:200;
}

#content {
background-image:url(../upload/layout/background_content.png);
background-position:top left;
background-repeat: repeat-y;
padding:0 25px;
}


#maincontent{
float:left;
width:425px;
margin:55px 40px 20px 0;
}



#maincontent_fullsize{
float:left;
width:670px;
margin:55px 0 20px 0;
}


#marginal{
float:left;
width:205px;
margin:7px 0 7px 0;
}

#content_bottom {
background-image:url(../upload/layout/background_content_bottom.png);
background-position:top left;
background-repeat: no-repeat;
height:15px;
}



#bottom
{
background-image:url(../upload/layout/background_bottom_02.png);
background-position:center 0;
background-repeat:repeat-x;
min-height:260px;
position: absolute;
bottom: 0; /* wichtig */
left:0;
width:100%;

}

#bottom_content {
margin:0 auto;
width:960px;
padding:240px 0 0 25px;
}

#copyright {
font-size:10px;
color:#567A8F;
float:left;
position: relative;
z-index: 200;
}

#copyright a:link,#copyright a:visited,#copyright a:active
{
	color:#567A8F;
	font-size:10px;
	text-decoration:none;
}

#copyright a:hover,#copyright a:focus
{
	color:#567A8F;
	font-size:10px;
	text-decoration:underline;
}

#social_bookmarks {
font-size:10px;
color:#567A8F;
vertical-align:middle;
float: right;
margin-right:25px;
margin-top:-5px;
position: relative;
z-index: 200;
}




/* ########################################  Textdarstellung  ######################################## */

#text
{
	color:#000;
	font-size:12px;
	line-height:20px;
}

#text a:link,#text a:visited,#text a:active
{
	color:#2A4576;
	font-size:12px;
	text-decoration:underline;
}

#text a:hover,#text a:focus
{
	color:#2A4576;
	font-size:12px;
	text-decoration:none;
}

/* ########################################  Überschriften  ######################################## */
h1
{
	color:#B50000;
	font-size:14px;

font-weight:bold;
}

h1 a:link,h1 a:visited,h1 a:active
{
	color:#B50000;
	font-size:14px;
	text-decoration:none;
}

h1 a:hover
{
	color:#B50000;
	font-size:14px;
	text-decoration:none;
}

h3
{
	color:#B50000;
	font-size:16px;
font-weight:bold;
margin-bottom:10px;
	line-height:20px;
}

h3 a:link,h3 a:visited,h3 a:active
{
	color:#B50000;
	font-size:14px;
	text-decoration:none;
}

h3 a:hover
{
	color:#B50000;
	font-size:14px;
	text-decoration:none;
}

h5
{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
}

h6
{
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
}

/* ########################################  Link weiterlesen  ######################################## */
#weiterlesen
{
	color:#B50000;
	font-size:11px;
	font-weight:bold;
	margin:5px 0 25px 0;
}

#weiterlesen a:link,#weiterlesen a:visited,#weiterlesen a:active
{
	color:#B50000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#weiterlesen a:hover
{
	color:#B50000;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}



/* ########################################  Laufschrift / Newsticker  ######################################## */

#sitNewsticker {
    position:           absolute;
    display:            inline;
    top:                40px;
    background-color:   #000;
} 

.newsticker {
    font-size:          12px;
    color:              #B50000;
}
.newsticker a {
    font-size:          12px;
    color:              #B50000;
}

.newsticker a:link,.newsticker a:visited,.newsticker a:active
{
	color:#B50000;
	font-size:12px;
	text-decoration:none;
}

.newsticker a:hover
{
	color:#B50000;
	font-size:12px;
	text-decoration:underline;
}

/* ########################################  Diverse Bilddarstellungen  ######################################## */
IMG
{
	border:none;
	margin:0;
	padding:0;
}

.bild_rechts
{
	float:right;
	margin:5px 0 10px 10px;
}

.bild_links
{
	float:left;
	margin:5px 10px 0 0;
}

#teaserimage
{
	border:0;
	float:left;
	margin:5px 10px 0 0;
}

/* ########################################  Artikelblättern für Detailartikel der Newsliste  ######################################## */
#artikelblaettern
{
	background-color:#FFF;
	border-top:1px solid #B50000;
	color:#B50000;
	font-size:10px;
	margin:15px 0 15px 0;
	padding:10px 0;
	text-decoration:none;
}

#artikelblaettern a:link,#artikelblaettern a:focus,#artikelblaettern a:active,#artikelblaettern a:visited
{
	color:#B50000;
	font-size:10px;
	text-decoration:none;
}

#artikelblaettern a:hover
{
	color:#B50000;
	font-size:10px;
	text-decoration:underline;
}

#zurueckblaettern
{
	float:left;
	text-align:left;
	width:33%;
}

#uebersicht
{
	float:left;
	margin:0;
	text-align:center;
	width:33%;
}

#weiterblaettern
{
	float:right;
	margin:0;
	text-align:right;
	width:33%;
}

/* ########################################  Blätterfunktion der Newsliste Version 1.1 (bei begenzter Anzahl der Artikel pro Seite)  ######################################## */
#newsblaettern
{
	background-color:#FFF;
	border-top:1px solid #B50000;
	color:#B50000;
	font-size:12px;
	margin:15px 0 15px 0;
	padding:10px 0;
	text-align:center;
}

#newsblaettern a:link,#newsblaettern a:visited,#newsblaettern a:active
{
	color:#B50000;
	font-size:12px;
	text-decoration:none;
}

#newsblaettern a:hover,#newsblaettern a:focus
{
	color:#B50000;
	font-size:12px;
	text-decoration:underline;
}

/* ########################################  Marginalspalte: Infobox 1 GRÜN  ######################################## */
#infobox_headline
{
	background-image:url(../upload/layout/headline_infobox_gruen.png);
	background-position:center 0;
	background-repeat:repeat-x;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	width:195px;
}

#infobox_text
{
	background-color:#DEE7C0;

	color:#000;
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
	padding:7px 10px 10px 10px;
	width:185px;
}

#infobox_text a:link,#infobox_text a:visited,#infobox_text a:active
{
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

#infobox_text a:hover,#infobox_text a:focus,
{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

/* ########################################  Marginalspalte: Infobox 2 Blau  ######################################## */
#infobox_2_headline
{
	background-image:url(../upload/layout/headline_infobox_blau.png);
	background-position:center 0;
	background-repeat:repeat-x;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	width:195px;
}

#infobox_2_text
{
	background-color:#D1E2E9;

	color:#000;
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
	padding:7px 10px 10px 10px;
	width:185px;
}

#infobox_2_text a:link,#infobox_2_text a:visited,#infobox_2_text a:active
{
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

#infobox_2_text a:hover,#infobox_2_text a:focus,
{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

/* ########################################  Bildbox  ######################################## */
#bildbox_headline
{
	background-image:url(../upload/layout/headline_infobox_grau.png);
	background-position:center 0;
	background-repeat:repeat-x;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	width:195px;
color:#000;
}

#bildbox
{
	background-color:#FFF;
	margin-bottom:15px;
	width:205px;
}




/* ########################################  Footer  ######################################## */
#footer {
height:260px;
margin:0 auto;
width:940px;
position: relative;
z-index: 100;
}

#footer_spalte_links {
width:220px;
float: left;
margin:10px 20px 0 0;
}

#footer_spalte_rechts {
width:220px;
float: right;
margin:10px 0 0 0;
}

#footer_spalte_headline {
background-image:url(../upload/layout/background_title_footer.png);
background-position:left top;
background-repeat:no-repeat;
color: #9BCBE8;
font-size:12px;
height:32px;
line-height:32px;
padding-left:10px;
font-weight:bold;
}

#footer_spalte_text {
color: #9BCBE8;
font-size:11px;
padding:10px;
line-height:16px;
}


#footer_spalte_text a:link,#footer_spalte_text a:visited,#footer_spalte_text a:active
{
	color:#9BCBE8;
	font-size:11px;
	text-decoration:underline;
}

#footer_spalte_text a:hover,#footer_spalte_text a:focus
{
	color:#9BCBE8;
	font-size:11px;
	text-decoration:none;
}

/* ########################################  Hauptnavigation  ######################################## */

#hauptnavi{
width:200px;
float:left;
border-top:1px solid #7C9829;
margin:75px 40px 7px 0;
}

*+html #hauptnavi{
margin:95px 40px 7px 0;
}

/* ############  Level 1  ############ */

#hauptnavi ul {
width:188px;
margin:0;
padding:0;
/*background-color:#F2F2F2;*/
background-color:transparent;
list-style-type:none;
}

#hauptnavi ul li.navmainStandardLevel_1 {
width:188px;
margin:0;
list-style-type:none;
}

#hauptnavi ul li.navmainStandardLevel_1 a {
display:block;
width:188px;
height:33px;
line-height:33px;
margin:0;
font-size:13px;
color:#000;
border-bottom:1px solid #7C9829;
text-decoration:none;
padding-left:12px;
background-image:url(../upload/layout/hauptnavi_level_1_inactive.png);
background-position:left 0;
background-repeat:no-repeat;

}
#hauptnavi ul li.navmainStandardLevel_1 a:hover, 
#hauptnavi ul li.navmainStandardLevel_1 a.active  {
color:#B50000;
font-weight:bold;
background-image:url(../upload/layout/hauptnavi_level_1_active.png);
background-position:left 0;
background-repeat:no-repeat;
}

/* ############  Level 2  ############ */


#hauptnavi ul li.navmainStandardLevel_2 {
font-size:12px;

}

#hauptnavi ul li.navmainStandardLevel_2 a {
display:block;

font-size:12px;
color:#000;
width:178px;
text-decoration:none;
padding:2px 0 2px 22px;
background-image:url(../upload/layout/hauptnavi_level_2_active2.png);
background-position:left 0;
background-repeat:no-repeat;
}

#hauptnavi ul li.navmainStandardLevel_2 a:hover, 
#hauptnavi ul li.navmainStandardLevel_2 a.active {
color:#B50000;
font-weight:bold;
background-image:url(../upload/layout/hauptnavi_level_2_inactive2.png);
background-position:left 0;
background-repeat:no-repeat;
}

#hauptnavi ul li.navmainStandardLevel_2.first a {
padding:5px 0 2px 22px;
background-image:url(../upload/layout/hauptnavi_level_2_active.png);
background-position:left 0;
background-repeat:no-repeat;
}

#hauptnavi ul li.navmainStandardLevel_2.first a:hover, 
#hauptnavi ul li.navmainStandardLevel_2.first a.active {
padding:5px 0 2px 22px;
background-image:url(../upload/layout/hauptnavi_level_2_inactive.png);
background-position:left 0;
background-repeat:no-repeat;
}


#hauptnavi ul li.navmainStandardLevel_2.last a {
border-bottom:1px solid #7C9829;
padding:2px 0 7px 22px;
}

#hauptnavi ul li.navmainStandardLevel_2.first.last a {
border-bottom:1px solid #7C9829;
padding:5px 0 7px 22px;
}


}
#hauptnavi li.navmainStandardLevel_2 span {
color: #B50000;
}


/* Level 3 */
#hauptnavi ul li.navmainStandardLevel_3 {
margin-left:20px;
}
#hauptnavi ul li.navmainStandardLevel_3 a {
background-image:none;
color:#000;
width:200px;
}
#hauptnavi ul li.navmainStandardLevel_3 a:hover, 
#hauptnavi ul li.navmainStandardLevel_3 a.active {
font-weight:bold;

}


/* ########################################  Text Slider   ######################################## */

#textslider {
    font-size : 13px;
    color : #B50000;
        padding:5px 0;
        font-weight:bold;
} 



#textslider a:link, #textslider a:active, #textslider a:visited {
    text-decoration: none;
    color: #B50000;

}



#textslider a:hover, #textslider a:focus {
    text-decoration: none;
    color: #B50000;

}



/* ########################################  Google Maps Suche  ######################################## */


#google_maps_suche
{
	background-color:#DEE7C0;
	color:#000;
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
	padding:7px 10px 10px 10px;
	width:185px;
}


/* -------------------- Gästebuch-Navigation -------------------- */

#vpgb_nav {
         font-size:12px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 5px;

}
#vpgb_nav a {
	color: #000;
	border: 1px solid #B4B4B4;
	text-decoration: none;
	padding: 2px;
}
#vpgb_nav span.vpgb_punkte {
	color: #000;
	border: 1px solid #B4B4B4;
	text-decoration: none;
	padding: 2px;
}
#vpgb_nav a:hover {
	background: #DADADA;
}
#vpgb_nav a.vpgb_aktiv {
	background: #DADADA;
	font-weight: bold;
}

/* ########################################  Servicenavigation  ######################################## */

#servicenavi 
{

	float:right;

}


#servicenavi ul li
{
	color:#fff;

	font-size:12px;
	height:32px;
	line-height:32px;
	position:relative;
	text-align:right;
	background-color:#7C9829;
	padding:0 15px;

list-style-type:none;
}



ul.list-snav-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	float: right;

}

/* List Element für Navigation */
/* Bei der Ausgabe setzt sich der Style aus snav-1 und activated bzw inactive zusammen! */
li.snav-1 {
	display: block;
	float: left;
	height: 20px;

}

.activated {
	color: #fff;
	font-weight: bold;
}

.inactive {
	color: #fff;
	font-weight: normal;
}

/* Links für die Navigation auf schwarz setzen */
li.snav-1 A:link, li.snav-1 A:visited {
	color: #fff;
	text-decoration: none;
}

li.snav-1 A:hover {
	color: #fff;
	text-decoration: underline;

}


