* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-image: url("pix/back.png");
	background-repeat: repeat-x;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

p, ul, ol, table {
	margin-bottom: 1em;
}

#outer {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#outer_top {
	height: 6px;
	background-image: url("pix/back_box_top.png");
	background-repeat: no-repeat;
}

#outer_footer {
	height: 6px;
	background-image: url("pix/back_box_bottom.png");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 20px;
}

#outer_footer a {
	color: #000;
}

#outer_footer a:hover {
	color: red;
}

#outer_body {
	min-height: 500px;
	background-image: url("pix/back_box.png");
}

#inner_body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #fff;
	height: 112px;
}

#header img {
	border: none;
}

#logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
}

#metanavtop {
	position: absolute;
	margin-left: 760px;
	margin-top: 20px;
	color: #000;
}

#metanavtop a {
	color: #000;
}

#metanavtop a:hover, #metanavtop a.active {
	color: red;
}

#topnav {
	height: 36px;
	background-image: url("pix/back_top_menu.jpg");
	padding-top: 78px;
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 36px;
	overflow: hidden;
}

#topnav ul li {
	list-style-type: none;
	display: inline;
}

#topnav ul li a {
	display: block;
	float: left;
	background-image: url("pix/back_top_menu_item.jpg");
	background-position: left -2px;
	background-repeat: no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	padding-right: 37px;
	font-size: 15px;
	color: #003358;
}

#topnav ul li a:hover {
	color: red;
}

#topnav ul li a.active {
	color: red;
}

#content_start, #content {
	padding: 13px;
	padding-top: 17px;
}

#content_start a, #content a {
	color: #054578;
	font-weight: bold;
}

#content_start a:hover, #content a:hover {
	color: red;
}

.row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}

#start1 .box {
	height: 299px;
}

#start2 .box {
	height: 269px;
}

#startimage {
	width: 687px;
	height: 299px;
	overflow: hidden;
}

.box {
	width: 218px;
	border: 1px solid #B6B6B6;
	float: left;
	margin-right: 14px;
	background-color: #fff;
}

.last {
	margin-right: 0px;
}

.box h1 {
	background-image: url("pix/back_box_headline.jpg");
	font-size: 15px;
	color: #F2FF00;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}

.box h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}

.boxtext {
	padding: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #333;
	line-height: 130%;
}

.three_image {
	border: 1px solid #B6B6B6;
	float: left;
}

.fullcontent {
	border: 1px solid #B6B6B6;
	background-color: #fff;
	padding: 10px;
	line-height: 130%;
	color: #333;
}

.fullcontent h1 {
	font-size: 18px;
	color: #0B7CFF;
	margin-bottom: 1em;
}

.fullcontent h2 {
	font-size: 15px;
	color: #0B7CFF;
	margin-bottom: 0.7em;
}

.twocols_left {
	width: 49%;
	float: left;
}

.twocols_right {
	width: 49%;
	float: right;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #B6B6B6;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #B6B6B6;
}

.print {
	background-image: url("pix/print.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
}

#andereangaben {
	display: none;
}

.contenttable {
	border-spacing: 2px;
}

.contenttable th {
	font-weight: bold;
	background-color: #ddd;
	text-align: left;
}

.contenttable td, .contenttable th {
	border-bottom: 1px solid #b6b6b6;
	padding: 2px;
}

#content ul {
	margin-left: 20px;
	list-style-type: square;
}

#content ul li {
	margin-bottom: 10px
}

.imgright p {
	padding: 10px;
	margin-bottom: 0px;
}

#mitarbeiterimg img {
	position: absolute;
	visibility:hidden;
}

#content .mitarbeiternav {
	font-size: 15px;
}
