@charset "UTF-8";
/* 
	www.hild-baumeister.de     CSS
	
	author 		JANNIS GREFF
	author-url 	WWW.JANNISGREFF.DE
	
	date		14.12.2009 Berlin
	
*/

body {
	background-repeat: repeat;
	background:url(../img/bg_color.jpg) #32578F;
	text-align:center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
div#window {
	background-repeat: no-repeat;
	background:url(../img/bg_picture.jpg) fixed;
	margin:0px;
	padding:0px;
	display:block;
	height:100%;
}
div#main {
	margin: 0 auto;
	display:block;
	width:800px;
}
div#left {
	float:left;
	text-align:right;
	border-right:1px dotted white;
	padding-right:10px;
	padding-top:30px;
	margin-right:10px;
	height:470px;
}
div#title h1, h2{
	display:none;
	visibility:hidden;
	font-size:1px;
	margin:0px;
	padding:0px;
}
div#title{
	background:url(../img/title_christoph_hild-baumeister.png) no-repeat;
	display:block;
	width:389px;
	height:82px;
}
ul#nav {
	text-align:left;
	list-style:none;
/*	background:url(../img/bg_nav.png) no-repeat;*/
	display:block;
	min-height:68px;
	width:151px;
	padding:0px;
	padding-left:5px;
	padding-top:3px;
	margin-left:230px;
}
ul#nav li{
	border-bottom:1px dotted white; 
	margin:5px;
	padding-left:2px;
}
ul#nav li a{
	color:#fff;
	text-decoration:none;
}
ul#nav li:hover{
	border-bottom:1px solid white; 
}
div#right {
	text-align:left;
	display:block;
	padding-left:10px;
	margin-left:10px; 
	min-height:300px;
	
}
div#right p {
/*	text-align:justify;*/
}
div#right ul {
	list-style-type:none;
}
div#right ul li {
	margin-left:10px;
}
div#footer {
	clear:both;
	display:block;
	position:absolute;
	bottom:10px;
	font-size:10px;
	
}
div#footer a {
	color:#fff;
	text-decoration:none;	
}
div#footer a:hover {
	text-decoration:underline;
	
}