/* CSS schnellcheck hw */

* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #767675;
}

img{
    display: block;
    border: 0px;
}

body{
    margin: 0px;
    padding: 0px;
    background-image: url(gfx/bg.jpg);
}

h1 {
    color: #006d50;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    color: #006D50;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h3 {
    color: #ca2110;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

h3 a{
    text-decoration: none;
}


#container{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 955px;
}

#logo{
    width: 280px;
    float: left;
    padding: 0px;
    margin: 0px;
}

#logo img{
    float: left;
}

#content{
    width: 675px;
    float: left;
    padding-bottom: 40px;
}

.content-text {
    width: 645px;
    padding: 15px;    
    padding-top: 5px;  
    padding-bottom: 5px;  
    border-bottom: 1px solid #c8c8c8;
    background: #f0edeb;
	float: left;
}


#topimage{
    width: 675px;
    height: 316px;
    padding: 0px;
    margin: 0px;
    float: left;
}

#topimage a{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
}

.row{
    width: 675px;
    border-bottom: 1px solid #c8c8c8;
    float: left;
    background-color: #fdfcfa;
}

.row1box{
    width: 646px;
    float: left;
    padding-left: 14px;
}

.row1box h1{
    color: #006d50;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 4px;
}

.row1box img{
    float: right;
}

.box200{
    width: 200px;
    float: left;
}

.box646{
    width: 646px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box646 a{
    display: block;
    float: right;
	width: 191px;
}

.box646 span{
    display: block;
    width: 420px;
    float: left;
}

.padbox200{
    width: 172px;
    float: left;
    padding: 14px;
}

.ul200{
    display: block;
    float: left;
    width: 200px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 14px;
}

.ul200 a{
    text-decoration: none;
    color: #757576;
}

.ul200 li{
    height: 22px;
    border-bottom: 1px dotted #757576;
    line-height: 22px;
}

.copyright{
    padding-top: 4px;
    width: 200px;
    float: left;
    padding-left: 14px;
}
.impressum{
    float: right;
    width: 400px;
    text-align: right;
    padding-top: 4px;
    padding-right: 14px;
}

.impressum a{
    text-decoration: none;
}

#fragebox{
    position: relative;
    width: 661px;
    height: 320px;
    padding: 0px;
    margin: 0px;
    float: left;
    border-bottom: 1px solid #c8c8c8;
    background: #f0edeb;
    padding-left: 14px;
}

#status{
    width: 661px;
    background-color: #757576;
    height: 30px;
    padding: 0px;
    float: left;
    padding-right: 14px;
    border-bottom: 3px solid #ca2110;
}

#status .frage{
    float: left;
    width: 250px;
    padding-top: 6px;
    padding-left: 14px;
    color: #c8c8c8;
    font-size: 12px;
}

#status .bar{
    float: right;
    width: 200px;
    background-color: #c8c8c8;
    height: 10px;
    margin-top: 10px;
}

#fragebox h1{
    color: #006d50;
    padding-top: 20px;
    font-size: 17px;
    line-height: 22px;
    width: 400px;
    padding-bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
    float: left;
}

#fragebox ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 400px;
}

#fragebox li{
    display: block;
    height: 26px;
    float: left;
    width: 420px;
    /*background-image: url(gfx/bg_antwort.gif);*/
    padding-left: 4px;
    margin-bottom: 4px;
    overflow: hidden;
}

#fragebox li span{
    float: left;
    display: block;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
}

#fragebox .radio{
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 2px;
    margin-top: 6px;
}

#fragebox .prevnext{
    position: absolute;
    bottom: 0px;
    width: 661px;
    height: 22px;
    float: left;
    padding-bottom: 14px;
}

#fragebox .prevnext img{
    border: 0px;
}

#fragebox .prevnext a.prev{
    float: left;
}

#fragebox .prevnext a.next{
    float: right;
    padding-right: 14px;
    margin-right: 218px;
}

#polariots{
    position: absolute;
    width: 172px;
    height: 158px;
    left: 730px;
    top: 40px;
    z-index: 2;
}
.auswertung-rechts{
    float: left;
}

.auswertung-links{
    float: left;
    width: 400px;
}

form {
    margin-top: 20px; 
}

input, textarea, select {
    float: left;
    margin: 3px 0;    border: 1px solid #bfb8ae;    background: white;    padding: 3px 3px;
}
* html input {
    padding-top: 0px;
    height: 17px;
}


.input-senden {
    height: auto;
    float: left;
    margin: 10px;
    margin-left: 130px;
    margin-bottom: 20px;
    padding: 0px;    border: 0px;    background: none;
}

.input-fixed {
    width: 350px;
}

select.input-fixed {
    width: 358px;
}

input:active, input:focus, input:hover { 
    background: #f0edeb;
}

label {
    font-weight: bold;
    clear: both;
    display: block;    width: 130px;    float: left;
    margin: 5px 0;
}