@charset "UTF-8";

/*---------------------------------- BASICS -------------------------------*/

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgstripe.gif);
	background-repeat: repeat;
	background-position: left top;
}


a:link, a:visited, a:active {
	background-color:#008483;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
	color: #008483;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.logo a:link, .logo a:visited, .logo a:active, .logo a:hover {
	background-color:#FFFFFF;
	padding:0px;
	font-weight: normal;
}

.lbgf a:link, .lbgf a:visited, .lbgf a:active, .lbgf a:hover {
	background-color:#FFFFFF;
	padding:0px;
	font-weight: normal;
}


h1 {
	
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}


h2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.clearboth {

	border:medium none;
	font-size:1px;
	height:0;
	width:1px;
	clear:both;

}

/*---------------------------------- ELEMENTS -------------------------------*/

#zitathome {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin-bottom:-10px;
	margin-top:25px;
	
}
#zitathomelegende {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.header00 {
	background-image: url(../images/bg_00_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}
.header01 {
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}
.header02 {
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}
.header03 {
	background-image: url(../images/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}
.header04 {
	background-image: url(../images/bg_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

.header05 {
	background-image: url(../images/bg_05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

.header06 {
	background-image: url(../images/bg_06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

.header07 {
	background-image: url(../images/bg_07.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

.header08 {
	background-image: url(../images/bg_08.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

.header09 {
	background-image: url(../images/bg_09.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
}

#content {
	position: absolute;
	left: 37px;
	padding-left: 20px;
	padding-right: 40px;
	top: 190px;
	width: 740px;
	background-image: url(../images/white.gif);
}
#contentleft {
	float:left;
	width: 485px;
}
#contentright {
	float:left;
	margin-left: 15px;
	width: 232px;
}
#footer {
	font-size: 12px;
	position:relative;
	left:-20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	width: 740px;
	height:180px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
.logo {
	top: 50px;
	margin-left: 50px;
	position: absolute;
}

/*----------------------------------- NAVIGATION -------------------------------*/

.navigation {
	position: absolute;
	left: 45px;
	top: 150px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	
}

.navigation UL {
	color: #008483;
	padding: 0px;
	margin: 0px;
}

.navigation UL LI {
	float:left;
	list-style:none;
	color: #008483;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	
}

.navigation UL LI a:link, .navigation UL LI a:visited, .navigation UL LI a:active {
	list-style:none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#008483;
	padding: 2px 8px 2px 8px;
}

.navigation UL LI a:hover {
	list-style:none;
	color: #008483;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 2px 8px 2px 8px;
}