body {
	font: 8pt/10pt Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(../images/bg_body.png) repeat-y top left;
	width: 800px;
	margin: 0;
	padding: 0;
}
#header {
	background-color: #FFFFFF;
	padding: 10px 0 25px 0;
	width: 800px;
}
#slogan { float: right; }
#logo { margin-left: 60px; }
#headernav { width: 800px; }
#headernav span {
	display: block;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}
#headernav span.home { text-indent: 50px; }
#headernav span.extern { text-indent: 10px; }
#headernav span.lang { text-align: center; }
#headernav span.services { text-align: right; width: 197px;}
#headernav a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
}
#headernav span.extern a {
	font-size: 12px;
	color: #666666;
}
#headernav span.extern a:hover {
	color: #000000;
	text-decoration: none;
}
#headernav a:hover { color: #0066CC; text-decoration: underline; }
#headernav a.active { color: #0066CC; }
#headerimage { 
	background-color: #FFFFFF;
	clear: both;
	padding-top: 9px;
}
#nav {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 200px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	/*background-color: #2D6588;*/
	margin-bottom: 1px;
}
#nav ul li ul li {
	/*background-color: #BDE7E7;*/
	margin: 0;
}
#nav ul li ul li ul li{
	padding-left: 10px;
}
#nav ul a {
	/*font-weight: bold;*/
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	display: block;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #0066CC;
}
#nav ul a:hover, #button_login:hover, #button_logout:hover {
	background-color: #66A3E0;
}
#nav ul a.activ {
	font-weight: bold;
}
* html #nav a, * html #button_login, * html #button_logout {
	width: 100%;
}
#nav ul li ul li a { color: #000000; background-color: transparent;}
#button_login, #button_logout {
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	display: block;
	line-height: 1.5em;
	height: 1.5em;
	color: #FF0000;
	background-color: #0066CC;
	margin: 10px 0 0 0;
}
#button_login { color: #FFFFFF; }
#nav p.adress {
	padding: 10px;
	margin: 20px 0;
}
#nav p.adress a {
	color: #0066CC;
	text-decoration: none;
}
#nav p.adress a:hover {
	color: #666666;
	text-decoration: underline;
}
#nav a.imprint {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}
#nav a.imprint:hover {
	color: #000000;
}
#content {
	position: absolute;
	width: 410px;
	left: 220px;
	top: 200px;
	padding-bottom: 20px;
}
#content h1 {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000000;
}
#content h2 {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #0066CC;
}
#content p {
	padding: 0.6em 0;
	margin: 0;
}
#content form {
	padding: 0;
	margin: 1.3em 0 0 0;
}
#content form td {
	padding-bottom: 3px;
}
#content ul {
	margin: 1px;
	padding: 0;
	list-style-type: none;
}
#content li {
	padding: 2px 5px 2px 10px;
	margin: 0;
	background: url(../images/ul.gif) no-repeat left 0.5em;
	
}
#sitemap {
	list-style-type: none;
}
#content a {
	text-decoration: none;
	color: #0066CC;
}
#content a:hover {
	text-decoration: underline;
	color: #666666;
}
#addon {
	position: absolute;
	width: 150px;
	left: 650px;
	top: 180px;
}
#addon div.text {
	margin: 0 0 20px 0;
	padding: 3px;
}
#addon div.text p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#addon div.text h3 {
	font-weight: bold;
}
#addon img {
	margin-bottom: 20px;
}
textarea,
input {
	font: 1.1em/1.5em Arial, Helvetica, sans-serif;
}
#contact input {
	width: 250px;
}
#contact textarea {
	width: 320px;
}
#contact input.submit {
	width: auto;
}