@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	height: auto;
	width: 100%;
	background: url(../images/bg.jpg) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #656565;
}

p {
	margin-bottom: 7px;
}

h1 {
	font-size: 24px;
	color: #d4021d;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #0194d9;
}
address, address a {
	font-size: 16px;
	color: #d4021d;
	margin-bottom: 10px;
	text-decoration: none;
}


#bar_top {
	margin-top: 70px;
	width: 100%;
	height: 112px;
	background: url(../images/halb_trans.png) repeat;
}
#logo {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	margin-top: 12px;
	width: 213px;
	height: 85px;
}
#main_navi {
	margin: 0 auto 0 auto;
	padding-left: 300px;
	padding-top: 85px;
	width: 844px;
	width: 544px;
	color: #fff;
	font-size: 15px;
}
#main_navi a {
	text-decoration: none;
	color: #fff;
}
#main_navi a:hover {
	color: #d4021d;
}
.moduletable_menu h3 {
	display: none;
}
.moduletable_menu ul {
	list-style: none;
}
.moduletable_menu ul li {
	float: left;
	margin-right: 20px;
}
#psi {
	position: absolute;
	right: 0px;
	width: 91px;
	height: 43px;
}
#main {
	margin: 74px auto 0 auto;
	width: 844px;
	min-height: 324px;
	background: #fff;
}
#main_inner {
	margin: 0 25px 0 25px;
	padding-top: 41px;
	width: 844px;
	width: 794px;
	height: auto;
}

/* ZOO */

.pos-content .first {
	float: left;
	min-width: 300px;
}
.pos-content .last {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.pos-bottom {
	/*display: none;
	position: absolute;*/
	margin-bottom: 30px;
	height: 60px;
	padding-top: 40px;
	float: left;
}


/* ENDE ZOO */
#bar_footer {
	margin-top: 39px;
	width: 100%;
	height: 18px;
	background: url(../images/halb_trans.png) repeat;
}
#bar_footer_inner {
	margin: 0 auto 0 auto;
	padding-top: 3px;
	width: 844px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
#copyright {
	float: left;
}
.moduletable {
	position: absolute;
	float: left;
	margin-left: 530px;
}
.moduletable h3 {
	display: none;
}
.moduletable ul {
	list-style: none;
}
.moduletable ul li a {
	text-decoration: none;
	color: #fff;
}
.moduletable ul li a:hover {
	color: #d4021d;
}
#typo {
	margin: 26px auto 0 auto;
	width: 844px;
}

.pos-content a {
	text-decoration: none;
	color: #d4021d;
}
a:hover {
	color: #000;
}