/* CSS Document */

.clr{ /* BASIC CLEAR FIX*/
clear:both;
}
.hidden{
display:none;
}
div.clear{ /* Special Div for Firefox for background height fix*/
clear: both;
height: 0px;
margin: 0px;
padding: 0px;
font-size: 0;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	text-align:left;
}
h3 a{
font-size:14px;
}
body {
	color: #000000;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
}
/* Normal link */
a {
	color: #999;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}
#flash{
position:relative;
z-index:-99;
padding:0;
margin:0 auto;
text-align:center;
}
.wrapper{
padding:0;
margin:0 auto;
text-align:center;
width:1019px;
}
.wrapper_top{
position:relative;
z-index:3;
padding:0;
margin:0 auto;
margin-top:-18px;
text-align:center;
width:1019px;
}
.header{
padding:0;
margin:0 auto;
text-align:center;
width:1019px;
height:385px;
}
.bottom{
padding:0;
margin:0 auto;
text-align:center;
width:1019px;
height:62px;
background:url(../images/bottom.jpg) no-repeat;
}
.legal{
position:relative;
float:right;
margin-right:60px;

}
.legal ul{
list-style:none;
}
.legal ul li{
float:left;
margin-left:30px;
color:#fff;
font-weight:bold;
}
.legal ul li a{
color:#fff;
text-decoration:none;
}
.legal ul li a:hover{
color:#999;
text-decoration:none;
}
#content{
padding:0;
margin:0 auto;
text-align:center;
width:1019px;
background:url(../images/wrapper_bg.jpg) repeat-y;
}
.content_text{
text-align:left;
color:#666;
}
.left{
float:left;
margin-left:40px;
margin-bottom:20px;
margin-top:0;
width:700px;
color:#666;
}
#form .inputfield{
margin:4px 0 4px 0;
padding:4px;
background:#fefefe;
border:1px solid #e2e2e2;
}
#form .inputfield:hover{
margin:4px 0 4px 0;
padding:4px;
background:#fefefe;
border:1px solid #0d97ef;
}

#form .code{
margin:4px 0 4px 0;
padding:4px;
background:#0d97ef;
border:1px solid #ccc;
color:#fff;
font-weight:bold;
}

.right{
float:right;
margin-bottom:20px;
margin-top:10px;
margin-right:40px;
width:180px;
}
.abstand{
height:40px;
}
.module_01 h3{
padding:0;
margin:0;
color:#999;
/*padding-left:10px;*/
}
.right_cell_top{
text-align:left;
background:url(../images/module_top.jpg);
height:9px;
}
.right_cell_middle{
width:180px;
background:#f3f4f4;
padding:0 10px 0 10px;
color:#555;
}
.right_cell_bottom{
width:180px;
background:url(../images/module_bottom.jpg) no-repeat;
height:9px;
}
.button{
height:24px;
width:120px;
color:#fff;
border:none;
line-heigth:24px;
font-weight:bold;
background:url(../images/absenden.jpg) no-repeat;
}
.legal_left{
float:left;
width:350px;
margin:10px 0 0 40px;
color:#fff;
text-decoration:none;

}
.legal_left a{
color:#fff;
text-decoration:none;
font-weight:bold;

}