body {
	margin: 0px;
	background-color: #DDDDCC;
	font-family: Lucida sans Unicode, Arial;
	font-size: 13px;			
}

h3 {
	font-size: 15px;
	padding-top: 10px;
}

h4 {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #009966;
}

#canvas {

	width: 1000px;
	margin: 20px 0px 0px -500px;
	background-color: #CCFF99;
	background-image: url(../_images/bg_bogen.gif);
	background-repeat: no-repeat;
	background-position: 210px 138px; /* 181/122 ist an der Kante */
	position: absolute;
	top: 0px;
	left: 50%;
	border: 2px solid #009966;
}

#header
{
	width:100%;
	height:120px;
	background: url(../_images/ominus_logo_300_120_old.jpg) no-repeat top left;		
	/*border-bottom: 3px solid #009966;*/
}

#navi
{
	float:left;
	width:198px;
	/*height:607px; /* 610 minus border-bottom: 3px solid #009966;  */ 
	/*background-color: #009966;*/
	/*border-right: 1px solid #33FF99;	*/
}

#content {
	float: right;
	width: 740px;
	font-family: Lucida sans Unicode, Arial;
	left: 100px;
	top: 40px;
	padding: 50px 20px 25px 20px;	
	/*border: 1px solid;*/
}

#content h3 {
	padding-left: 12px;
}

#footer
{
	clear: both;
	height:22px;
	border-top: 3px solid #009966;	
	background-color: #CCFF99;	
	padding:0px 5px 0px 240px; 
	font-family: Lucida sans Unicode, Arial;
	font-size: 13px;	
}

/* Navigation */
#navi ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;	
	list-style: none;
	width: 198px; /* Width of Menu Items */
	font-family: Lucida sans Unicode, Arial;
	font-size: 12px;
	font-weight: bolder;
	/*border-top: 1px solid #33FF99; /* Linie am oberen Rand der Navi */
}

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

/* Styles for Menu Items */
#navi ul li a {
	display: block;
	text-decoration: none;
	/*background: #37dc74; /* IE6 Bug */
	color: #000000;
	border-bottom: 1px solid #33FF99;
	padding: 3px; 2px; 3px; 4px;
}

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

#navi ul li a:hover {
	color: #009966; background: #FFFFFF; 
} /* Hover Styles */
		
#navi li ul li a {

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

/* footer */
#footer ul {
	margin: 0;
	padding: 0;
	padding-top: 1px;	
	list-style: none;
	width: 270px; /* Width of Menu Items */
	font-family: Lucida sans Unicode, Arial;
}

#footer ul li {
	float: left;
	width: 90px; /* Width of Menu Items */
	text-align: center;
}

/* Styles for footer items */
#footer ul li a {
	text-decoration: none;
	color: #009966;
	padding: 3px; 2px; 3px; 4px;
}

#footer ul li a:hover {

}

