body {
	background: #fff url(http://wissensmuecke.de/images/interface/back.png) repeat-x;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
}

body.index {
	background: #c8d32e url(http://wissensmuecke.de/images/interface/back_index.png) repeat-y;
	height: 700px;
}

a:link, a:visited, a:active {
	color:#6D7F2C;
	text-decoration: none;
}

a:hover {
	color: #c8d32e;
}

img {
	-ms-interpolation-mode: bicubic;
}

h1 {
	color: #c64127;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin-bottom: 30px;
}

#wrapper {
	width: 1040px;
}

/* @group header */

#header {
	background: #c8d32e url(http://wissensmuecke.de/images/interface/header.png) no-repeat;
	height: 140px;
	margin-bottom: 30px;
}

.index #header {
	background: #c8d32e url(http://wissensmuecke.de/images/interface/header_index.png) no-repeat;
	height: 199px;
	margin-bottom: -29px;
}

#header ul {
	padding-top: 115px;
	float: right;
	margin-right: 80px;
}

#header li {
	display: inline;
	padding-left: 20px;
}

#header a {
	color: #6D7F2C;
}

#header a.active, #header a:hover {
	color: #d7fa2d;
}

/* @end */

/* @group menue */

#menue {
	width: 150px;
	float: left;
	text-align: right;
	margin-left: 16px;
}

#menue ul {
	padding-right: 13px;
}

#menue li {
	margin-bottom: 10px;
}

#menue a {
	color: #6D7F2C;
	font-weight: bold;
}

#menue a.active, #menue a:hover {
	color: #c8d32e;
}

/* @end */

/* @group submenue */

#submenue {
	text-align: right;
	width: 975px;
	margin-bottom: 50px;
}

#submenue ul {
}

#submenue li {
	display: inline;
	padding-left: 20px;
}

#submenue a {
	font-size: 11px;
	color: #999;
}

#submenue a.active, #submenue a:hover {
	color: #777;
}

/* @end */

/* @group content */

#content {
	width: 404px;
	float: left;
	margin-left: 36px;
}

.index #content {
	width: 810px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: -20px;
}

/* @end */

/* @group picture */

#picture {
	float: left;
	width: 400px;
	margin-left: 20px;
}

/* @end */

#links {
	float: left;
}

#mitte {
	float: left;
}

#rechts {
	float: left;
}
