body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	background: #ffffff;
	text-align: center;
}
.top {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 970px;
	height: 25px;
	background: #ffffff url(img/bg_head.png) no-repeat;
}
.page_wrap {
/* includes the header, main body content and the footer */
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 970px;
	background: #ffffff url(img/bg_content.png) repeat-y;
	text-align: center;
}
.head {
	position: relative;
	margin: -11px 0 0 0 !important;
	margin: -11px 0 0 0;
	padding: 0 0 0;
	width: 970px !important;
	width: 970px;
	height: 90px;
	background: #ffffff url(img/bg_middle.png);
	text-align: left;
}
.pageposition {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 700px;
	text-align: center;
}
.head_block {
	position: relative;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	width: 700px;
	height: 150px;
	background: transparent;
	text-align: left;
	color: #eeeeee;
}
.google_block {
	position: relative;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	width: 930px;
	height: 90px;
	background: transparent;
	text-align: center;
	color: #eeeeee;
}
.logo {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}
.navbar {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 970px !important;
	width: 970px;
	height: 40px;
	background: #ffffff url(img/bg_navi.png);
	text-align: left;
	color: #000000;
	font-size: 12px;
}
.container {
	position: relative;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	width: 950px !important;
	width: 950px;
	background: transparent;
	text-align: left;
}
.left_column {
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	background: transparent;
	font-size: 12px;
	color: #3399FF;
}
.right_column {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	background: transparent;
	font-size: 12px;
	color: #3399FF;
}
.center_column {
	width: 500px;
	margin: 0 0 20px 210px;
	padding: 0 10px 0 10px;
	background: transparent;
}
.footer {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #404040;
	background: transparent;
	text-align: center;
}
.footer_logo {
	position: relative;
	float: right;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.bottom {
	margin: 30px 0 auto;
	padding: 0 0 0 0;
	width: 900px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
/* navigation bar */
#nav ul {
	padding: 0 0 0 0;
	margin: 0 0 0 1.8em;
	white-space: nowrap;
	font-size: 0.9em;
	color: #ffffff;
	float: left;
	width: 970px;
	height: 40px;
	background: transparent;
	list-style: none;
}
#nav ul li {
	display: inline;
	list-style: none;
}
#nav ul li a {
	margin: 0.8em 0 0 0;
	padding: 0.4em 1em .46em 1em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 1px solid #999999;
	background: transparent;
}
#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #999999;
}
/* fonts and colors */
h1 {
	color: #3399FF;
	font-size: 2em;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}
h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 -6px 0;
}
h2:after {
	color: #000000;
	content: "\0020 \00BB";
}
h3 {
	color: #000000;
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 -8px 0;
}
h3:after {
	color: #000000;
	content: "\0020 \00BB";
}
.box_right h3 {
	color: #3399FF;
	margin: 2px 0 -10px 0;
}
.box_right h3:after {
	color: #3399FF;
	content: "\0020 \00BB";
}
a {
	color: #396FAA;
	text-decoration: underline;
}
a:hover {
	color: #404040;
	text-decoration: none;
}
.left_column a {
	color: #000000;
	text-decoration: underline;
}
.left_column a:hover {
	color: #999999;
	text-decoration: none;
}
/* images */
img {
	border: none;
}
.left {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.right {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* workarounds and hacks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ----- eigene Anpassungen 2F-CMS ----- */
#cmsfooter {
	width: 970px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	color: #6E312A;
	line-height: 5px;
	font-size: 11px;
	text-align: center;
	background: #ffffff url(img/bg_foot.png) no-repeat top;
}
#cmsfooter strong {
	font-size: 10px;
}
div {
	border: transparent;
}
.center_column table.center td {
	border: transparent;
}
