body {
	background: #fff;
	margin-top:0px;
	padding:0;
	color: #59595D;
	font-family: Helvetica, Arial, sans-serif;
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
/* Überschriften */
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:13pt;
	color:#222766;
	font-weight:bolder;
	text-align:right;
}
h2 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:18pt;
	color:#D67F00;
	font-weight:300;
	text-align:right;
	letter-spacing: -1px;
}
h3 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:13pt;
	color:#D67F00;
	font-weight:300;
	text-align:left;
	letter-spacing: -1px;
}

/* Link Formatierungen inkl. verlinkte Bilder */
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	outline:0;
}

/* Formulare allgemein */
.button {
	BORDER-RIGHT: #D67F00 1px solid;
	BORDER-TOP: #222766 1px solid;
	FONT-SIZE: 9pt;
	font-weight:600;
	BORDER-LEFT: #D67F00 1px solid;
	color: #222766;
	BORDER-TOP: #D67F00 1px solid;
	BORDER-BOTTOM: #D67F00 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	BACKGROUND-COLOR: #fff;
	height:21px;
}
.formular {
	BORDER-RIGHT: #D67F00 1px solid;
	BORDER-TOP: #D67F00 1px solid;
	FONT-SIZE: 10pt;
	BORDER-LEFT: #D67F00 1px solid;
	BORDER-BOTTOM: #D67F00 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	color: #59595D;
}



/* Inhalte  */



#container {
	width: 1000px;
	left:50%;
	margin-left:-500px;
	z-index: 0;
	overflow: hidden;
	background-color:#FFF;
/* 	background-image:url(../images/.blog_fisch_staebchen.jpg); */
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid #222766;
	border-bottom:none;
	border-top:none;
	position:absolute;
	
	}
	
	
#header {
	z-index:1;
	text-align:left;
	margin-top:15px;
	position: relative;
	padding:10px;
	text-align:left;
	background-image:url(../images/logo-final.jpg);
	background-repeat:no-repeat;
	background-position: 787px 12.7mm;
	height:162px;
	margin:0;
	vertical-align:bottom;
}
#headernavi {
	text-align:left;
	float: right;
	position: relative;
	padding-right:35px;
	left: 0px;
	top: 0px;
}
/* Content Elemente */
#content {
	padding: 10px 0;
	width: 138.6mm;
	float: left;
	font-size: 11pt;
	font-weight:500;
	line-height:16pt;
	margin-left: 442px;
	text-align:justify;
	margin-top: 28px;
	margin-bottom: 30px;
}
/* Content tabellen */
#content table {
	padding-left:15px;
}


/* Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. */
#content ul, #content ol {
	padding: 0 15px 15px 40px;
}




/* Fußzeile */

#fusszeile {
	border-bottom:#F90;
    clear:left;
    background:#efefef;
    text-align:center;
    padding:10px;
	z-index:3;
	color:#D67F00;
	height:35px;
	margin-bottom: 30px;

}

#fusszeile ul {
	margin: 0;
	padding: 0.8em;
	text-align: right;
	color:#D67F00;
	font-weight: 600;

}

#fusszeile li{
	list-style: none;
	display: inline;
	margin: 0.3em;
	padding: 0;

}

#fusszeile a {
	text-decoration: none;
	font-weight: 600;
	color:#D67F00;
	font-size:11pt;

}

#fusszeile a:active  {
	text-decoration: none;
	font-weight: 600;
	color:#222766;
	font-size:11pt;

}
#fusszeile a:hover  {
	text-decoration: none;
	font-weight: 600;
	color:#222766;
	font-size:11pt;
}



/* Abweichender Extras etc */

#referenzenvorstellung {
	padding: 10px 0;
	width:680px;
	float: left;
	font-size: 10pt;
	font-weight:500;
	line-height:16pt;
	margin-left: 50px;
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* Content Referenzen Vorstellung tabellen */
#referenzenvorstellung table {
	padding-left:15px;
}





