
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:visted {
  color: blue;
}

div.container{
  margin: 0px auto;
  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: -4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 11px;
  
  min-width: 735px;
	max-width: 735px;

  
}

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

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

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


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

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

}

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

}

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

}

td.navigation{
  padding: 3px; 


}
table.navigation{
  border-collapse: collapse; 
  padding: 2px; 
  table-layout: fixed;

}


td.mainpics{
  border-width: 2px;
  border-style: solid;
  border-color: #E3EDE4;

}


p.highlight2{

  font-family: "Segoe UI", arial, sans-serif; 
  font-size: 15px;
  border-bottom-color: #4E8D5A;
  border-bottom-width: 2px;
  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; 
}










