button
{
	width:150px;
}
span
{
	display:block;	
}
body
{
	background:#cacac8;
}
#body
{
	margin:0px auto 10px auto;
	width:900px;
	height:1200px;
	background: url(../grafiken/bg_body.bmp);
	border-style:outset;
	border-width:6px;
	border-color:#808abb;
}
#header
{
	color:#E5E5E4;
	text-align:center;
	font-size:30pt;
	height:100px;
	width:900px;
	background:#838580;
}
#verbund
{	
	height:50px;
	width:900px;
	background: url(../grafiken/verbund_header_body.bmp) repeat-x;	
}
#verbund a:hover
{	
	background:blue;
	color:red;
}
#main
{
	height:1000px;
	width:850px;
}
#navigation
{
	width:225px;
	height:1000px;
	float:left;
}

#navigation li
{	
	width:150px;
	height:25px;
	
	background: #a0df82;
	margin-top:10px;
	text-align:center;
	list-style:none;
	text-decoration:none;
	padding-top:4px;

}
#navigation b
{
	font-size:15pt;
	
}

.headline li		
{
	background: red;
}
#navigation a
{
	margin-top:5px;
	font-size:15pt;
	color:white;
	text-decoration:none;
}
#navigation a:visited
{
	color:white;
	text-decoration:none;
}
#navigation a:hover
{
	color:red;
	text-decoration:none;
}
#content
{	
	margin-top:14px;
	margin-left:0px;
	float:left;
	width:450px;
	height:1000px;
}
#form_buttons
{
	color:black;
	background:#838580;
	border-color:blue;
	border-width:1px;
	border-style:outset;
}
.infobox
{
	margin-top:0px;
	width:600px;
	text-align: left;
	border-color: #838530;
	border-width:1px;
	border-style:dotted;
}
.infobox h3
{
	text-align:center;
}

#jsmenue
{
	width:160px;
	float:right;
}
#jsmenue input
{
	width:140px;
}
#menu
{
	text-decoration:none;
}
#closebox
{	
	margin-bottom:0px;
	width:600px;
	height:25px;
	background:#cacac8;
}
#closeboxbig
{	
	margin-bottom:0px;
	width:600px;
	height:35px;
	background:#cacac8;
}

#closebox img
{
	cursor: pointer;cursor: hand;
	height:20px;
	width:20px;
	float:right;
	margin-top:0px;
}
#closeboxbig img
{
	cursor: pointer;cursor: hand;
	height:20px;
	width:20px;
	float:right;
	margin-top:0px;
}

#sidebar {

margin-top:170px;
float:left;
background:#f0f0f0;
height:500px;
width:150px;
filter:alpha(opacity=70); /* Internet Explorer */
-moz-opacity: 0.70; /* Mozilla Browser */
opacity: 0.70; /* Opera */
}









