/* Links */
a  			{
	font-weight: normal;
	font-size:9pt;
	color:#4071B4;
	font-family:Verdana, Arial, sans-serif;
	text-decoration: none;
}
a:link  	{
	
	color: #4071B4;
	
}
a:hover  	{
	
	color:#FFE400;
	
}
a:active  	{
	
	color: White;

}
						
/* Body */
BODY  		{
			color:#FFFFFF;
			SCROLLBAR-FACE-COLOR:#4C79BA;
			SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
			SCROLLBAR-SHADOW-COLOR:#FFFFFF;
			SCROLLBAR-DLIGHT-COLOR:#4C79BA;
			SCROLLBAR-ARROW-COLOR:#FFFFFF;
			SCROLLBAR-TRACK-COLOR:#FFFFFF;
			SCROLLBAR-DARKSHADOW-COLOR:#4C79BA;
			margin-top:1px;
			margin-left:1px;
			margin-bottom:1px;
			margin-right: 1px;
			}
/* Tabellen */
TD  		{
			font-weight:regular;
			font-size:9pt;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			}
TR  		{
			font-weight:regular;
			font-size:9pt;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			}

/* Text */
P  			{
			font-weight:regular;
			font-size:9pt;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			}
li  		{
			font-weight:regular;
			font-size:9pt;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			}
ul  		{
			font-weight:regular;
			font-size:9pt;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			}
			
/* Menue*/
.v2_style_menu_1 	{
	background-color:#4071B4;
	color:#FFFFFF;
	font-weight : bolder;
}
.v2_style_menu_3  {	background-color:#E1E2E5; }
.v2_style_menu_2  {
		background-color:#81A5D6;
			color:#FFFFFF;
			}
.v2_style_menu_4  {
	background-color: White;
	color: Blue;
}
.v2_style_below	{ background-color:#4071B4;	} 
.v2_style_text  {
	background-color:#FFFFFF;
	color:#334155;
	font : Verdana,  Arial,  sans-serif;
}
/*Verdana, Arial, sans-serif*/

.tabelle a {
	color: #FFFFFF;
    text-decoration: underline;
}
.tabelle a:hover {
	color: #FFE400;
	text-decoration:underline;
}

.kundenlogin {
    background-color:#81A5D6;
    color:#FFFFFF;
    padding:10px;
    width:320px;
    margin-top: 100px;
    
}
.clearleft{
	clear: left;
}
label {
    position: relative;
	width:100px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}