body {
	margin: 0px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;			
}

h3 {
	margin-top: 0px;
	font-size: 16px;	
}

h4 {
	margin-bottom: 2px;
	font-size: 14px;
}

a {
	color: #000000;
	/* text-decoration: none; */
}

input, textarea {
	width: 540px;
	border: 1px solid #333300;
	background-color:#FFFFCC;
	margin-bottom: 10px;
}

input.button {
	width: 160px;
	border: 2px solid #333300;
	background-color: #FF9933;
	margin-left: 380px;
}

#canvas {
	width: 1000px;
	background: url(../img/standy_dunkelblau.gif) no-repeat;		
	background-position: bottom left;
	background-color:#FF6600;
	/* Höhe des content div schiebt das canvas div auf */
	margin: 0px 0px 0px -500px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 50%;

}

#header
{
	width:100%;
	height:120px;
	background-color: #006633;
	background: url(../img/top2.gif) no-repeat;		
	/* border-bottom: 2px solid #006633; */
}

#bottom
{
	width:100%;
	height:79px;
	clear: both;
	/*border-top: 2px solid #006633;*/
}

#navi
{
	float:left;
	width:190px;
	height: 500px;
}

/* Bild unter navi */
#navi img {
	margin: 0px;
}

#content {
	float: right;
	width: 730px;
	margin: 11px 16px 20px 20px;
	background-color:#FFFFCC;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	/*height: wird vom Inhalt aufgeschoben  */ 
	
}

#content img {
	margin: 5px;
}

#content form {
	font-size: 11px;
}

.t {background: url(../img/dot.gif) 0 0 repeat-x;}
.b {background: url(../img/dot.gif) 0 100% repeat-x}
.l {background: url(../img/dot.gif) 0 0 repeat-y}
.r {background: url(../img/dot.gif) 100% 0 repeat-y}
.bl {background: url(../img/bl.gif) 0 100% no-repeat}
.br {background: url(../img/br.gif) 100% 100% no-repeat}
.tl {background: url(../img/tl.gif) 0 0 no-repeat}
.tr {background: url(../img/tr.gif) 100% 0 no-repeat; padding:10px} 

/* Navigation */
ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 25px;	
	list-style: none;
	width: 190px; /* Width of Menu Items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

ul li {

}
	
li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background-color:#006633;
	background-image:url(../img/navi_button_2.jpg);	
	/* background: #009966;; /* IE6 Bug */
	color:#FFFFCC; 
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:3px;
	margin-bottom: 2px;
/*
	border: 0px;
	border-color: #006633;
	border-bottom-style: solid;
*/	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li#navFirst {
	height: 18px;
}

ul li a:hover {
	color: #FFFFCC; 
	font-weight: bold;	
	background-color:#FF6600;
	background-image:url(../img/navi_button_2_hi.jpg);
} /* Hover Styles */
		
li ul li a {

} /* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block;
} /* The magic */

/* berater.htm */
table.berater td {
	width: 150px;
	padding-bottom: 25px;
	text-align: center;
}