@charset "iso-8859-1";
/* Autor: Marcel Jünemann */
/* Letzte Änderung: 04.05.06 */

/***************
  MAIN
***************/

div, form, span, p, td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

a {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	text-decoration: none;
}

h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
}

/***************
  STRUCT
***************/

table.main {
}

td.logos {
  display: none;
}

td.searchbar {
  display: none;
}

td.left {
  display: none;
}

td.main {
}
	
/***************
  MODERN-TABLE
***************/

table.modern {
  border: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
}

tr.modern_headrow {
  font-weight: bold;
}

table.modern td {
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/***************
  EXTRA
***************/

img.icon {
	border: 0pt;
	height: 16px;
	margin-bottom: 2pt;
	margin-right: 5pt;
	vertical-align: bottom;
	width: 16px;
}

div.print_hidden {
  display: none;
}



