body {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	background-image : url(../nav/back_left.gif);
	background-position : left;
	background-repeat : repeat-y;
}

a {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333366;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica;
	font-style : normal;
}
p {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
p.legende {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
ul {
	font-size: 11px;
	padding-left: 0; 
	margin-left: 1.5em;    
}
li   {
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
td {
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
td.titel {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height : 15px;
	background-color : #333366;
}
td.trenner {
	background-image : url(../nav/trenner.gif);
	background-repeat : repeat-x;
}
.oddrow
{
	background-color: white;
}
.evenrow
{
	background-color: #E7E7E7;
}
.error
{
	color : red;
}
div.scrollcontent
{
	overflow: auto;
	height: 500;
}

div.scrollcontent
{
	height: expression(document.body.clientHeight < 600 ? "auto" : document.body.clientHeight-190);	
}
