html
{
    height: 100%;
    margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin:0px;
	padding: 0px;

}

ul, li                     {margin: 0;padding: 0;list-style-type: none;}
li                            {text-align: left; height: 27px; line-height: 27px; background-color:#ffffff; }
li a                         {color: #000000;text-decoration: none;display: block;border: 0 none;height: 100%; font-size: 18px;}
li a:hover             {background-color:#9a0034;color: #fff;}

.navsingle_sel {background-color:#9a0034;color: #fff;}

.header   {width:860px; background-color:#414342;}
.sidebar {background-color:#414342; width:200px;}
.main       {height:100%; width:660px; background-color:#414342;}

.content {
width:610px; 
background-color:#ffffff; 
margin-left: 0px; 
margin-top: 0px; 
margin-right: 10px; 
margin-bottom: 10px; 
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 10px;}

.content {height: 500px;}

html>body .content {height: auto; min-height: 500px;}


h1 {font-size:18px; color:#9a0034;}

a.link		        { color: #9a0034; text-decoration: underline; }
a.link:visited   { color: #9a0034; text-decoration: underline; }
a.link:active     { color: #9a0034; text-decoration: underline; }
a.link:hover	{ color: #9a0034; text-decoration: underline; } 

a.linkklein		        { color: #9a0034; text-decoration: underline; font-size:10px}
a.linkklein:visited   { color: #9a0034; text-decoration: underline; font-size:10px}
a.linkklein:active     { color: #9a0034; text-decoration: underline; font-size:10px}
a.linkklein:hover	{ color: #9a0034; text-decoration: underline; font-size:10px} 


.content_left {
	float:left;
	text-align:left;
	width:120px;
	padding-bottom:2px;
}
.hinweis {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 0px;
	font-size : 8pt;
	color : #808080;
}

.error {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 20px;
	font-size : 8pt;
	color : #FF0000;

}

