﻿html
{
	overflow:auto;
}

body 
{
 background-image:url(../grafik/backLeft.gif);
 background-repeat:repeat-y;
 font-family:Arial;
 font-size:12px;
 margin:0px;
}

a
{
    color:#990000;
}

input
{
	Background-color:White;
    Border: solid 1px #CC9966;
    Font-family:Verdana;
    Font-Size:0.8em;
    Color:#990000;
}

.address
{
	position:absolute;
	top: 250px;
	left: 6px;
	width:135px;
	height:120px;
	background-color:White;
	font-family:Arial;
	font-size:11px;
	padding:5px;
}

.provider
{
  	position:absolute;
	top: 450px;
	left: 11px;
	width:130px;
	height:85px;
	text-align:center;
	background-color:White;
	font-family:Arial;
	font-size:11px;
	padding:5px;
}

.provider a
{
    text-decoration:none;
}

.content
{
	position:absolute;
	top:110px;
	left:160px; z-index:1;
}

.login
{
	position:absolute;
	left:785px;
	top:4px;
	color:#fff;
	font-family:Arial;
	font-size:12px;
}

.login a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.login a:hover
{
	text-decoration:underline;
}


.headerWhite
{
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:70px;
	z-index:1;
	background-color:#fff;
}

.logo
{
	position:relative;
	bottom:5px;
	left:0px;
}

.menuBar
{
	width:100%;
	height:25px;
	position:absolute;
	top:70px;
	left:0px;
	background-color:#a62525;
	background-image:url(../grafik/menuBack.jpg);
	background-repeat:repeat-y;
}

.menu
{
	position:absolute;
	z-index:2;
	top:74px;
	left:50px;
}

.menu a
{
	font-family:Arial;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.menu a:hover
{
	color:#F3CF52;
}

.menuItem
{
	width:100px;
	text-align:center;
	font-size:11px;	
}

.menuBarSub1
{
	width:100%;
	height:2px;
	position:absolute;
	top:95px;
	left:0px;
	background-color:#fff;
}

.menuBarSub2
{
	width:100%;
	height:2px;
	position:absolute;
	top:97px;
	left:0px;
	background-color:#F3CF52;
}

.dynMenuStyle
{
	background-color:#a62525;
	border: solid 1px black; z-index:99999999;
}

.dynMenuItemStyle
{
	background-color:#a62525;
	padding:5px;
	font-size:11px;
}

.mailButton
{
	position:absolute;
	right:10px;
}

.mailButton a
{
    background-image:url(../grafik/email.jpg);
    width:35px;
    height:23px;
	float:left;
}

.mailButton a:hover
{
    background-image:url(../grafik/emailHover.jpg);
    width:35px;
    height:23px;
	float:left;
}

.tb150
{
	width:150px;
	border: solid 1px #a62525;
	font-size:11px;
}

.tb200
{
	width:200px;
	border: solid 1px #a62525;
	font-size:11px;
}

.ues1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #380E0E;
}


/*Modal Popup*/
.modalBackground {
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	position:relative;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#6482B4;
	padding:0px;
	width:565px;
	height:325px;
	overflow:auto;
}

.mitgliederDetail_Header
{
	height:13px;
	background-color:#a62525;
	background-image:url(../grafik/menuBack.jpg);
	background-repeat:repeat-y;
	font-weight:bold;
	color:White;
	padding:6px;
}

.mitgliederDetail_leftPane
{
	font-weight:bold;
	float:left;
	width:125px;
	padding:3px;
}

.mitgliederDetail_rightPane
{
	float:left;
	width:400px;
	padding:3px;
}

.mitgliederDetail_Progressbar
{
	position:absolute;
	display:none; 
	padding:5px; 
	color:#000; 
	text-align:center; 
	font-size:9px;
	width:120px;
	height:50px;
	left:50%;
	margin-left:-60px;
	top:50%;
	margin-top:-25px;
}
