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

html, body {
	margin:0;
	padding:0;
	font: 1em/170% Arial, Helvetica, sans-serif;
	background:#e6e4db;
	color:#666;
	text-align:center;
	height:auto;
}

#wrapper {
	position:relative;
	width:870px;
	margin:0 auto;
	text-align:left;
	min-height:450px;
}

*html #wrapper {
	height: 100%;
}

#header {
	width:870px;
	height:170px;
	background: url(images/header.jpg) left top no-repeat;
}

#headertext h2 {
	color:#666;
}

#headertext {
	padding-top:30px;
	padding-left:268px;
}

#headertext ul {
	list-style:none;

}

#headertext li {
	background:url(images/aktiv.gif) 0px 7px no-repeat;
	padding-left:15px;
}

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

#home_link {
	position:absolute;
	top:-95px;
	left:25px;
	text-indent:-5000em;
	display:block;
	width:200px;
	height:100px;
}

#lang {
	text-align:right;
	width:968px;
	font-size:80%;
	background:#e5dfcd;
}

#nav {
	float:left;
	width:206px;
	margin-top:10px;
	margin-left:16px;
	padding-bottom:10px;
}

#nav ul {
	list-style:none;
	
}

#nav a, #nav a:link, #nav a:visited {
	display:block;
	text-decoration:none;
	font: 1.15em/150% Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:7px;
	width:196px;
	background: url(images/dotted_border.gif) bottom left repeat-x;
	border-bottom:1px solid #e2e2e2;
}

#nav a:hover {
	background:url(images/over.gif) 3px 13px no-repeat;
}

#nav .sub a:hover {
	background:url(images/over.gif) 19px 10px no-repeat;
}

#nav .current {
	background:url(images/aktiv.gif) 3px 13px no-repeat;
}

#nav .sub_current {
	background:url(images/aktiv.gif) 19px 10px no-repeat;
}

#wrapper #nav ul li.current ul {
	display:block !important;
}

#nav .sub {
	display:none;
}

#nav .sub li a {
	padding-left:38px;
	width:178px;
	font-size:90%;
}

#nav ul.sub .subAktiv {
	font-weight:bold !important;
}

#main {
	width:870px;
	background:url(images/main_bg.jpg) 0 0 repeat-y;
	min-height:300px;
	_height:300px;
	float:left;
}

#content {
	width:570px;
	margin-left:250px;
	_margin-left:250px;
	padding:15px 15px 40px 15px;
}

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

#footer {
	position:relative;
	width:870px;
	margin:-0.85em auto;
	height:171px;
	background:url(images/footer.jpg) 0 0 no-repeat;
}

#footer a, footer a:visited {
	color:#666;
}

#footer .left {
	float:left;
	width:400px;
	height:1.9em;
	text-align:left;
	margin-left:12px;
	margin-top:126px;
	_margin-top:136px;
	color:#999;
}

#footer .right {
	float:right;
	width:400px;
	height:1.9em;
	text-align:right;
	margin-right:12px;
	margin-top:126px;
	_margin-top:136px;
	color:#999;
}


h1 {
	font-size:1.35em;
	font-weight:normal;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:7px;
	color:#999;
	margin-bottom:5px;
}

h2 {
	font-size:1.1em;
	font-weight:normal;
	padding-bottom:5px;
	color:#244bac;
}

h3 {
	font-size:1em;
	font-weight:normal;
	padding-bottom:5px;
	color:#244bac;
}

h4, h5, h6 {
	font-weight:normal;
}

#content a {
	color:#244bac;
	font-weight:normal;
	text-decoration:underline;
}

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

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

#content ol li {
	margin-left:20px;
}

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

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;
}

input {
	border:1px solid #999;
	width:300px;
	padding:2px;
}

label {
	display:block;
}

textarea {
	border:1px solid #999;
	width:300px;
	padding:2px;
}

#submit {
	width:auto !important;
}

.left {
	float:left;
	margin-left:0;
}

.right {
	float:right;
	margin-right:0;
}

img {
	margin:10px;
	padding:3px;
	border:1px solid #e2e2e2;
}

.structural {
	position:absolute;
	left:-9999px;
}
