/* Hauptnaviagtion */
html {
	width: 100%;
	height: 100%;
	}

BODY {
	color: #717d7f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height: 100%;
	margin:0%;
 	padding:0%;
	background: #e1e1e1;
}

h1, h2, img {
	margin: 0;
	padding: 0;
	border: none
}


#container {
	position:relative;
	margin: 0px auto;
	width:820px;
	height:auto !important; /* moderne Browser */ 
	}
	
#content {
	width:760px;
	background: #fff url(bg_content.png) repeat-y;
	padding: 10px 30px;
}
	
#head {
	width: 820px;
	text-align:right;
	height:40px;
	background: #fff url(bg_head.png) no-repeat;
}

#footer {
	width: 820px;
	text-align:right;
	height:150px;
	background: #fff url(bg_footer.png) no-repeat;
}

#text {
	padding-top: 120px;
	width: 500px;
	}
	
#logo {
	float: right;
	}

#text ul	{
	margin: 5px 5px 5px 20px;
	padding: 0px;
	list-style: none;
}

.infobox ul	{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.infobox ul li,
#text ul li {
	padding-left:9px;
	line-height: 1.5em;
	background:url(li_item.png) 0px 8px no-repeat;
	width:100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #717d7f;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #e95f00;
	margin: 20px 0px 0px 0px;
}

p {line-height: 1.5em;
	margin: 5px 0px;}

.small {
	font-size: 0.8em;
	}

a:link,
a:visited {
	color:#ff6800;
	font-weight: bold;
	}

#infoboxwrap {
	position: absolute;
	left: 580px;
	top: 230px;
	}
	
.infobox {
	width: 200px;
	padding: 10px;
	background: #fff;
	border-left: 1px solid #ccc;
	margin-bottom:50px;
	}
	
table tr td {
	vertical-align:top;
	padding: 0.5em 0.5em 0.5em 0;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	}
	

