/* Stylesheet F3 Website
Version 1.1
*/

/*body-Bereich*/

body {
color:#444444;
font-family:Tahoma,Arial,sans-serif;
font-size:10pt;
background-color: #B2B2B2;
background-image: url('http://f-3.org/img/bg_s.png');
background-repeat: repeat-y;
background-position:top center;
}

/*div-Container Klassen */

div.header {
width:720px;
height:130px;
top:0px;
left:50%;
margin-left:-360px;
background-color:white;
position:absolute;
}

a img{
	border:0;
}

a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a:hover{
	color:#444444;
	border-bottom:2px solid #444444;
}

div.logo{
margin:0px;
padding:0px;
width:150px;
height:130px;
float:left;
}

div.siteinformation {
width:570px;
height:130px;
background-color:#E5E5E5;
float:right;
}

div.navigation {
width:150px;
top:130px;
left:50%;
margin-left:-360px;
background-color:#E5E5E5;
position:absolute;
padding-top:20px;
}

div.content {
top:130px;
width:530px !important;
width:570px;
left:50%;
margin-left:-210px;
background-color:white;
position:absolute;
padding:20px;
}


/*Navigations-Links */

div.navigation a{
display:block;
padding-right:4px;
padding-top:6px;
padding-bottom:6px;
font-weight:lighter;
color:#333333;
border-bottom:1px solid #b2b2b2;
text-decoration:none;
padding-left:7px;
}

div.navigation a:hover{
background-color:#b2b2b2;
color:white;
}


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

/* Überschriften H1-H3*/

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

h2{
margin:0px;
display:block;
text-align:right;
padding-right:20px;
font-size:16pt;
background-color:#EEEEEE;
color:#888888;
font-weight:lighter;
padding-top:27px;
padding-bottom:10px;
}

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

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

ul{
list-style-position:outside;
}
li{
line-height:150%;
}

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

a.button img{
	border:0;
}

table.docs {
	border-spacing: 0;
	width:100%;
}

table.docs td{
	border: 1px solid silver;
	font-size: 10pt;
	padding:3px;
}

td.docs-title{
	font-size:14pt;
	font-weight:bold;
	background-color:#888;
	color:white;
}

td.docs-title a{
	color:white;
}


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