* {
	margin:0;
	padding:0;
	outline:none;
}

html, body {
	margin:0;
	padding:0;
	font: 0.85em/150% Tahoma, Arial, Helvetica, sans-serif;
	background:#e0ded7;
	color:#333;
	text-align:center;
	height:100%;
}

h1 {
	font-size:1.25em;
	font-weight:bold;
	background:url(images/dotted_border.gif) bottom left repeat-x;
	padding-bottom:5px;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:5px;
}

* html #wrapper {
	height: 100%;
}

#wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	background:url(images/wrapper_bg.gif) top left repeat-y;
}

#wrapper_header {
	height:315px;
	background:url(images/header_2.jpg) left bottom no-repeat;
}

#header {
	height:140px;
	background:url(images/header.jpg) left 20px repeat-x;
}

#lang {
	text-align:right;
	width:970px;
	font-size:80%;
	height:20px;
	background:#e0ded7;
}

#home {
	position:relative;
	clear:both;
}

#home_link {
	position:absolute;
	top:10px;
	left:10px;
	text-indent:-5000em;
	display:block;
	width:200px;
	height:20px;
	background:url(images/home_link.jpg) no-repeat;
}

#nav {
	margin-top:66px;
}

#nav ul {
	position:relative;
	list-style:none;
	width:970px !important;
	height:3.95em;
	background:#C12415 !important;
}

#nav a, #nav a:link, #nav a:visited {
	display:block;
	text-decoration:none;
	font: 1em/150% Tahoma, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:13px;
	padding-right:13px;
	padding-top:5px;
	padding-bottom:7px;
	border-right:1px solid #C12415;
	font-size:120%;
}

#nav li {
	float:left;
}

#nav .aktiv {
	display:inline;
	background:#ff9600 !important;
	height:2em;
	float:left;
	}

#nav a:hover {
	background:#ff9600 !important;
	height:1.95em;
	_width:10px;
}

#nav .sub {
	background:#ff9600 !important;
	height:2.25em !important;
	border-bottom:1px solid #fff;
	position:absolute;
	left:0;
	top:3.95em;
	font-size:75%;
	height:21px;
}

#nav .sub li {
	margin-top:2px;
	_margin-top:0;
}

#nav .sub a {
	display:inline !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
	border-right:1px solid #eb7531 !important;
	background:#ff9600;
}

#nav .sub a:hover {
	color:#C12415;
}
	
#main {
	float:left;
	width:701px;
	padding:15px 10px 30px 15px;
	_padding-bottom:40px;
	background: url(images/schatten.jpg) repeat-x;
}

#main a {
	color:#C12415;
	font-weight:bold;

}

#main a:hover {
	text-decoration:none;
}

#main li {
	list-style:none;
	background:url(images/list_punkt.gif) left 0.7em no-repeat;
	padding-left:8px;	
}

#content p {
	padding-top:5px;
	padding-bottom:20px;
}

#sidebar {
	margin-left:730px;
	width:210px;
	padding-left:20px;
	padding-top:10px;
	background:#f5f7f1;
}

.clear {
	clear:both;
}

#footer {
	position:relative;
	width:970px;
	margin:-2em auto;
	height:1.9em;
	border-top:1px solid #666;
	background:#e0ded7;
	clear:both;
}

#footer .left {
	float:left;
	width:485px;
	height:1.9em;
	text-align:left;
}

#footer .right {
	float:right;
	width:485px;
	height:1.9em;
	text-align:right;
}


table {
background: #ccc;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
width:90%;
}

.tdgrey {
background: #ccc;
}

th, td {
margin: 2px;
background: #fff;
padding: 2px 5px;
text-align: left;
border-top:1px solid #CCC;
border-left:1px solid #CCC;
}

th {
background: #E6E5E1;
color: #333;
font-weight: bold;
}






