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

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

div#landmarks, div#header, div#menu, div#secondlevel
{
  display: none;
}

#inhalt
{
  width: auto;
  margin: auto;
  border: 0px;
}

#inhalt h1
{
  margin: auto;
  display: block;
  height: auto;
  padding: 0px;
}

#inhalt h2
{
  margin: auto;
}

#inhalt p
{
  margin: auto;
}

#inhalt div#banner, div#news
{
  display: none;
}


/************************************/
/* 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: 20pt;
  font-weight: bold;
  text-align: left;
}

h2
{
  font-size: 16pt;
  font-weight: bold;
}

h3
{
  font-size: 14pt;
  font-weight: normal;
}

h4
{
  font-size: 13pt;
  font-weight: bold;
}


p, td, li, ul, ol, div, th
{
  font-size: 10pt;
}

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;
}




/************************************/
/* 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;
}
