@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	background-image: url(../de/images/hintergrund_4px.jpg);
	background-repeat: repeat;
    }
	
a { color: #006EB6; text-decoration: none;}
a:visited {
	color: #006EB6;
	text-decoration: none;
}
a:hover, a:visited:hover { color: #3F4C6B; text-decoration: none; }
	
#navbar {
	width: 180px;
	margin-left: 18px;
	background-color: #EEEEEE;
}
#navbar_top {
	background-image: url(images/menue_grau.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 27px;
}
#navbar_middle {
	height: auto;
	border: 1px solid #CCCCCC;
	width: 175px;
	margin-left: 0px;
}
#navbar_bottom {
	background-image: url(images/menue_grau_close.gif);
	height: 25px;
	width: 180px;
	background-repeat: no-repeat;
}


#calendar {
	margin-bottom: 20px;
}

    .thrColFixHdr #container {
	width: 990px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/verlaengerung.jpg);
	background-repeat: repeat-y;
    } 
    .thrColFixHdr #header {
	background-repeat: no-repeat;
	height: 237px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
#calendar_top {
	background-image: url(images/calendar.gif);
	height: 27px;
	width: 180px;
	background-repeat: no-repeat;
}


#calender_content {
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#calender_bottom {
	background-image: url(images/menue_grau_close.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 180px;
}
#besucherzaehler_top {
	background-image: url(images/Visitor.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 180px;
}
#besucherzaehler_middle {
	width: 180px;
	height: auto;
	border: 1px solid #CCCCCC;
}
#besucherzaehler_bottom {
	background-image: url(images/menue_grau_close.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 180px;
}
#newsbox_top {
	background-image: url(images/news.gif);
	height: 27px;
	width: 180px;
}
#newsbox_middle {
	border: 1px solid #CCCCCC;
	height: auto;
	width: 165px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsbox_bottom {
	background-image: url(images/menue_grau_close.gif);
	height: 25px;
	width: 180px;
}
#newsletter_top {
	background-image: url(images/nesletter.gif);
	height: 27px;
	width: 180px;
}



#newsletter_mitte {
	border: 1px solid #CCCCCC;
	height: auto;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsletter_bottom {
	background-image: url(images/menue_grau_close.gif);
	height: 25px;
	width: 180px;
}
#tip_des_tages_top {
	background-image: url(images/random.gif);
	height: 27px;
	width: 180px;
}
#tip_des_tages_middle {
	border: thin solid #CCCCCC;
	height: auto;
	width: 166px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tip_des_tages_bottom {
	background-image: url(images/menue_grau_close.gif);
	height: 25px;
	width: 180px;
}

    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: auto;
    }
#newsletter {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 5px;
    }
    .thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 500px;
	height: auto;
	margin-right: 0px;
    } 
#besucherzaehler {
	width: 180px;
	height: auto;
	margin-top: 20px;
	margin-left: 18px;
}

#youarehere {
	height: 20px;
	text-align: right;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #cccccc;
	font-size: 11px;     
	padding-bottom: 2px;
}
#tip-des-Tages {
	width: 180px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Site_info_links {
	width: 180px;
}
#site_info_mitte {
	width: 200px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
}

#newsbox {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#container_footer {
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 40px !important;
	font-size: 11px;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#container_footer a {
	color: #3F4C6B;
	text-decoration: none;
}



#container_footer_l {
	width: 300px;
	float: left;
	padding-left: 20px;
}

#container_footer_c {
	width: 300px;
	text-align: center;
	float: left;
}


#container_footer_r {
	float:left;
	text-align: right;
	width: 200px;
	margin-left: 5px;
}

/* ---------------------------- TOPBAR ---------------------------- */

#topbar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: right;
	color:#FFFFFF
}

#topbar a {
	color: #FFFFFF;
	text-decoration: none;
	width: 950px;
}

#totop {
	color: #cccccc;
	font-size: 11px;     
	padding-top: 20px;
	text-align: right;
}
#searchbox {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;

}
#searchbox .submitbutton {
	width:50px;
	background-color: #7C7C7E;
	height: 20px;
	border: 1px solid #666666;
	cursor: default;
	color: #FFFFFF;
}
#searchbox .searchinput {
	width:100px;
	}


form {
	width: auto;

}


#youarehere {
	color: #333333;
	
}
#youarehere a:visited {
	color: #3F4C6B;
}
#youarehere a:hover,  #youarehere a:visited:hover{
	color: #3F4C6B;
	text-decoration: none;
}


h1 { color: #006EB6; font-size: 18px;}
h2 { color: #006EB6; font-size: 15px; border-bottom: 1px solid #006EB6;}
h3 { color: #006EB6; font-size: 13px;}

.linie { 
	color:#969696;
}
#newsletter_mitte input {
	width: 160px;
	border: solid 1px #CCCCCC;
	margin-left: 5px;
}
#newsletter_mitte form {
	width: 160px;
}
#newsletter_mitte .submitbutton {
	border:solid 1px #CCCCCC;
	color: #FFFFFF;
	background-color: #006EB6;
	cursor:pointer;
	width: 50px;
	height: auto;
}
