@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #f4f6f7;
	margin: 0px auto;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

p {
	margin: 4px 0 4px;
}

h2 {
	font-size: 14px;
	margin: 4px 0 7px;
}

ul {
	margin-left: 1.1em;
}

li {
	list-style: disc;
	margin-bottom: 4px;
}

a:link, a:visited {
	color: #0060af;
	text-decoration: none;
}

a:hover {
	color: #0060af;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #0060af;
	text-decoration: underline;
}

#navigation ul li a:link, #navigation ul li a:visited {
	padding: 3px 3px 3px 15px;
	text-decoration: none;
	display:block;
}

#navigation ul li a:hover {
	color: #0060af;
	text-decoration: underline;
	background-color: #e9ecee;
	display:block;
}

#navigation ul li a:active {
	font-weight: bold;
	color: #0060af;
	text-decoration: underline;
	display:block;
}

.m {
	font-weight: bold;
	color: #0060af !important;
	background-color: #e9ecee;
}

/* Definition DIVs */

#wrapper {
	position: relative;
	text-align: left;
	width: 960px;
	margin: 40px auto;
}

#header {
	background-color: #dae0e3;
	height: 94px;
	width: 960px;
	margin-bottom: 15px;
}

#seite {
	background-image: url(images/hg.gif);
	background-position: top center;
	min-height: 457px;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 0;
	width: 153px;
	height: 100%;
}

#navigation ul {
	margin-top: 20px;
	margin-left: 0;
}

#navigation li {
	list-style: none;
	list-style-type: none;
	line-height: 15px;
	font-size: 12px;
}

#navigation li div {
	margin-left: 10px;
	font-size: 10px;
}

#navigation li {
	list-style: none;
	list-style-type: none;
	line-height: 15px;
	font-size: 12px;
}

#inhalt {
	padding-left: 168px;
	width: 792px;
}

#linkespalte {
	margin-left:0;
	height: 457px;
	float: left;
}

#rechtespalte {
	padding-left: 76px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 460px;
	overflow: auto;
}

#footer {
}

#footer p {
	text-align: right;
	font-size: 11px;
	color: #0060af;
}

#header h1 {
	position: absolute;
	left: -3000px;
}

.bu {
	text-transform: uppercase;
	color: #0060af;
	font-size: 12px;
}

#rechtespalte li {
	line-height: 14px;
	font-size: 14px;
}
