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

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-align: center;
}

table {
  border-collapse: collapse;
}

td {
  font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-align: left;
}

h1 {
	font-size: 18pt;
	text-decoration: none;
}
	
h2 {
	font-size: 16pt;
	text-decoration: underline;
}

a, a:active, a:visited {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}

a:hover {
	background: #007e3f;
	color: #ffffff;
	text-decoration: none;
}
	
table.main {
	width: 100%;
}

td.top {
  display: none;
}

td.left {
  display: none;
	width: 0px;
}

td.main {
	background: #ffffff;
	border: 0;
	vertical-align: top;
	width: 100%;
}

td.bottom {
  display: none;
}
	
/* Forms */
form.modern {
	margin: 0pt;
	padding: 3pt;
	text-align: center;
	width: 100%;
}

input.modern_edit {
	font-family: Arial;
	font-size: 8pt;
	margin: 3pt;
	padding: 0pt;
	padding-left: 2pt;
	vertical-align: middle;
}

input.modern_button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

/* News */
div.news {
	background: #dddddd;
	border-style: outset;
	margin-bottom: 30px;
	text-align: justify;	
	width: 90%;	
}
	
div.news_head {
	background: #006633;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
}
	
div.news_text {
	padding: 3pt;
}

/* Modern table */
table.modern {
	border: solid;
	border-width: 1px;
}

tr.modern_headrow {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

tr.modern_grayrow {
	background: #ffffff;
}

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

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

div.print_hidden {
  display: none;
}

