@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/verlauf.gif) repeat-x;
	text-align: center;
}

#container {
	margin: 0 auto;	
	width: 910px;
}

#head {	
	margin: 20px 0 0 -10px;
}

#menu {
	display:block;
	float: none;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 900px;
}

#menu ul {
	margin: 20px 0 0 0;
	text-align: left;
	list-style-type: none;
	float: left;
}

#menu ul li {
	float:left;
	padding: 0 0 0 0;
	margin: 0 2px 0 0;
	font-size: 9pt;
	font-weight: bold;
}

#menu ul a {
	background-image: url(../img/nav.png);
	background-repeat: repeat-x;
	padding: 3px 10px 0px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 23px;
	text-align: center;
}

#menu li a:hover, #menu li a.menu_current, #menu li.menu_current a {
	background-image: url(../img/nav_hl.png);
	color: #000;
	padding: 3px 10px 0px 10px;
}

#content {
	margin: 10px 0 0 0;
	text-align: left;
	float: none;
}

#content_left {
	width: 460px;	
	padding: 0 0 0 0;
	float: left;
	margin: 0 0 0 0;
	display: inline;
}

#content_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 410px;
	float: left;	
	display: inline;
}

#content_left h1 {
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 10px;
	width: 460px;
	height: 20px;
	background: url(../img/content_h1.jpg) repeat-x;
	margin: 0 0 0 -20px;
	display: inline-block;
}

#content_right h1 {
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 0 0 10px;
	width: 410px;
	height: 20px;
	background: url(../img/content_h1.jpg) repeat-x;
	margin: 0 0 0 -20px;
	display: inline-block;
}

#content_left div.content-box {
	background: #eee;
	color: #333;
	width: 435px;
	padding: 0 15px 15px 20px;
	margin: 10px -15px 0 0;	
	display: inline-block;
}

#content_right div.content-box {
	background: #eee;
	color: #333;
	width: 385px;
	padding: 0 15px 15px 20px;
	margin: 10px -15px 0 20px;	
	display: inline-block;
}

.content-box h2, .content-box h2 a, .content-box h2 a:visited {
	font-size: 10pt;
	padding: 15px 0 0 0;
	color: #c9031f;	
	text-decoration: none;
}

.content-box h2 a:hover {
	color: #666;
}

.content-box p a {
	color: #c9031f;
	text-decoration: none;
	font-weight: bold;
}

.content-box ul {
	list-style-type: none;
}

.content-box ul a {
	color: #666;
}

.content-box img {
	margin: 10px 0 0 0;
}

#footer {
	width: 900px;	
	height: 50px;
	float: left;
	padding: 10px 0 0 0;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none;
}

.displayfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.displayfix {display:inline-block;}
/* Hide from IE Mac \*/
.displayfix {display:block;}
/* End hide from IE Mac */
