/* CSS Document */


/* Allgemeine Einstellungen */

/*für Verweise zu noch nicht besuchten Seiten*/
a:link { 
color:#3886cd;  
text-decoration:none;
}

/*für Verweise zu bereits besuchten Seiten*/
a:visited { 
color:#3886cd;  
text-decoration:none; 
}

/*für Verweise, während der Anwender mit der Maus darüber fährt*/
a:hover { 
text-decoration:underline; 
font-size:100%;
color:#000000;
}

body{
background-color:#f9f9f9;
background-repeat:no-repeat;
margin-top:0px;
color:#333333;
}

table.news{
margin-top:15px;
}

/* ############# Preise ############# */

h3{
font-size:20px;
text-align:center;
}

h4{
font-size:14px;
padding-left:20px;
}

.subheadline3{
font-size:12px;
font-weight:bold;
margin-bottom:3px;
}

.subheadline2{
font-size:12px;
padding-left:20px;
font-weight:bold;
margin-bottom:3px;
}

.subheadline1{
font-size:14px;
font-weight:bold;
}

.subtext{
padding-left:20px;
}

.headline{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-left:20px;
padding-top:20px;
}

.subheadline{
font-size:14px;
padding-left:0px;
padding-top:5px;
}

.infotext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:20px;
padding-right:20px;
padding-bottom:5px;
margin-top:15px;
}

.thick{
font-size:12px;
font-weight:bold;
}

.middle{
text-align:center;
}
