/* Stylesheet F3 Website
Version 1.1
*/

/*body-Bereich*/

body {
color:#444444;
font-family:Tahoma,Arial,sans-serif;
font-size:9pt;
background: #B2B2B2;
}

/*div-Container Klassen */

div.header {
}

div.logo{
margin:0px;
padding:0px;
width:130px;
height:130px;
position:absolute;
top:0px;
left:0px;
}

div.siteinformation {
width:370px;
height:130px;
position:absolute;
top:0px;
left:130px;
background-color:#E5E5E5;
}

div.navigation {
width:500px;
height:20px;
top:130px;
left:0px;
background-color:#E5E5E5;
position:absolute;
}

div.content {
top:150px;
width:500px;
left:0px;
background-color:white;
position:absolute;
padding:20px;
}

div.whitebg {
}

/*Navigations-Links */

/*F3-Header-Logo*/
div.logo img{
margin:0px;
padding:0px;
}

/* Überschriften H1-H3*/

h1{
color:#888888;
font-size:14pt;
padding-top:38px;
padding-left:20px;
font-weight:lighter;
margin:0px;
}

h2{
margin:0px;
padding-left:20px;
font-size:12pt;
background-color:#EEEEEE;
color:#888888;
font-weight:lighter;
padding-top:5px;
padding-bottom:5px;
}

h3{
font-size:10pt;
font-weight:lighter;
}

/*Absätze*/
p{
line-height:150%;
}

ul{
list-style-position:outside;
margin-left:25px;
}
li{
line-height:150%;
}

a.button {
padding:10px;
border:2px solid #B2B2B2;
background-color:#E5E5E5;
color:#444444;
font-size:11pt;
}

a.button:hover {
background-color:#B2B2B2;
color:white;
}