html {
height:100%;
}

body {
background: url('pics/main_back.jpg') repeat-x;
padding:0px;
margin:0px;
font-family:Arial, Tahoma, Verdana, Helvetica;
font-size:12px;
height:100%;
}

img {
border:0;
}

h1 {
font-size:18px;
font-weight: normal;
color: #4D585D;
}

h2 {
font-size:14px;
font-weight: bold;
font-style: italic;
color: #4D585D;
}

a:link, a:hover, a:visited {
text-decoration:underline;
color: #06015E;
}

.f_head {
width:400px;
color:#4D585D;
border-bottom: solid #4D585D 1px;
}

.warning_red {
background: #FFC4C4;
border: 1px solid #CE0000
}

.warning_green {
background: #E6FFE6;
border: 1px solid #00FF00
}

.green {
background: #00FF00;
}

.red {
background: #FF0000;
}

div#frage {
width: 400px;
float:left;
}

div#hilfe {
border: 1px dashed #06015E;
padding: 15px;
width:235px;
margin-left: 430px;
background: #F7F9FC;
}

/*****************************************
*     Header
******************************************/

div#header {
width: 980px; height: 100px;
margin:0px;
}

/*****************************************
*     Left
******************************************/

div#left {
background: url('pics/left_back.jpg') repeat-x #A4C2E5;
float:left;
min-height:595px; width: 190px;
padding:20px 0px 0px 10px;
color: #FFFFFF;
text-align: left;
}

div#left h1{
font-size:16px;
font-weight: normal;
color: #FFFFFF;
}

div#left p{
margin-top:30px;
}

/*****************************************
*     Inhalt
******************************************/

div#inhalt {
background: #FFFFFF;
margin-top: 5px;
margin-left: 200px;
width:700px; min-height:515px;
padding:40px;
}

/*****************************************
*     Fusszeile
******************************************/

div#fusszeile {
width: 700px;
margin-left: 220px;
clear: both;
color: #4D585D;
}

/*****************************************
*     Statistik
******************************************/

div#statistik {
border: 1px solid #06015E;
margin: 0px auto;
margin-top: 50px;
width: 130px;
background: #E8E8FF;
color: #000000;
font-size:10px;
}

div#statistik table{
border-collapse:collapse;
margin: 0px auto;
}

div#statistik td{
vertical-align:bottom;
text-align:center;
}