html{height:100%}
body{
	height:700px;
	margin:0px;
	background-color:#BEBEBE;
}

.clearer{
clear:both;height:10px;
}
	
#header{
	background-image:url(images/header.jpg);
	width:1024px;
	height:170px;
	background-repeat:no-repeat;
	border-left-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-right-style:solid;
}
	
#head_bar{
	background-image:url(images/head_bar.jpg);
	background-repeat:repeat-x;
	height:15px;
	padding:0px;
	margin:0px;
	width:1024px;
	font-size: 0px;
	line-height:0px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-right-style:solid;
}
	
#inhalt{
	background-image:url(images/inhalt_bg.jpg);
	min-height:500px;
	height:auto ! important; 
	height:500px;
	background-color:#00FF33;
	border:solid;
	width:1024px;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-right-style:solid;
	display:block;
}
	
#content{
	background-image:url(images/content_bg.jpg);
	width:611px;
	text-align:left;
	float:left;
	font-family:Helvetica,Arial,sans-serif
	font-size:small;
	display:block;
}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin-top:0px;
	padding-top:0px;
}

#content label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin-top:0px;
	font-weight:bold;	
	padding-top:0px;
}

#content img{
margin-top:5px;
margin-right:5px;
margin-left:5px;
}

#content h3{
margin-top:15px;
vertical-align:bottom;
height:35px;
width:552px;
padding-top:15px;
padding-left:15px;
background-image:url(images/content_title.jpg);
background-repeat:no-repeat;
margin-bottom:0px;
padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation{
	min-height:500px;
	height:auto ! important; 
	height:500px;
	display:inline;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	height:100%;
	background-position:top;
	width:168px;
	float:left;
	background-position:right;
	text-align:left;
	padding:0px;
	margin:0px;
		display:block;
}

#menu{
	line-height:20px;
	padding-left:5px;
	padding-top:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
#menu a{
	text-decoration:none;
	color:#000000;
	clear:both;
	}
#menu img{
	border:0px;
	padding-right:5px;
	text-align:left;
	float:left;
}

#menu li{
	clear:both;
	list-style:none;
	padding-top:5px;
}
#menu a:hover{
	color:#FF3333;
}
#right_boxes{
	width:241px;
	margin-top:opx;
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;
	float:right;
	height:100%;
	text-align:right;
		min-height:500px;
	height:auto ! important; 
	height:500px;

}

.box{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	width:200px;
	text-align:left;
	padding-right:10px;
	padding-top:20px;
	margin:0px;
	float:right;
}
.box_title{
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.box_text{
	margin-bottom:20px;
	padding-left:25px;
	font-style:italic;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

#bottom{
	background-color:#21323A;
	width:100%;
	height:50px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	border-left-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#000000;
	clear:both;
	position:relative;
}

