* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/inhalt.jpg) repeat-y 50% 0 #E7EACE;
	margin: 0 auto;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(images/bg.gif) repeat-x 0 133px transparent;
	margin: 0 auto;
	padding: 0;
}

.clear, br {
	clear: both;
}

input, textarea {
	border: 1px solid #D1D1D1;
	background-color: white;
	font-size: 10pt;
	width: 100px;
	margin: 1px;
}

a {
	color: #656A34;
	text-decoration: none;
}

a:hover {
	color: #656A34;
	text-decoration: underline;
}

#container {
	position: relative;
	height: 100%;
	width: 782px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}


#kopf {
	clear: both;
	height: 340px;
	background: url(images/kopf.jpg) no-repeat 0 0 #B7D599;
	margin: 0px;
}

#logo {
	position: absolute;
	margin: 19px 0px 0px 448px;
}

#bild {
	position: absolute;
	height: 207px;
	margin: 133px 6px 0 6px;
}

#nav {
	position: absolute;
	margin: 295px auto auto 219px;
	padding: 0px;
}

#content {
	clear: both;
	width: 782px;
	padding: 0;
	margin: 0;
	background: url(images/inhaltbg.jpg) repeat-y 6px 0 transparent;
	text-align: left;
}

#leftbar {
	float: left;
	font-size: 10pt;
	font-weight: normal;
	border: 0px solid blue;
	width: 213px;
	margin: 0 0 0 6px;
}

* html #leftbar {
	margin: 0 0 0 3px;
}

#Inhalt {
	margin: 25px 0 0 30px;
	float: left;
	clear: right;
	width: 500px;
	padding: 0px;
	background: none transparent;
}