html {
	margin: 0;
/*	overflow-y: scroll;*/
	}

body {
	font-size: 12px; 
	line-height: 14px;
	background-color:#000000; 
	font-family: Arial; 
	background-repeat: no-repeat; 
	background-position: center 0px; 
	background-image: url(images/bg_all2.jpg);
	background-attachment: fixed;
	color: #e4e4e4;
	line-height: 20px;
}

.module:hover {
	background: #1f2c47;
}
	 
.blau {
	color: #1173e1;
	font-weight:bold;
	font-size:16px;
}

.header {
	background-image: url(/v2/images/header.jpg);
	background-repeat:no-repeat;
	height: 191px;
}

.header {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}

.header A:link {
	font-family: verdana;
	font-size:9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

.header A:hover {font-family: verdana; font-size:9px; color:#ffffff; font-weight: bold; text-decoration:none}

.header A:visited{font-family: verdana; font-size:9px; color:#ffffff; font-weight: bold; text-decoration:none}

.header A:active{font-family: verdana; font-size:9px; color:#ffffff; font-weight: bold; text-decoration:none}

.footer {font-family: arial; font-size: 12px; color: #9B9B9B;}

.resetbutton   {background-image:url(/v2/images/leeren.jpg); border-width: 0px; width : 82px; height : 22px;}  

img{
	border:0;
}

A {
  color:#ffffff;;
  text-decoration: none;
}

A:hover {
  color: #C9CDD1;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


/* ==========================================================================================*/
/* MENÜ STYLES */
/* ==========================================================================================*/
.MENUE{
	background-color: #030305;
	border-bottom: 1px solid #030305;
	height: 16px;
	
}
A.MENUELINKS			{ font-family: Verdana; font-size: 9px; font-weight:bold; color: #D2D5DA; text-decoration: none; margin-top: 3px;}
A.MENUELINKS:active 	{ font-family: Verdana; font-size: 9px; font-weight:bold;  color: #D2D5DA; text-decoration: none; margin-top: 3px;}
A.MENUELINKS:visited 	{ font-family: Verdana; font-size: 9px; font-weight:bold;  color: #D2D5DA; text-decoration: none; margin-top: 3px;}
A.MENUELINKS:hover 		{ font-family: Verdana; font-size: 9px; font-weight:bold;  color: #ffffff; text-decoration: underline; margin-top: 3px;}

.MENUE_SUBMENUE{
	display: none;	
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #030305;
	border: 1px solid #04376C;
	width: 140px;
}
.MENUE_LINK_NORMAL{
	background-color: #053768;
	padding-bottom: 3px;	
}
.MENUE_LINK_OVER{
	background-color: #053768;
	padding-bottom: 3px;		
}
.MENUE_MITTE_NORMAL{
	background-color: #053768;	
	padding-top: 4px;
}
.MENUE_MITTE_OVER{
	background-color: #053768;	
	padding-top: 4px;
	
	
}
.MENUE_LINKS_NORMAL{
	background-color: inherit;
	float: left;
	width: 19px;
	margin-right: 5px;
	text-align: left;
	padding-top: 2px;
}
.MENUE_LINKS_OVER{
	background-color: #053768;
	float: left;
	width: 19px;
	margin-right: 5px;
	text-align: center;
	padding-top: 2px;
}
.MENUE_RECHTS_NORMAL{
	background-color: #053768;
	float: right;
	width: 10px;
}
.MENUE_RECHTS_OVER{
	background-color: #053768;
	float: right;
	width: 10px;
}
.MENUE_TITEL_NORMAL{
	background-color: inherit;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 5px;
}
.MENUE_TITEL_OVER{
	background-color: #030305;	
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 5px;
}
.MENUE_MAIN_TITEL{
	background-color: inherit;
	float: left;
	width: auto;
}
.MENUE_MAIN_SUB{
	background-color: inherit;
	clear: both;
	margin-bottom: 3px;
}
.MENUE_TRENNER_SUB{
	background-color: inherit;
	clear: both;
}
.MENUE_TRENNER_LINKS{
	background-color: inherit;
	background-image: url(menue_verlauf.jpg);
	float: left;
	height: 10px;
	width:19px;
}
.MENUE_TRENNER_RECHTS{
	float: right;
	height: 10px;
	width: auto;
}
.MENUE_TRENNER_TRENNLINIE{
	border-top: 1px solid #04376C;
	background-color: #CED1D8;
	height:1px;
}
