@charset "utf-8";
/* CSS Document */
html {
overflow: hidden;
}
body  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 18px;
background: #CDB38D;
margin: 0; 
padding: 0;
text-align: left; 
color: #000000;
}
 td img a {
border: none;
margin: 0;
padding: 0;
}
a {
color: #ffffff;
text-decoration:underline;
}
a:hover {
color: #E83430;
text-decoration: underline;
}

iframe{
background: #CDB38D;
}

/* header */

hr{border: none 0;
border-top: 1px solid #fff;/*the border*/
width: 100%;
height: 1px;}

#inhalt {
background: #CDB38D;
margin: 0; 
padding: 0px;
} 

#inhalt strong, b{
font-weight: normal;
font-size: 16px; 
color: white;}

#inhalt img{
margin-top: 0px;
}

#inhalt p {
line-height: 12px;
margin: 0;
}
#inhalt a{
color: white;
text-decoration: none;
}

#inhalt h1 {
margin: 0px;
padding: 0px;
font-size: 22px;
line-height: 20px;
font-weight: normal;
}

#inhalt h2 {
font-size: 11px;
line-height: 24px;
font-weight: normal;
} 

#inhalt h3 {
margin:0;
padding:0;
font-size: 26px;
line-height: 22px;
font-weight: bold;
color: #666666;
} 


/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
float: right;
margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
float: left;
margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.kasten { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
margin: 0px;
padding: 5px 10px;
background: #f7b9a4;
width: 400px;
list-style-type: none;
}
td.field_title { 
width: 120px;
text-align: left;
}

.radio_label{ 
display: block;
height: 30px;
}
.field_radio{ 
float: left;
}

.checkbox_label{ 
display: block;
height: 30px;
}
.field_checkbox{ 
float: left;
}



