#htmlbody {
	padding:0;
	margin:0;
	background-image:url(pics/background.jpg);
	background-repeat:repeat-y;
	background-color:#000000;
}

body, table, input, textarea, button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	color:#58585a;
}

/* Positionierung der Inhalte */
body, html{
	height: 100%; /* wichtig */
}

a, a:link, a:active, a:focus, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#body{
	width:960px;
	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
}

#header{
	height:104px;
	background-color:#FFFFFF;
}

#headnavi{
	float:right;
	width:211px;
	margin-top:18px;
}

#headnavi a{
	color:#9c9e9f;
	
	padding-left:10px;
	background-image:url(pics/pfeil-navi-links-grey.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	text-decoration:none;
}
#headnavi a:hover{
	font-weight:normal;
	text-decoration:underline;
}

#headnavi p{
	margin-top:6px;
}

.line1{
	height:3px;
	background-color:#a17e02;
	overflow:hidden;
	clear:both;
}
.line2{
	height:7px;
	background-color:#db0132;
	overflow:hidden;
	clear:both;
}

.foto{
	width:480px;
	height:228px;
	float:left;
	background-color:#FFFFFF;
	overflow:hidden;
}
.foto img{
	width:480px;
}

#left{
	width:128px;
	margin-top:16px;
	padding:22px 36px;
	float:left;
}

#left a{
	display:block;
	margin-bottom:18px;	
	padding-left:14px;
	
	background-image:url(pics/pfeil-navi-links-grey.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	font-size:12px;
	line-height:11px;
	color:#58585a;
}

#left a:hover{
	font-weight:bold;
	text-decoration:none;
}

#left a.active {
	background-image:url(pics/pfeil-navi-links-rot.gif);
	font-weight:bold;
	color:#db0132;
	text-decoration:none;
}

#left a.sk{
	margin-left:15px;
	margin-top:-10px;
	
	font-size:10px;
}
#left a.ssk{
	margin-left:30px;
	margin-top:-10px;
	
	font-size:10px;
}

#main{
	position:absolute;
	width:438px;
	left:200px;
	top:368px;

	padding:22px 36px;
}

a{
	color:#a17e02;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	text-decoration:none;
}


#print{
	float:right;
}

h2 {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#a17e02;
	margin:0;
	padding:0;
}

h1, .rot {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#db0132;
	margin:0;
	padding:0;
}

#right{
	width:178px;
	padding:38px 36px;
	float:right;
}

#right a, .news_link {
	font-size:10px;
	color:#58585a;
	padding-left:10px;
	background-image:url(pics/pfeil-navi-links-grey.gif);
	background-repeat:no-repeat;
	background-position:left;

}

/*--News auf der rechten Seite---*/
.news_head {
	font-size:12px;
	line-height:16px;
	color:#a17e02;
}	

.news_date {
	font-size:10px;
	color:#db0132;
}

#abdecker{
	position:absolute;
	width:710px;
	height:22px;
	background-color:#FFFFFF;
}

/* Kommentar entfernen, um alle Divs mit Hilfslinien anzuzeigen */
/*
div{
	border:1px dashed red;
	margin:-1px;
}
*/

.tdrow {
	background-color:#E5DCBA;
}
.tdrow2 {
	background-color:#ECE5CB;
}

.fehler{
	color:#FF0000;
}

.erfolg{
	color:#00AA00;
}
