/* 3 col fluid layout CSS Document */
/* mac hide\*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	font-family:Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	background-color:#069;
	color: #069;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:20%;
	margin-right:20%;
	background:#FFF;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#inner{width:100%;/*needed to fix ies bad handling of widths with percentages*/}
#header{/* header is position absolute but can come first in source by using a negative margin technique also*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:85px;
	background-color:#069;
	border-top:1px solid #000;
	overflow:hidden;
	color: #000;
	text-align:center;
}

#left {
	background-color:#8EB5CC;
	position:relative;/*ie needs this to show float */
	width:32.5%;
	float:left;
	padding-bottom:35px;
	margin-left:-32.5%;/*must be same as width */
	margin-right:1px;/*makes element 1px smaller than width otherwise won't push footer down */
}

#inner_left{
	background-color:#F5F5F5;
	text-align:left;
	width:93%;
	padding-top:3px;
	padding-bottom:25px;
	margin-top:4px;
	margin-left:auto;
	margin-right: 7px;
}


#left p {padding-left:0;padding-right:3px}
#right p {padding-left:7px;padding-right:2px}

#right{
	background-color:#F5F5F5;
	position:relative;/*ie needs this to show float */
	width:32.5%;
	float:right;
	padding-bottom:35px;
	margin-right:-32.5%;/*must be same as width */
	margin-left:1px;/*makes element 1px smaller than width otherwise won't push footer down */
}

#inner_right{
	background-color:#F5F5F5;
	font-size: 11px;
	text-align:left;
	width:93%;
	padding-top:3px;
	padding-bottom:25px;
	margin-top:4px;
	margin-right:auto;
	margin-left: 7px;}

#footer {
	width:100%;
	clear:both;
	height:14px;
	border-bottom:1px solid #000;
	background-color: #069;
	text-align:center;
	margin-top:-14px;/* drag footer back into page*/
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height:15px;/* for ie5 */
	he\ight:14px;/* for ie6 */
}
#clearheader{height:87px;}/*needed to make room for header*/
#clearfooter{clear:both;height:14px;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {height:1%; padding:15px;}

/* mac hide\*/
* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
/* end hide*/

html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-12px;} /*safari wrapper thanks to Tim Connor*/

#menu_bar{
	width:98%;
	margin:5px auto 0px auto;
	background-color:#000;
	padding:4px;
}

#headline_bar{
	margin:0px auto;
	background-color:#8EB5CC;
	height:100%;
	padding-top:5px;
	width:60%;
}

.blue_bar {
	background-image:url('../graphiken/bluebar.gif');
	background-color:#069;
	color:#FFF;
	font-weight:bold;
	height:17px;
	padding-left:6px;
	padding-top:3px;
}

a img{border:0px;}

hr{
	color:#069;
	background-color:#069;
	border:0px;
}

/*****************************text*****************************/
h1, h2, h3, h4{
	color:#069;
	font-weight:normal;
	margin-top:0px;
}

h1 {
	font-size:14px;
	font-weight:bold;
}


#headline_bar h1{
	color:#996;
	font-size:12px;
	font-weight:bold;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

h4 {
	font-size:12px;
}

.small {
	font-size:9px;
}

#centrecontent ul li{
	list-style-image:url('../graphiken/dots.gif');
}

#footer{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#FFF;
}


/*****************************menu&links*****************************/
a:link, a:active, a:visited, a:hover { color:#069; text-decoration:underline; }


#menu_bar a:link, #menu_bar a:active, #menu_bar a:visited, #menu_bar a:hover{
	color:#6CF;
	font-family:Verdana,sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

#inner_left ul li.main{
	list-style-image:url('../graphiken/pfeilrechts10x10.gif');
	margin-left:-18px;
}

#inner_left ul li.sub{
	list-style-image:url('../graphiken/punktepfeil.gif');
	margin-left:-13px;
}

#inner_left ul li{
	line-height:12px;
}

#inner_left ul li a:link, #inner_left ul li a:active, #inner_left ul li a:visited{
	color:#069;
	font-size:11px;
	text-decoration:none;
}

#inner_left ul li a:hover{
	text-decoration:underline;
}

#inner_left ul li.main a{
	font-weight:bold;
}

#inner_left ul li.sub a{
	font-weight:normal;
}















