/* CSS Document */
body {
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
background-color:#FFFFFF;
text-align: justify;
width:984px;
margin:10px auto;
}

a:link { 
color:#0000CC;
font-size:12px;
text-decoration:underline;
}
a:visited {
color:#663399;
}
a:hover {
text-decoration:none;
}
a:active {
color:#FF0000;
}

hr {
color: #999999; 
height: 0px;
border: 0px solid white;
border-top: 1px solid #343399;
margin-top: 10px;
margin-bottom: 10px;
margin-left: -2px;
margin-right: -2px;
}

h1 {
font-size: 20px;
color: #FFFFFF;
margin:0px;
padding:0px;
padding-top:15px;
text-align: center;
}

h2 {
font-size: 14px;
font-weight: bold;
text-align:center;
display:inline;
}

h3 {
font-size: 14px;
font-weight: bold;
text-align:center;
margin-bottom:5px;
}



#oben {
width:984px;
height:90px;
padding:0px;
padding-top:2px;
background-color:#FFCC00;
border:1px solid #FFCC00;
border-bottom:none;
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
}


#preisvergleich-ueberschrift {
background-color:#343399;
color:white;
border:1px solid #343399;
text-align:center;
width:984px;
padding-top:5px;
}

#tabelle {
width:986px;
}

table.dreispaltig {
border-collapse: collapse;
margin-left:0.5px;
background-color:white;
}
td.dreispaltig {
width:33.3%;
vertical-align:top;
border:1px solid #343399;
border-top:none;
padding:9px;
padding-top:10px;
padding-bottom:10px;
}


/*
table.vier-spaltig {
border-collapse: collapse;
}
td.vier-spaltig {
vertical-align:top;
padding:9px;
padding-bottom:20px;
border:1px solid #343399;
border-top:none;
width:25%;
}
*/


#linien-fluege {
background-color:#FF6600;
color:white;
text-align:center;
border: 1px solid #990000;
width:200px;
height:234px;
padding-top:0px;
padding-bottom:10px;
margin:auto;
margin-bottom:30px;
margin-top:0px;
}


a.hotel-buchen, a.reisen-buchen, a.billigfluege-buchen, a.ferien-fluege-buchen {
font-size:13px;
border: 1px solid #343399;
background-color:#FFCC00;
padding:5px;
text-align:center;
margin:0px auto;
text-decoration:none;
width:90px;
}
a.hotel-buchen:hover, a.reisen-buchen:hover, a.billigfluege-buchen:hover, a.ferien-fluege-buchen:hover {
text-decoration:none;
border:2px solid #343399;
background-color:#FFCC00;
}

#unten {
background-color:white;
padding:6px;
width:972px;
border:1px solid #343399;
border-top:none;
}
