.resp_header {
height:200px;
margin-bottom: 40px;
padding: 20px;}

.resp_nav {
float:left;
width:215px;
padding-top:20px;
}

.resp_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.resp_li a {
    background-color: #f3f3f3;
    border: 1px solid black;
    color: #333;
    display: block;
    height: 30px;
    padding: 5px;
    width: 180px;
    text-decoration: none;
    margin: 4px;
}
.resp_li a:hover {
    background-color: #339900;
    border: 1px solid;
    color: #fff;
    display: block;
}

.resp_menu {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.resp_abmelden {
float:left;
width:215px;
padding-top:20px;
}

.content_box {
margin-left:auto;
display:block;
margin-right:auto;
max-width:900px;
width:auto;}

.resp_container {
float:left;
width: 380px;
padding:40px;
margin-left:auto;
margin-right:auto;
border:2px dotted #999;
}

.resp_feld {
float: left;
}

.resp_label {
width: 100px;
}

.resp_in {
 padding: 7px 6px 6px !important;
 color: #999999;
 display: inline-block;
 font-size: 12px;
 height: 16px;
 line-height: 16px;
 background-color: #fff;
 border: 1px solid #d4d4d4;
 box-shadow: 0 0 1px 0 #fff inset;
}

.resp_in:focus {
 border-color: #0099cc;
 line-height: 1 !important;
 padding: 7px 6px 6px !important;
 outline: 0 none;
 height: 16px;
 line-height: 16px;
 display: inline-block;
 box-shadow: 0 0 1px 0 #fff inset;

}

.resp_button {
    background-color: #a6a6a6;
    background-image: none;
    color: #fff;
    line-height: 14px;
    padding: 7px 30px;
    margin-top: 10px;
    clear: left;
    float: right;
    margin-right: 30px;
    width: 175px;
}

.resp_button:hover {
    background-color: #339900;
    color: #fff;
}

.resp_nutz {
    text-align: right;
    display: block;
    font-size: 10px;
    color: #666;
    width: 350px;
    float: right;
    padding-right: 30px;
}
.resp_span {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #666666;
}

.checkbox {
width:20px;}

.checkbox_container {
width:400px;
height:50px;
}

.field_container {
width:400px;
height:50px;
padding-top: 10px;

}

#copyright {
    background-color: #b3b3b3;
    border-top: 1px solid #555;
    color: #333;
    overflow: hidden;
    padding: 15px;
    bottom:0px;
    width:927px;
    display:block;
    margin-left:auto;
    margin-right:auto;}

#copyright-row {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;}


.copyright_sp a {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.copyright_sp a:hover {
    color:#339900;