/*
	webstyle.css
	author: Knut Bill, Bill GmbH
	version: August 2010
*/

* {
	border: 0;
	padding: 0;
	margin: 0px 0;
	font-size: 100.01%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	word-spacing:3px;
	text-align:justify;
	line-height:18px;
}

body {
	background-image:url(../images/bg.jpg);
	background-color: #024372;
	background-repeat:repeat-x;
	background-attachment: fixed;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #036DBB;
	padding-bottom: 20px;
	padding-top: 10px;
}

li {
	list-style:none;
}

li.bill {
	line-height: 25px;
}

p.schreibschrift {
	font-family:'Reenie Beanie', arial, serif;
	font-size:20px;
}

a {
	color:#006699;
}

address {
	font-size:12px;
	font-style:normal;
}

#wrapper {
	width: 864px;
	background-color:#074368;
}

#header {
	width: 861px;
	height:185px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	float:left;
}

#sidenavi {
	width:297px;
	float:left;
	background-color:#e9e9e9;
}

#sidenavi a {
	padding-left:60px;
	color:#333333;
	text-decoration:none;
	line-height: 1.8em;
}

#sidenavi a:hover {
	color:#006BB9;
}

#contact{
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	width:297px;
	height:180px;
}

#contentbox {
	width: 564px;
	float:left;
 	background-color:#ffffff;
}

#content {
	padding: 0 30px;
	min-height:384px;
	background-color:#ffffff;
}

#content li {
	list-style:url(../images/libill.jpg);
	margin:0px 0px 15px 55px;
	
}

#sidefooter {
	width: 564px;
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

#sidefooter a {
	color:#FFFFFF;
	text-decoration: none;
	font-size:10px;
}

* html #content {
	height:384px;
}
