/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	background-color: #e1e1e1;
	margin: 0;
}
a {
	color: #c45503;
}
a:hover {
	color: #f18b40;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
}
h1 {
	font-size: 14px;
	margin-top: 0;
	color: #5f5f5f;
	padding-bottom: 8px;
	border-bottom: dotted 1px #5f5f5f;
}
h2 {
	font-size: 14px;
	margin-top: 0;
	color: #8d8d8d;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-style:italic;
	color: #c45503;
	margin-top: 0;
}


/* ID's */
#container { 
	width: 800px;
	background-color: #FFFFFF;
	padding: 0 30px 5px 20px;
	background-image: url(img/shadow_core.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
#header {
height: 170px;
	text-align: left;
}
#logo {
	height: 76px;
	background-image: url(img/keyvisual_staatz.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
#navone { 
	height: 30px;
	background-image: url(img/hg_navone.jpg);
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	padding-left: 250px;
}
#seperator { 
	border-top: 4px #5f5f5f solid;
}
#navtwo { 
	height: 29px;
	padding-left: 250px;
	background-color: #8d8d8d;
}
#navthree { 
	width: 230px;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	font-size: 12px;
}
#navthree a { 
	display: block;
	text-decoration: none;
	color: #5f5f5f;
	background-color: #e1e1e1;
	padding: 3px 13px 3px 3px;
}
#navthree a:hover { 
	color: #f18b40;
	border-right: solid 8px #f18b40;
}
#navthree ul { 
	list-style-type: none;
	padding: 0px 0px;
	margin: 0;
}
#navthree li { 
	padding: 3px 0px;
}
#content {
	margin-bottom: 10px;
	float: left;
	width: 520px; 
    
}
#footer { 
	height: 30px;
	clear: left;
	border-top: 1px #333333 dotted;
	padding-top: 8px;
	margin-top: 12px;
}



/* Klassen */
.contact {
	font-size: 12px;
	color: #616161;
}
.state {
}
.statea {
	color: #000000 !important;
	border-right: solid 8px #f18b40;
}