/* CSS Document */

body{ 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
	background-position:right;
	background-color: #000;
}
a{
	background:transparent; 
	color: #000033; 
	text-decoration: underline;
}
a:hover{
	background:transparent; 
	color: #999; 
	text-decoration: underline;
}
ul, li{
	list-style:none;
	margin:0;padding:0;
}
li a{
	text-decoration: none;
	color: #081537;
}
h1{
	font-size:19px;
	font-weight:normal;
}

#banner{
	background-image:url(../images/logo.png);
	background-position: center;
	background-color: #EFEFEF;
	width:1027px;
	height:140px;
	background-repeat:no-repeat;
}
#center{
	background-color:white;
	width:1027px;
	margin:auto;
	margin-bottom:15px;
}
.current {
	font-weight:bold;
	border-bottom: #FFF 2px solid;
	font-size:12px;
	text-decoration:none;
}

.current_sub {
	font-weight:bold;
	border-top:#000033 10px solid;
	font-size:11px;
	text-decoration: none;
}

.agb {
	width:500px;
	font-size:12px;
	color: #000;
}

#navi{
	display:block;
	background-image: url(../images/navi.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	width:1000px;
	height:42px;
}
#navi ul{
	padding-left:18px;
}
#navi ul li {
	float: left;
	margin-left:15px;
	font-size:12px;
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
}
#navi ul li a {
	padding-right: inherit;
	color: #FFF;
	position:relative;
	top:11px;
}

#subnavi{
	display:block;
	margin-left:20px;
	margin-bottom: 30px;
	width:1000px;
	height:5px;
}
#subnavi ul{
	padding-left:20px;
}
#subnavi ul li {
	float:left;
	font-size:11px;
	margin-left:0px;
	margin-right:10px;
    background-position:right;
	background-repeat:no-repeat;
	height:30px;
}
#subnavi ul li a {
	padding-right: inherit;
	color: #000033;
	position:relative;
	top:10px;
}

#content {
	float:left;
	width:940px;
	margin-left:40px;
	line-height:16px;
	margin-top:5px;
	padding-bottom:10px;
}
#footer{
	font-size:11px;
	text-align: center;
	margin-top:65px;
	padding-bottom:5px;
	text-decoration:none;
	color: #666;
}
#buttom{
	background-image: url(../images/buttom.jpg);
	background-position: center;
	background-repeat:no-repeat;
	width:1027px;
	height:57px;
	float: left;
	font-size: 11px;
	line-height:32px;
}
.cleaner
{
	clear:both;
	color:#000066;
	height:0px;
	Font-size:12px;
	width:940px;
	border-top: 2px solid #F4F4F4;
	margin-left:40px;
	padding:0;
	background:transparent;
}

#loginform {
    background-color: #FFFFFF ;
    width: 320px;
	color:#000;
}

#loginform form {
    margin-left: 0px;
    font-size: 14px;
}
             
label{
    display: block;
    width: 100px;
    float: left;
    clear: both;  
}

label, input {
    margin-bottom: 4px;
}

.anmeldung {
	background-image:url(../images/logout.gif);
	float:left;
	border: 1px solid #07072C;
	background-repeat:repeat-x;
	color: #FFF;
}

.submit1 {
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/logout.gif);
	background-repeat:repeat-x;
	border: 1px solid #999;
	margin-right: 45px;
	margin-top:0px;
	float:left;
	color:#FFF;
	height:30px;
}

.logon {
	font-size:10px;
	margin-right: 10px;
	margin-top:5px;
	width:140px;
	float:right;
	color: #009;
}

.text {
	text-align:justify;
}


/* CSS END */
