* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #333;
	height: 100%;
}
#wrapper {
	height: 730px;
	width: 890px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #header {
	float: left;
	height: 160px;
	width: 690px;
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
}
#wrapper #rechts {
	float: right;
	width: 200px;
	height: 700px;
	background-color: #99cc00;}h6{color: #99cc00;}
#wrapper #rechts #flash {
	height: 160px;
	margin-bottom: 35px;
}
#wrapper #rechts #bild {
	height: 160px;
}
#wrapper #rechts #news {
	height: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #333;
}
#wrapper #rechts #news h2 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
#wrapper #rechts #news p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
}


#navi {
	line-height: 35px;
	height: 35px;
	width: 690px;
	float: left;
	z-index:1;
}
#wrapper #navi ul {
	list-style-type: none;
}
#wrapper #navi ul li {
	display: inline;
	text-align: center;
	float: left;
	width: 115px;
}






#wrapper #navi ul a  {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-image: url(pics/Navigation_Button_passiv.gif);
	background-repeat: no-repeat;
}
#wrapper #navi ul a:hover {
	background-image: url(pics/Navigation_Button_aktiv.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
	color: #000;
}
.aktiv {
	background-image: url(pics/Navigation_Button_aktiv.gif);
	background-repeat: no-repeat;
	width: 115px;
	font-weight: bolder;
	color: #000;
}



 #content {
	height: 505px;
	width: 670px;
	float: left;color: #FFF;
		font-size: 12px;
		border-color: #99cc00;
			z-index:5;
			padding-left:10px;
			padding-right:10px;
		
		}
#content a {
color:#99cc00;
}
		
#content img {
border: 1px solid #99cc00;
}
#wrapper #footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
#wrapper #footer a {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#navContainer {
	width: auto;
	display:block;
	clear:both;
	background: url(./img/bg_nav.png);
	height: 37px;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */

#nav {
	line-height: 35px;
    height: 35px;
    width: 690px;
    float: left;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	width: auto;
	font-size: 90%;
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
	display: inline;
    text-align: center;
    float: left;
    width: 115px;
}

#nav ul li a {
	
font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-image: url(pics/Navigation_Button_passiv.gif);
	background-repeat: no-repeat;

#nav a {
	
font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-image: url(pics/Navigation_Button_passiv.gif);
	background-repeat: no-repeat;



}

}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {	
	background-image: url(pics/Navigation_Button_aktiv.gif);
    background-repeat: no-repeat;
    font-weight: bolder;
    color: #000;
}

#nav li a:active, #nav ul li a.active {
	background-image: url(pics/Navigation_Button_aktiv.gif);
    background-repeat: no-repeat;
    font-weight: bolder;
    color: #000;
}

/* Current page Customisations*/

#nav li.menu-current a {
	background-image: url(pics/Navigation_Button_aktiv.gif);
    background-repeat: no-repeat;
    font-weight: bolder;
    color: #000;
}

#nav li.menu-current a {
	background-image: url(pics/Navigation_Button_aktiv.gif);
    background-repeat: no-repeat;
    font-weight: bolder;
    color: #000;
} 

/* 2nd Child menu */

#nav .menu li ul {
	/*position: absolute; 
	width: 12em; 
	margin: 0; 
	display: none; 
	text-transform: none; 
	border: 1px solid #ccc;
	border-top: 0; 
	font-size: 100%;*/
	display: none;
    text-align: center;
    float: left;
    width: 115px;
	
	}

#nav .menu li ul li {
	display: inline;
    text-align: center;
    float: left;
    width: 115px;
}

#nav .menu li ul a {
	font-weight: normal;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    display: block;
    background-image: url(pics/Navigation_Button_passiv.gif);
    background-repeat: no-repeat;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background: #666; 
	border: 0;
	color:#fff;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    display: block;
    background-image: url(pics/Navigation_Button_passiv.gif);
    background-repeat: no-repeat;
    width: 155px;




}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* end menu */
