* {
margin: 0;
padding: 0;
position:relative;
}

/*
blauweiss hell #e4ebf1;
blau hintergrund: #4f84b7
blaugrau hell: #98b2cc
blau mittel: #336699
blau dunkel: #194774
orange: #eca742
*/

body
{
  font-family:verdana, helvetica, arial, sans-serif;
  margin: 20px 0 0 20px;
  padding: 0;
  color: black;
  width:980px;
  background-color: #4f84b7;
}

#geruest
{
  background-color:white;
}

h1
{
  font-size: 125%;
  font-weight: bold;
  color: #336699;
  margin: 20px 0 10px 0;  
}

h2
{
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  border-left:12px solid #336699;
  color: #336699;
  line-height:12px;
  padding-left:5px;
  margin: 20px 0 10px 0;  
}

h3
{
  font-size: 80%;
  font-weight: bold;
}

a
{
  color: #eca742;
  text-decoration:none;
  font-weight: bold;
}

a:hover
{
  text-decoration:underline;
}

#kopf
{ 
 height:100px;
 background: #336699;
 color:white;
}

#kopf a
{
 color:white;
}

#ueberschrift
{
 margin: 0 0 0 0;
 padding:2px;
 float:left;
 color: white;
}

#impressum
{
  font-size: 8pt;
  margin: 0 0 0 785px;
  padding:2px;
}

#navigation
{
  position:relative;
  background-color:#e4ebf1;
  height:29px;
}

#navigation ul
{
  list-style-type:none;
}

#navigation ul li
{
  display:inline;
}

#navigation a {
    background: #e4ebf1;
    color: #336699;
    text-decoration: none;
    display: block;
    float: left;
    padding:5px 0 0 10px;
    height: 24px;
    font-weight:bold; 
    font-size:14px; 
    border-left:5px solid #aeafb1;
    width:18%;
}

#navigation ul li:hover a
{
    border-color:#eca742;
}

#navigation ul li.selected a
{
    border-color:#ff9630;
    background-color:#98b2cc;
}

#navigation .text
{
  border-left:
}

#subnav
{
  font-size:70%;
}

#subnav ul ul
{
  font-size:80%;
  margin-left:10px;
}

#inhalt
{
  margin: 0 0 0 0;
}

#inhalt_rechts, #inhalt_mitte, #inhalt_links
{
 float: left;
 padding: 20px 0 0 10px;
 min-height: 550px;
}

#links div, #rechts div
{  
  margin-bottom: 20px;
}

#inhalt_rechts
{
  width: 200px;
}
#inhalt_links
{
  width: 250px;
  padding: 20px 0 0 0px;
}

#inhalt_links ul
{
  list-style-type:none;
}

#inhalt_links ul li
{
  border-bottom:1px solid #f5f5f5;
  line-height:28px;
}

#inhalt_links ul li a
{
  margin-left: 20px;
  color: black;
}

#subnav a:hover
{ 
  color:#eca742;
}



#subnav ul li.selected a
{
  color: #ff9630;
}

#subnav ul li.selected ul li a
{
  color: black;
}


#inhalt_links h2
{
  margin-left: 20px;
  margin-top: 0px; 
  font-size: 120%;
}

#inhalt_mitte
{
  background: #ffffff;
  width: 525px;
}

#inhalt_mitte ul
{
  margin-left:20px;
  margin-bottom:10px;
}


#inhalt_mitte h3
{
  margin-bottom: 20px;
}

#inhalt_mitte p, #inhalt_mitte ul
{
  font-size:86%;
  line-height:1.3;
  margin-bottom:8px;}

#inhalt_mitte li
{
  line-height:1.4
}

#fuss
{
  clear:both;
  background-color:#336699;
  padding:5px;
}