#htmlbody {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

body, table, input, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#1A171B;
}

/* Positionierung der Inhalte */
body, html{
	height: 100%; /* wichtig */
	
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-darkshadow-color: #BBBBBB;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #e7e7e7;
	scrollbar-track-color: #DDDDDD;
}

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

#body{
	width:960px;
/*	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -480px;*/
	border:1px solid #aaaaaa;
	background-color:#FFFFFF;
	position:relative;
}

#header{
	height:74px;
	text-align:right;
	padding-top:39px;
}

#left{
	float:left;
	width:416px;
}

#main{
	width:473px;
	padding:0 40px 0 31px;
	float:left;
	position:relative;
}

#footer{
	height:38px;
	text-align:right;
}

/* IFRAME */
#content{
	display:block;
	width:100%;
	/*width:421px;*/
	height:401px;/*447px;*/
	
	/*padding:23px 26px;*/
	padding:23px 0;
	
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	
	background-color:#FFFFFF;
}

/* Style für den Body IM Iframe */
#contentbody{
/*	width:421px;*/
	margin:0;
/*	padding:23px 26px;*/
	padding-right:22px;
	background-color:#FFFFFF;
}

#naviframe{
	position:absolute;
	z-index:5;
	width:300px;
	height:280px;
	left:77px;
	top:126px;
	overflow:hidden;
}

/* Inhalt Navigationsframe */

#navibody{
	text-align:right;
	background-color:transparent;
}

#navibody a{
	display:block;
}

#navibody a, #navibody a:focus, #navibody a:focus{
	border:none;
}

a.main:hover, #navibody a.mActive{
	background-image:url(pics/cursor-red.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;
	text-decoration:none;
}

a.sub:hover, #navibody a.sActive{
	background-image:url(pics/cursor-black.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;
	text-decoration:none;
}

#navibody .main{
	font-weight:bold;
	margin-top:12px;
	margin-bottom:4px;
	padding-right:10px;
	font-size:13px;
}

#navibody .sub{
	color:#1A171B;
	margin-bottom:4px;
	padding-right:10px;
	margin-right:12px;
}

/* Inhalt Navigationsframe ENDE */

a{
	color:#972520;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#print{
	float:right;
	margin-left:10px;
}

h1 {
	font-size:13px;
	line-height:20px;
	color:#972520;
	margin:0;
	padding:0;
}

h2 {
	font-size:12px;
	line-height:18px;
	color:#972520;
	margin:0;
	padding:0;
}

.rot{
	color:#972520;
}

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

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

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

.tdrow {

}
.tdrow2 {

}

.fehler{
	color:#FF0000;
}

.erfolg{
	color:#00AA00;
}

.clear{
	clear:both;
}

.print{
	display:none;
}

.copyright{
	display:block;
	font-size:10px;
	line-height:14px;
	color:#CCCCCC;
	margin-top:5px;
	text-align:center;
}