body {
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	    
.bgrand {
	background-color: #C6CEDF;
	}  
    
.bgnav {
	background-color:#D3DCEE;
    opacity: .55;
    filter: alpha(opacity=85);
	}
	
.bgnav2 {
	background-color:#D3DCEE;
	background-image: url(../img/bg_nav.gif);
	background-repeat: no-repeat;
    opacity: .55;
    filter: alpha(opacity=85);
	}
	
.bgcontent {
	background-color:#D3DCEE;
    opacity: .40;
    filter: alpha(opacity=40);
	}
	
#Content {
	position:absolute;
	z-index:1;
	overflow: auto;
	width:1000px;
	height:391px;
}

.text {
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #0060A9;
	}

.address {
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	color: #CE003D;
	}

.textfooter {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #5387C0;
	}
		
.texts	{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #0060A9;
	}
.header	{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
    text-decoration: none;
	color: #FF9933;
	}
.subheader	{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #FF9933;
	}

.textbold	{font-weight: bold;}

  .dot{
    list-style-image: url(../img/li_bullet.gif);
    }

  .ohne{
    list-style-type:none;
    }
	
	
	A:link {color: #0060A9; text-decoration: underline;}
	A:visited {color: #0060A9; text-decoration: underline;}
	A:active {color: #D68102; text-decoration: underline;}
	A:hover {color: #D68102; text-decoration: underline;}
	
	A.addresslink:link {color: #CE003D; text-decoration: underline;}
	A.addresslink:visited {color: #CE003D; text-decoration: underline;}
	A.addresslink:active {color: #D68102; text-decoration: underline;}
	A.addresslink:hover {color: #D68102; text-decoration: underline;}
	
	A.footer:link {color: #5387C0; text-decoration: none;}
	A.footer:visited {color: #5387C0; text-decoration: none;}
	A.footer:active {color: #5387C0; text-decoration: none;}
	A.footer:hover {color: #5387C0; text-decoration: underline;}
