@charset "utf-8";
/* CSS Document */

* {
	margin:0; padding:0;
}

html, body {
height: 100%;
}

body{
	background:#1F8164 url(../images/body_grnd.jpg) repeat-x;
	padding:0px 0px 0px 0px;
	text-align: center;
	min-width: 682px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#19644E;
	padding-bottom:10px;
}

#clear_all{
	clear:both;
}

#center {
	width: 682px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-height:100%;
}

#all{
	width: 682px;
}

#header{
	background: url(../images/header.jpg) no-repeat;
	height:87px;
}

#navi_oben  {
	float:right;
	margin:47px 15px 0px 0px;
}

#navi_oben a, #navi_oben a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636466;
	text-decoration:none;
}



#middle {
	background:url(../images/start_grnd.jpg) no-repeat;
	background-color:#FFFFFF;
}

* html #middle {
	position:absolute;
}

#content {
	float:left;
	width:632px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	padding:10px 25px 10px 25px;
	margin:305px 0px 0px 0px;
	background-color:#FFFFFF;
	background:transparent url(../images/transparent.png);
}

* html #content {
	background:#ffffff none;
	filter:alpha(opacity=85);
}

* html #content * {
	filter:alpha(opacity=100);
}

#content_news {
	float:left;
	width:642px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	padding:0px 20px 0px 20px;
	margin:20px 0px 0px 0px;
	background-color:#FFFFFF;
	background:transparent url(../images/transparent.png);
}

* html #content_news {
	background:#ffffff none;
	filter:alpha(opacity=85);
}

* html #content_news * {
	filter:alpha(opacity=100);
}



#footer{
	background:#1F8164;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:24px;
	text-align:center;
	border-top:#79BC4F solid 4px;
}


	
.news-latest-item {

	float:left;
	width:150px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

.news-latest-item a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#79BC4F;
}

.news-latest-item h3 {
	border-bottom:#79BC4F 1px solid;
	margin-bottom:5px;
}

.news-latest-item img {
	float:left;
	padding:3px 0px 0px 0px;
}


/* IE 6 */

* html {
	margin:0; padding:0;
}

* html, body {
	height:100%;
	margin:0;
	padding:0;
}

* html #center{
	height:100%;
	width:100%;
	width: 682px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-height:100%;
}

* html #footer {
	padding-top:13px;
	height:27px;
}

/* Hauptmenu */

#navi {
width:680px;
font-size:12px;
position:relative;
z-index:100;
padding:0px 0px 0px 0px;
background:#FFFFFF;
height:23px;
}
/* remove all the bullets, borders and padding from the default list styling */
#navi ul {
padding:0;
margin:0;
list-style-type:none;
}
#navi ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navi li {
float:left;
width:85px;
position:relative;
}
/* style the links for the top level */
#navi a, #navi a:visited {
font-family:Arial, Helvetica, sans-serif;
display:block;
font-size:12px;
font-weight:400;
text-decoration:none;
color:#fff;
width:85px;
height:23px;
border:solid #ffffff;
border-width:1px 1px 0px 1px;
background:#79bc4f;
text-align:center;
line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #navi {
width:681px;
padding:0px 0px 0px 1px;
}

* html #navi li {
width:84px;
}

* html #navi a, * html #navi a:visited {
border-width:1px 1px 0px 0px;
width:84px;
}

/* style the second level background */
#navi ul ul a.drop, #navi ul ul a.drop:visited {
background:#ffffff;

}

/* style the second level hover */
#navi ul ul a.drop:hover{
background:#ffffff;
}
#navi ul ul :hover > a.drop {
background:#ffffff;
}
/* style the third level background */
#navi ul ul ul a, #navi ul ul ul a:visited {
background:#abbfde;
}
/* style the third level hover */
#navi ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navi ul ul {
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:0;
width:165px;
}
/* another hack for IE5.5 */
* html #navi ul ul {
top:24px;
}

/* position the third level flyout menu */
#navi ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#navi ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navi table {position:absolute; top:0; left:0;}

/* style the second level links */
#navi ul ul a, #navi ul ul a:visited {
background:#79bc4f;
font-size:11px;
color:#ffffff;
height:auto;
line-height:1em;
padding:5px 10px;
width:165px;
text-align:left;
/* yet another hack for IE5.5 */
}
* html #navi ul ul a{
width:165px;

}


/* style the top level hover */
#navi a:hover, #navi ul ul a:hover{
color:#ffffff;
background:#1F8164;
}

#navi ul ul :hover > a {
color:#165b47;
background:#bad8a1;
}

* html #navi ul ul a:hover  {
color:#165b47;
background:#bad8a1;
}

/* make the second level visible when hover on first level list OR link */
#navi ul li:hover ul,
#navi ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#navi ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#navi ul :hover ul :hover ul{
visibility:visible;
}
