/* Allgemein    ---------------------------------------------------------------- */




/* Schrift Text---------------------------------------------------------------- */
p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #383839;
	text-decoration : none;
	line-height: 150%;
}

li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #383839;
	text-decoration : none;
	line-height: 150%;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #383839;
	text-decoration : none;
	line-height: 140%;
}

.textbold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #383839;
	text-decoration : none;
	line-height: 140%;
}

.textklein {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #383839;
	text-decoration : none;
	line-height: 140%;
}

.ueb1 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: left; 
	color: #67686a;
	text-decoration: none;
	line-height: 140%;
}

.ueb2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left; 
	color: #383839;
	text-decoration: none;
	line-height: 140%;
}

.zwueb {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left; 
	color: #222222;
	text-decoration: none;
	line-height: 140%;
}


a:link {
	color: #222222;
	text-decoration: underline;
			}
			
a:visited {
	color: #B02E23;
	text-decoration: underline;
			}
			
a:hover {
	color: #B02E23;
	text-decoration: underline;
			}
			
a:active {
	color: #B02E23;
	text-decoration: underline;
			}

a.schwarz:link {
	color: #222222;
	text-decoration: none;
			}
			
a.schwarz:visited {
	color: #222222;
	text-decoration: none;
			}
			
a.schwarz:hover {
	color: #222222;
	text-decoration: none;
			}
			
a.schwarz:active {
	color: #222222;
	text-decoration: none;
	}

/* Layer Allgemein---------------------------------------------------------------- */

#logo{
	position:absolute; 
	width: 240px; 
	height: 70px; 
	z-index:1; 
	left: 23px; 
	top: 36px; 
	visibility: visible;
	}
	
#bildleiste{
	position:absolute;
	width: 625px;
	height: 150;
	z-index:2;
	left: 277px;
	top: 0px;
	visibility: visible;
	}

#bildlinks{
	position:absolute;
	width: 275px;
	height: 510;
	z-index:3;
	left: 0px;
	top: 0px;
	visibility: visible;
	}

#nav{
	position:absolute;
	width: 616px;
	height: 10px;
	z-index:4;
	left: 20px;
	top: 159px;
	visibility: visible;
	}

#unavarchiv{
	position:absolute;
	width: 200px;
	height: 80px;
	z-index:5;
	left: 46px;
	top: 10px;
	visibility: visible;
	}

#textfeld{
	position:absolute;
	width: 540px;
	height: 450px;
	z-index:6;
	left: 30px;
	top: 20px;
	visibility: visible;
	}
	
/* Layer Startseite  ---------------------------------------------------------------- */


#cover{
	position:absolute;
	width: 455px;
	height: 595px;
	z-index:10;
	left: 260px;
	top: 0px;
	visibility: visible;
	}

#navcover{
	position:absolute;
	width: 120px;
	height: 210px;
	z-index:11;
	left: 140px;
	top: 200px;
	visibility: visible;
	}
