* { 
  margin: 0; 
  padding: 0; 
} 

body, input, html, body, div, p, pre, h1, h2, h3, h4, ul, td, table
{ 
  font-family: Arial, Verdana; 
  font-size: 11px; 
  padding: 0;
  margin: 0;
}

html, body
{
  background-color: #00416C;
  color: #444444;
  width: 100%;
  height: 100%;
  text-align: left;
  align: center;
  padding: 0px;
  padding-top: 10px;
}

#root
{
  width: 1100px;
  min-height: 1000px;
  background-color: transparent;
  position: relative; 
  margin: 0 auto;
  padding: 0;
}

* html #root
{
  height: 1000px;
}

#top
{
  height: 127px;
  width: 990px;
  position: relative; 
  margin: 0 auto;
  padding: 0;
  top:0;
}

#searchbar
{
  position: absolute;
  left: 670px;
  top: 100px;
  color: white;
  font-weight: bold;
}

#left
{
  width: 160px;
  height: 400px;
  float: left;
  position: absolute;
  top: 0px;
  left: 60px;
  min-height: 400px;
  background-color: transparent;
}

#left td
{
  color: #EEEEEE;
  text-indent: 5px;
}

#center
{
  width: 782px;
  height: 800px;
  float: left;
  position: absolute;
  left: 230px;
  top: 0px;
}

#center td
{
}


p
{
  text-indent: 0px;
  margin-bottom: 10px;
  padding: 5px;
  padding-right: 30px;
  text-align: justify;
}

h1
{
  text-indent: 0px;
  font-size: 14px;
}

h2
{
  color: #6666AA;
  text-indent: 10px;
  border-bottom: 1px solid #6666AA;
  width: 98%;
  margin-bottom: 10px;
}

input
{
  line-height: 15px;
  padding:0px;
  margin:0px;
  height: 20px;
  padding-left: 2px;
  
}

.stdbutton
{
  padding: 0px;
  margin-top: 1px;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  background-image:url('images/button_bg.gif');
  background-repeat:repeat-x;
  height: 19px;
  line-height: 13px;
}

a, a:link, a:visited, a:active
{
  color: #5566CC;
  margin: 0px;
  padding:0px;
  text-decoration: underline;
  font-weight: normal;
}

a:hover
{
  color: #CCAA22;
  margin: 0px;
  padding:0px;
  text-decoration: underline;
  font-weight: normal;
}

a.navileft, a.navileft:link, a.navileft:visited, a.navileft:active
{
  color: #EEEEEE;
  margin: 0px;
  padding:0px;
  text-decoration: none;
  font-weight: bold;
  height: 25px;
}

a.navileft:hover
{
  color: #FFFFEE;
  margin: 0px;
  padding:0px;
  text-decoration: none;
  font-weight: bold;
  height: 25px;
}

a.hierarchylink, a.hierarchylink:link, a.hierarchylink:visited, a.hierarchylink:active
{
  color: #888888;
  margin: 0px;
  padding:0px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

a.hierarchylink:hover
{
  color: #BBBBBB;
  margin: 0px;
  padding:0px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

a.botnavi, a.botnavi:link, a.botnavi:visited, a.botnavi:active
{
  color: #999999;
  margin: 0px;
  padding:0px;
  text-decoration: none;
  font-weight: normal;
}

a.botnavi:hover
{
  color: #EEEEEE;
  margin: 0px;
  padding:0px;
  text-decoration: none;
  font-weight: normal;
}

ul
{
  padding: 0px;
  padding-left: 10px;
  text-align: left;
  list-style-type:square;
  color:  #5577AA;
}

li
{
  margin: 0px;
  padding-top: 2px;
  padding-left: 2px;
  line-height: 13px;
  color: #555555;
}

div.teaser
{
  font-weight: bold;
  margin-bottom: 10px;
}

img
{
  border: 0px solid;
}

div.artikel
{
  width: 500px;
  float:left;
}

div.artikel p
{
  text-align: justify;
  margin-bottom: 15px;
  line-height: 140%;
}

div.artikel img
{
  margin: 20px;
  margin-top: 2px; 
}

h1.masterheading
{
  border-bottom: 1px solid #AAAAAA;
  width: 720px;
  text-indent: 5px;
  font-size: 16px;
}

div.showareas
{
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
  width: 720px;
}

div.showareas h3
{
  padding: 5px;
}

div.showareas td
{
  padding-left: 10px;
}
