﻿body {
	background-color: #bdbdc3;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#kopf {
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	width: 1200px;
	margin: 0px auto 0px auto;
	height: 146px;
}
#menu {
	margin: 0px auto 0px auto;
	font-size: 12px;
	text-decoration: none;
	background-color: #bdbdc3;
	width: 150px;
	float: left;
	padding-right: 6px;
}
#inhalt {
	font-size: 16px;
	width: 894px;
	float: left;
	background-repeat: repeat-x;
	background-image: url('logos/hintergrund_hell.gif');
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px auto;
	font-size: 12px;
	background-color: #bdbdc3;
	width: 144px;
	float: right;
}
#container {
	background-color: #bdbdc3;
	width: 1200px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
a:hoover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

