/*******************************************************************************************//** SEITENAUFBAU und Navigationen / Contentformatierungen in content.css /*******************************************************************************************/html,body {	height:100%;	width: 100%;	margin:0;	padding:0;	color:#454545;	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 10pt;	font-weight:normal;
	background: #FFFFFF url(../../img/background_extern.gif) repeat-x top;
}p {	padding:0;	margin:0;}hr {  height: 1px;  border: 0;  background: #ccc;  padding:0;  margin:5px 0; }  a img{ 	border:0; } a:link, a:visited{ 	color:#666666;  text-decoration:none; }a:hover, a:active{	color:#b70b27;  text-decoration:none; }   /**** ERROR  ***/.error{	color:#cc0000;	font-weight:bold;}.error_msg{	color:#cc0000;	font-size:14pt;	font-weight:bold;}.error_hint{
	color:#990000;	font-weight:bold;	font-size:18px;	padding:5px;	text-decoration:blink;	border:2px solid #990000;	margin:7px 0;}/*******************************************************************************************//** SEITENAUFBAU / Bestandteile **/ /*******************************************************************************************/#site{	position:absolute;	margin: 0; 	width:970px;	left:50%;	margin-left:-485px;	display:inline;}/* - LOGO - */#logo{
	z-index:1;	padding:0;}#help_legende{	display:none;}#help_indicator{	display:none;}/* - Sondernavigation - */#sondernav{	position:absolute;	top:10px;	right:90px;
	color:#666666;	margin:-4px 0 0 0;	padding:0 0 0 0;}
#sondernav a:link, #sondernav a:visited{	font-size:9pt;	font-weight:normal;	color: #666666;	padding: 0 2px;}#sondernav a:hover, #sondernav a:active{	font-size:9pt;	padding:0 2px 0 2px;	font-weight:normal;	color: #b70b27;}
#login{
	position:absolute;	top:0;	right:0;
}/* - MAINMENU - */#mainMenu ul{	position:static;	margin:25px 0 0 0;	padding:12px 0 0 0;	width:100%;	height:25px;	text-align:right;
}#mainMenu ul li{	display: inline;    text-align: center;}#mainMenu ul li a {	padding:0 0 0 16px;	text-transform:uppercase;	font-size: 12pt;	font-weight:regular;    margin: 0;    color: #777777;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, Georgia, serif;
}#mainMenu ul li a:hover {	color: #b70b27;}#mainMenu ul li a:active {	color: #b70b27;}#mainMenu ul li img {	margin:0 -17px -7px 7px;}#mainMenu ul li .active{	color: #252525;}#intro{
	height:260px;
	background: #FFF;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
}
#shadow{
	height:15px;
	background: url(../../img/bg_contentmenu.png) no-repeat;	
}
/***** subnav ****/#subNav{	position: absolute;
	left: 0;
	top:410px;
	width:190px;
	padding: 15px 0;
	text-align:right;	list-style-position: inside;	list-style-type: none;
}#subNav a {
	border-bottom: 1px #e6e6e6 solid;
	width: 190px;	display:block;	padding: 4px 5px 4px 0;	margin:0;
	color: #666;	font-size:9pt;	text-decoration: none;	text-transform:uppercase;
}#subNav a:visited{
	color: #666;
}
#subNav a:hover {   	color: #b70b27;}#subNav a:active {    color: #b70b27;}
#subNav a.active {	    color: #b70b27;}#subNav a.active :link{	    color: #b70b27;}/*********************CONTENTCONTAINER************/#content{
	padding: 0 0 0 240px;
	width: 750px;
}/******************************************//*****   DIV clearing floatings        ****//******************************************/#clear{	clear:both;}/*****************************************************************************************//*****************    Formulare auf der Webseite nicht intern reiner Webcontetn *********************/form label{	display: block;  	float: left;	font-weight:bold;	min-width:125px;	margin:1px 2px 9px 5px;}form input[type=text], form input[type=password]{	float: left;	border:1px solid #666666;	margin:1px 8px 11px 5px;}form textarea{	float: left;	border:1px solid #666666;	margin:1px 8px 11px 5px;}form select{	float: left;	margin:1px 8px 7px 5px;}form input[type=text]:focus, form input[type=password]:focus{	border:1px solid #b70b27;}form textarea:focus{	border:1px solid #b70b27;}form input[type=submit]{	margin:3px 8px 8px 5px;}form br{	clear:left;}form button{	margin:1px 2px 11px 5px;}