

/************************************/
/* Globale Aufteilung               */

body
{
  margin: 0px;
  padding: 0px;
  background: url(/images/bg.jpg) no-repeat right bottom fixed;
}

#landmarks
{
  text-align: right;
  width: 985px;
  margin: 5px auto 0px auto;
}

#header
{ 
  width: 985px;
  height: 161px;
  background: url(/images/header.jpg) no-repeat;
  margin: 5px auto 20px auto;
}

#hauptbereich
{
  margin: 0px auto 20px auto;
  width: 985px;
  padding: 0px;
}

#menu
{ 
  width: 184px;
  border: 1px solid #034F8E;
  background-color: white;
  margin: 0px;
  float: left;
}

#inhalt
{
  width: 574px;
  margin: 0px auto;
  border: 1px solid #034F8E;
  background-color: white;
}

#inhalt h1
{
  margin: 0px;
  display: block;
  height: 30px;
  background: url(/images/titlebar.gif) no-repeat left top;
  padding: 10px 0px 0px 25px;
  color: gray;
}

#secondlevel
{ 
  border-bottom: 1px solid #034F8E;
}

#secondlevel a
{
  margin: 6px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #034F8E;
}

#inhalt h2
{
  margin: 15px;
}

#inhalt p
{
  margin: 15px;
}

#inhalt div#banner
{
  border-top: 1px solid #034F8E;
  border-bottom: 1px solid #034F8E;
  height: 115px;
  background: no-repeat left top;
  margin: 0px;
}

#news
{
  width: 184px;
  border: 1px solid #034F8E;
  background-color: white;  
  float: right;
  margin: 0px;
}

#news h4
{
  margin: 6px 6px 3px 6px;
}

#news p
{
  margin: 0px 6px 6px 6px;
}

#news div.line
{
  height: 1px;
  border-bottom: 1px solid #034F8E;
}


/************************************/
/* Globale Definitionen             */

a, h1, h2, h3, h4, h5, h6, ul, ol, li, b, i, p, div, td
{
  font-family: Helvetica, Arial, sans-serif;
  color: black;
}
	
div, td, th
{
  vertical-align: top;
}


h1
{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #034F8E;
}

h2
{
  font-size: 16px;
  font-weight: bold;
  color: #034F8E;
}

h3
{
  font-size: 14px;
  font-weight: normal;
  color: #034F8E;
}

h4
{
  font-size: 13px;
  font-weight: bold;
  color: #034F8E;
}

h5
{
  font-size: 10px;
  font-weight: bold;
  color: #034F8E;
}

p, td, li, ul, ol, div, th
{
  font-size: 13px;
}

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

a:link, a:visited
{
  color: #3366FF;
  background-color: transparent;
}

a:hover
{
  color: #3366FF;
  background-color: transparent;
  text-decoration: underline;
}

a:active
{
  color: black;
  background-color: transparent;
}



/************************************/
/* Menue                            */

#menu ul
{
  border-bottom: 1px solid #034F8E;
  padding: 5px;
  margin: 0px;
}

#menu li
{
  list-style-type: none;
  margin: 3px 0px;
  padding: 0px;
  color: #034F8E;
  font-weight: bold;
}

#menu li a
{
  display: block;
  padding: 3px 5px;
  width: 160px;
  color: #034F8E;
  font-weight: bold;
}

#menu li a:hover, #menu li a#current, #secondlevel a#current
{
  color: #0000FF;
  text-decoration: none;
}


/************************************/
/* Tabellen                         */

table
{
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}

tr
{
  margin: 0px;
  padding: 0px;
}

td
{
  vertical-align: top;
  margin: 0px;
/*  border-left: thin solid gray;
  border-right: thin solid gray;*/
  padding: 3px;
}

th
{
color: #034F8E;
}

.tblcontent1
{
  background-color:#E8E8E8;
  padding: 3px;
  margin: 3px;
}

.tblcontent2
{
  background-color: white;
  padding: 3px;
  margin: 3px;
}


/************************************/
/* Formular-Elemente                */

input, select, button
{
  font-size: 13px;
  color: black;
  border: 1px solid #3366FF;
  background-color: white;
}


span.it {
  color: #0a50a1;
  font-style: italic;
}

.highlight
{
  color: blue;
}

