* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font: 0.85em/150% Tahoma, Arial, Helvetica, sans-serif;
	background:#e5dfcd;
	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;
}

#wrapper {
	position:relative;
	width:968px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background:#FFF;
}

*html #wrapper {
height: 100%;
}

#header {
	width:968px;
	height:246px;
	background: url(images/header.jpg) left 1.5em no-repeat;
	border-bottom:3px solid #b4cc2e;
}

#home {
	position:relative;
	clear:both;
}

#home_link {
	position:absolute;
	top:16px;
	left:10px;
	text-indent:-5000em;
	display:block;
	width:200px;
	height:20px;
}

#lang {
	text-align:right;
	width:968px;
	font-size:80%;
	background:#e5dfcd;
}

#content {
	/*background:url(images/schatten.gif) repeat-x;*/
	padding-bottom:40px;
}

#nav {
	float:left;
	width:206px;
	margin-top:2px;
}

#nav ul {
	list-style:none;
	
}

#nav a, #nav a:link, #nav a:visited {
	display:block;
	text-decoration:none;
	font: 1em/150% Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:7px;
	width:196px;
	background: url(images/dotted_border.gif) bottom left repeat-x;
	border-top:1px solid #fff;
}

#nav a:hover {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#e6e5e1;
	padding-bottom:7px;
	margin-top:-1px;
	padding-bottom:6px;
	padding-top:6px;
}

#nav .aktiv {
	display:block;
	border-left:6px solid #b4cc2e;
	padding-left:14px !important;
	margin-top:0px;
}

#main {
	margin-left:215px;
	width:720px;
	padding-bottom:30px;
	padding-left:20px;
	padding-top:10px;
}

#main a {
	color:#b4cc2e;
	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;
}

#footer {
	position:relative;
	width:968px;
	margin:-2em auto;
	height:1.9em;
	border-top:1px solid #666;
	background:#e5dfcd;
}

#footer .left {
	float:left;
	width:484px;
	height:1.9em;
	text-align:left;
}

#footer .right {
	float:right;
	width:484px;
	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;
}


	

