body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.jpg) repeat-x top center;
	font-size: 12px;
	line-height:18px;
	color: #a7a7a7;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

img {
	border:none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	line-height: 200%;
}



a {
	color: #9BDB18;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

/* Header */

#header {
	width: 900px;
	height: 280px;
	margin: 0 auto;
}



#header a {
	color: #E6B715;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}



#content {
	float: right;
	width: 680px;
	height:3100px;
	margin: 0;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(images/img04.gif) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}




.gruen {
	color: #9bdb18;
}

#haftung {
	color: #444;
	font-size:11px;
}

