body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #eee;
}

/*layer definitionen*/

#zentrierhilfe {
	position:absolute;
	height:560px;
	width:760px;
	top:50px;
	left:50%;
	margin-left: -380px;
	overflow: hidden;
	z-index: 3;
}

#inhaltAlles {

	position: static;
	text-align: left;
	width: 760px;
	height: 560px;
	z-index: 1;
	background-color:#fff;
	overflow:hidden;
}

#kopf {

	position:absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 125px;
	z-index:5;
}

#kopfline {
	position:absolute;
	width: 760px;
	left: 0px;
	top: 125px;
	z-index: 10;
	background-color: #FFF;
	height: 2px;
	margin:0px;
	padding:0px;
	font-size: 1px;
	
	}

#navigator {

	position:absolute;
	width: 200px;
	left: 0px;
	top: 0;
	height: 425px;
	z-index:0;
	padding-top: 135px;
	background-color: #FFCC33;
	background-repeat: no-repeat;
	visibility:visible;
	}

#inhalt {

	position:absolute;
	left:200px;
	top:125px;
	width:560px;
	height:435px;
	z-index:2;
	background-color: #CCC;
	}

#inhaltgross {

	position:absolute;
	left:0px;
	top:125px;
	width:750px;
	height:435px;
	z-index:3;
	padding-left:10px;
	padding-top:30px;
	background-color: #FC3;
}

#logo {
	position:absolute;
	left:543px;
	top:480px;
	width:200px;
	height: 70px;
	z-index:10;
	background-color: #FC3;
}	

#navilogo {

	position:absolute; 
	left:17px; 
	top:480px; 
	width:150px; 
	height:52px; 
	z-index:4;
	}

#linkertextkasten {

	position:absolute;
	left:254px;
	top:150px; 
	width:242px;
	height:320px;
	z-index:5;
	overflow: auto;
}

#rechtertextkasten {

	position:absolute;
	left:504px;
	top:150px; 
	width:242px;
	height:320px;
	z-index:5;
	overflow: auto;
}

#TextfeldGross {

	position:absolute;
	left:254px;
	top:127px;
	width:460px;
	height:403px;
	z-index:12;
	overflow: auto;
	padding-right: 45px;
	padding-top:28px;
}

/*schriftdefinitionen*/

a{
	text-decoration:none;
	color: #333;
}

a:visited {

	color: #333;
}

a:hover{

	color: #333;
}

a:active{

	color:#FFCC00;
}

/*

li a

{

color: #000000;

}*/
.navigatortext {

	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	padding-left: 15px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

.navigatorlinks {

	color: #333;
	}

.titel {

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	color: #333333;
	font-size: 17px;
	}
	
.zentriert {

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #333333;
	font-size: 18px;
	}
	
.gundtextschwarz {

	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #000000;
	font-size: 13px;
	}

.bold {

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	color: #000000;
	font-size: 14px;
	}
	

.startseitegrundtext {

	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
}

.startseitegrundtextrechts {

	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
}

.weiter {

	font-size: 45px;
	font-weight: bold;}

li {
}

ul {

	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.Firmentitel {

	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.firmenbeschrieb {

	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.firmenadresse {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 13px;
}

.schwarz {

	color: #000000;
}

.weiss {

	color: #FFFFFF;
}

.punkt {

	color: #FF9933;
}
.einpx {
	font-size: 1px;
}

