
a.navigation {
  font-family:  "Segoe UI" , arial, sans-serif;
  color: #ffffff;
  font-size: 0.8em;
  text-decoration:none;
}
a.aktiv {
  font-family:  "Segoe UI" , arial, sans-serif;
  color: #228B22;
  font-size: 0.9em;
  text-decoration:none;
}

a:hover {
  color: #228B22;
  font-style: italic;
  text-decoration:none;
}

a.content:visited {
  color: blue;
}


div.container{

  width: 750px;
  height: 100%;

}

div.content {

  padding: 1.2em 1.2em 1.2em 1.2em;
  
  /*border-width: thin;
  border-style: solid;
  border-color: #000000;*/
  
  margin-top:-0.3em;
  margin-bottom: 10px;
  margin-left: 3px;
  

  min-width: 735px;
	max-width: 735px;
	text-align: left;
	
	background-image: url("images/bg_main2.gif");
	background-repeat: no-repeat;
}

div.header{

  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0%;
  min-width: 735px;
	max-width: 735px;
}

body{

  background-image: url("images/bg_top.gif");
	background-repeat: repeat-x;
	margin:0;
  padding:0;

  
}


div.navigation {

  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 11px;
  
  min-width: 735px;
	max-width: 735px;

  background-color: #9E9E9E;
}

h1 {
  font-family: "Segoe UI" , arial, sans-serif;
  font-weight: 100; 
  color: #4C8D56;
  font-size: 1.4em;
}

h3 {
  font-family: "Segoe UI" , arial, sans-serif; 
  color: #4C8D56;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1.5; 
}

h4 {
  font-family: "Segoe UI"  , arial, sans-serif; 
  color: #000000;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1.5; 
}

table.news {
  padding: 5px;
  width: 175px;

}

tr.newsheader {
  background-color: #4E8D5A;
  font-family: "Segoe UI" , arial, sans-serif; 
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 600;

}

tr.news{
  background-color: #E7EEE7;
  font-family: "Segoe UI" , arial, sans-serif; 
  color: #000000;
  font-size: 0.7em;

}

tr.navigation{
  background-color: #9E9E9E;
  color: #ffffff;
  font-family: "Segoe UI" , arial, sans-serif; 
  font-size: 1em; 

}

td.navigation{
  padding: 3px; 


}
table.navigation{
  border-collapse: collapse; 
  padding: 0.15em;
  table-layout: fixed; 
}


td.mainpics{
  border-width: 0.15em;
  border-style: solid;
  border-color: #E3EDE4;

}


p.highlight2{

  font-family: "Segoe UI" , arial, sans-serif; 
  font-size: 1em;
  border-bottom-color: #4E8D5A;
  border-bottom-width: 0.15em;
  border-bottom-style: solid;
  
}

/*Dropdown Menu*/

.dropContent{ 
position: relative; 
z-index: 0; 
height: 25px;
} 
.dropContent:hover{ 
background-color: transparent; 
z-index: 50; 
} 
.dropContent span{  
position: absolute; 
width: 150px;
background-color: #EAEAEA; 
left: -1000px; 
visibility: hidden; 

margin-top:7px;
margin-left: 10px;


} 
.dropContent:hover span{  
visibility: visible; 
top: 16px; 
left: -10px; 
} 


.dropContent span div{ 
    background-color: #9E9E9E; 
    padding:8px; 
    font-size:12px; 
    margin:1px; 
} 
.dropContent span div:hover { 
    background-color: #FFF; 
    padding:8px; 
    font-size:12px; 
    margin:1px; 
}












