/* IE5.5+ PNG Fix */
div, h1, img { behavior: url(iepngfix.htc) }

html, body {
	height:90%;
	text-align:center;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 115%;
	background:#f3f3f5 url(../images/hg.jpg) repeat-x;
	background-color:#6ea6f1;
}

div#container {
	text-align:left;
	margin:0 auto;
	width:911px;
	background-color:white;
}

div#stefanbauer {	
	background-repeat:no-repeat;
	width:911px;
	height:106px;
}

div#banner {	
	background-repeat:no-repeat;
	margin-top:12px;
	width:911px;
	height:102px;
}

hr {	
 	height:1px;
	background-color:white;
	color:white;
 	border-bottom:1px dotted silver;
}

p {
	color:#333333;
}

div#content_container {
	width:911px;
	padding-bottom:50px;
	overflow:visible;
}

div#content_left {
	background-color:white;
	width:179px;
	voice-family: "\"}\""; 	/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
  voice-family:inherit;		/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
	margin-left:12px;
	margin-top:24px;	
	float:left;	
	color:#333333;
}

div#content_center {
	float:left;
	width:507px; 
  voice-family: "\"}\""; 	/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
  voice-family:inherit;		/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
	margin-left:11px;
	margin-top:24px;
	color:#333333;
}

div#content_right {
	float:right;	
	width:174px; 
  voice-family: "\"}\""; 	/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
  voice-family:inherit;		/* Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */
	margin-top:24px;
	margin-left:12px;
	margin-right:12px;
	text-align:left;
	color:#333333;
}

h1#footer {
	clear:both;
	background-image:url('../images/fuss.jpg');
	background-color:#6ea6f1;
	width:911px;
	height:121px;
	margin:0px;
	padding:0px;
	border:0px;
	text-indent:-10000em;
}

div#bgfooter {
	background:#6ea6f1 url(../images/bg_footer.jpg) repeat-x;
	height:13px;
	width:100%;
	margin:0px;
	padding:0px;
}

div#position {
	clear:both;
	line-height:30px;
	text-align:center;	
}

div#content_container a:link, div#content_container a:visited, div#content_container a:active  {
	color:#333333;
	text-decoration:none;
}

div#content_center a:link, div#content_center a:visited, div#content_center a:active  {
	color:#3366CC;
	text-decoration:none;
}

div#vertical_navi {
	overflow:hidden;
	background-color:#fecf39;
	/*background-color:#9ab1d0;*/
	margin-bottom:4px;
	text-align:left;
	width:179px;
}

div#vertical_navi ul {
	list-style-type:none;
	padding:0;
	overflow:hidden;
}

div#vertical_navi ul li {
	display:block;
	width:100%;
	background-color:#fecf39;	
	/*background-color:#9ab1d0;*/
	margin-top:1px;
	margin-bottom:1px;
	line-height:21px;
}

div#vertical_navi ul li a{
	padding-left:4px;
}

div#content_left a:link, div#content_left a:visited, div#content_left a:active, div#content_left a:hover  {
	color:#333333;
}