/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background-color:#fff;
	color: #000000;
	font-family: verdana,arial,Helvetica,sans-serif;
	font-size:12px;
}
#main {
width:700px;
margin: 0 auto;
padding: 0px; 
text-align: center;
border: 1px solid #BCD3FA;

}

#outer{
	height:100%;
	min-height:100%;
	margin-left:150px;
	margin-right:135px;
	background:#fff;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-bottom:-52px;
	color: #000000;
	text-align:left;
}
 
h1 {
font-size: 16px;


}
h2 {
font-size: 16px;

}

a {
	text-decoration: none;
	color:black;
	font-weight:bold;

}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#fff;
	overflow:hidden;
	color: #000000;
	text-align:center;
	margin: 0 auto;
}
#header_bg {
	background:#000;
	width:700px;
	height:100px;
	border:1px solid #BCD3FA;
	color:#181884;
	font-size:13px;
	text-align:left;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);

}
#header_bg h1 {
font-size:24px;
margin-bottom:0px;
margin-top:40px;
color: red;
padding:5px;
}


#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	text-align:left;
	background-color: #fff;
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#hauptmenue {
padding:2px;
width:145px;
background:#BCD3FA;
}

.menuepunkt

{
background: red;
color: #fff;
padding:2px;
margin:0px;
font-size: 14px;
width:142px;
text-align:center;


}


#hauptmenue a
{	display:block;
	padding-left:5px;
	margin:2px;
	font-size: 11px;
	width:140px;
	text-decoration: underline;
	font-family: arial, helevetica;
	color: #181884;
	background:#BCD3FA;
}



#left p {padding-left:3px;padding-right:2px}
#right p {padding-right:1px;padding-left:1px;}

#right {
	position:relative;/*ie needs this to show float */
	width:135px;
	float:right;
	text-align:center;
	margin-right:-134px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:52px ;margin-right:-130px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #BCD3FA;
	color: #000;
	text-align:center;
	position:relative;
	font-size:10px;
}

#footer a {
color:#000;
font-size:10px;
text-decoration:none;

}


* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:100px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:95%;position:relative;margin: 0 15;text-align:justify;}
.outerwrap {
float: left;
width: 99%;
}
