html {
	background:#EFEFEF;
	height:100%;
	font-size:12pt;
	font-family:'Times New Roman', Georgia, serif;
}
body {
	background:no-repeat url(images/bgr.jpg);
	background-position:center;
	background-attachment:fixed;
	margin:0;
	padding:0;
	min-height:100%;
}
* html body {
	height:100%;
}

p {
	margin:0 0 15px 0;
	padding:0;
}
h1 {
	font-size:20pt;
	font-weight:normal;
	text-decoration:none;
	margin:0 0 20px 0;
	padding:0;
}
h2 {
	font-size:15pt;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}

#navi {
	float:left;
}
	#navi ul {
		position:fixed;
		top:50px;
		width:160px;
		margin:0;
		padding:10px 0 10px 0;
		background:#CCC;
		font-size:10pt;
		font-weight:bold;
	}
	* html #navi ul {
		margin-top:50px;
	}
	#navi ul li a {
		color:#FFF;
		text-decoration:none;
		font-family:Arial, Tahoma, sans-serif;
		padding-left:10px;
		display:block;
		height:18px;
		line-height:18px;
	}
	#navi ul li a:hover {
		background:#9A9A9A;
	}
#content {
	padding:50px 12% 50px 12%;
	margin-left:170px;
	line-height:16pt;
}

#home {
	background:none;
}

#kosten_table {
	text-align:left;
	font-style:italic;
}
	#kosten_table tr .preis {
		text-align:right;
		font-style:normal;
	}
	#kosten_table tr th {
		font-style:normal;
		font-weight:bold;
	}

#leitung #content {
	text-align:center;
}
	#leitung img {
		border:0;
	}

#content #footer {
	clear:both;
	margin-top:50px;
	text-align:center;
	font-size:10pt;
}
	#content #footer a {
		padding:0 20px 0 20px;
	}