/* Tooltipelemente */
.tooltip {
background:transparent url(bg_tooltip.png) repeat-x scroll center bottom;
text-decoration:none;
}
#tooltip { 
border:1px solid #dca; 
border-width:0px 1px 1px 0px; 
background-color:white; 
width:250px; 
padding:0px; 
}
#tooltip p {
margin: 4px 8px 3px 8px; 
color: #b00; 
font-size: 11px; 
font-family: "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial; 
} 


/* Elemente für Tabellenbasis */
.kopf {
padding-top: 10px;
font-weight: bold;
font-size: 13px;
width: 100%;
float: left;
}
.hell {
float: left;
width: 100%;
display: block;
position: relative;
clear: left;
overflow: hidden;
}
.dunkel {
float: left;
background-color: #dddddd;
width: 100%;
display: block;
position: relative;
clear: left;
overflow: hidden;
}

/* Element für Anbieter und Zusatzinfos */
.zwanzig {
margin: 3px;
float: left;
width: 25%;
position: relative;
display: block;
}
.zwanzighead {
margin: 3px;
float: left;
width: 25%;
position: relative;
display: block;
}
.zwanziganm {
margin: 3px;
float: left;
width: 25%;
position: relative;
display: block;
}

/* Element für Kosten */
.zehnhead {
margin: 3px;
float: left;
width: 12%;
}
.zehn {
margin: 3px;
float: left;
width: 12%;
}


/* Element für Bilder und Nummerierung */
.fuenf {
float:left;
margin:3px;
padding:5px;
width:20px;
min-height: 50px;
}

.fuenfhead {
margin: 3px;
padding-right:25px;
float:left;
width:40px;
}
.fuenficon {
margin: 3px;
padding-right:10px;
float:left;
width:20px;
}
.fuenfbild {
float:left;
vertical-align:middle;
height: 12px;
width: 12px;
}

/* Element für Unterlagen */
.unterlagen {
margin: 3px;
float: left;
width: 15%;
min-height:50px;
padding-top:15px;
vertical-align:middle;
}

.unterlagenhead {
margin: 3px;
float: left;
width: 15%;
}

.testbox{
	margin-top: 18px;
}

/* Formularelemente */
.label {
float: left;
width: 100%;
}
.label_cb {
}
.cb {
float: left;
width: 15%;
}
.feld {
float: left;
width: 100%;
} 
.ergebnis {
float: left;
width: 50%;
}
.knopf {
float: left;
width: 50%;
}
.knopfvergleich {
float: left;
width: 100%;
padding-top:50px;
}

/* Basiselemente */

body {
cursor: default;
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
line-height: 18px;
text-decoration: none;
}

#trfooter {
height:125px;
margin-bottom:10px;
margin-top:10px;
float: left;
width: 100%
}

a {
color:#777777;
cursor:pointer;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

img {
vertical-align:middle;
}

#text {
font-size: 4px;
line-height: 4px;
}
#red {
font-size: 4px;
line-height: 4px;
color: red;
}
