
body {
	background: url(gfx/body.bg.png) repeat-x top left #FFFFFF;
	margin: 0 auto 0 55px;
}

#page_margins {
	min-height: 100%;
	width: 1280px;
	margin: 40px auto 0 auto;
	padding: 0 15px 0 15px;
	background: url(gfx/page_margins.bg.png) repeat-x top left #FFFFFF;
}

#page {
	text-align: left;
	vertical-align: top;
	font-size: 0.7em;
	width: 1000px;
	float: left;
}

#sidebar {
	float: left;
	padding: 25px 0 0 26px;
	font-size: 0.7em;
	width: 254px;
	margin-bottom: 40px;
}

/* Content */
#main {
	float: left;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

/* Inhalt */
#col1 {
	float: left;
	width: 600px;
	margin: 0 0 0 200px;
}

#col1_content {
	padding: 2px 27px 60px 27px;
	font-size: 1.16em;
}

/* Menue links */
#col2 {
	float: left;
	width: 200px;
	margin: 0 0 0 -800px;
}

#col2_content {
	padding: 0 0 0 0;
}

/* Menue rechts */
#col3 {
	float: left;
	width: 200px;
	margin: 0;
}

#col3_content {
	padding: 0 0 0 0;
}

/* Header */
#header {
	border-top: 1px solid #8AA5C3;
	border-bottom: 1px solid #DEE5EA;
	border-left: 1px solid #B8C8D9;
	border-right: 1px solid #B8C8D9;
	padding: 1px;
	height: 252px;
	margin-bottom: 26px;
	background: url(gfx/menu.top.bg.png) repeat-x top left;
	background-color: #FFFFFF;
}

#header img {
	vertical-align: bottom;
}

#pre_header {
	height: 25px;
	padding: 0 15px 0 15px;
}

#header_scroll {
	position: relative;
	overflow: hidden;
	height: 63px;
	width: 928px;
	background: url(gfx/header.scroll.bg.png) repeat-x;
	padding: 10px 0 10px 0;
	float: left;
}

#header_scroll .items {
	width: 20000em;
	position: absolute;
}

#header_scroll .items div {
	float: left;
}

#header_scroll .items div img {
	margin: 0 27.5px 0 0;
}

#header_scroll_left {
	background: url(gfx/header.scroll.left.png) no-repeat;
	height: 83px;
	width: 34px;
	cursor: pointer;
	float: left;
}

#header_scroll_right {
	background: url(gfx/header.scroll.right.png) no-repeat;
	height: 83px;
	width: 34px;
	cursor: pointer;
	float: left;
}

/* Footer */
#footer {
	border: 1px solid #EFF1F2;
	color: #000000;
	background: #FFFFFF;
	padding: 1px;
	margin: 30px 0 40px 0;
}

#footer a:link, #footer a:visited {
	color: #203043;
	font-size: 0.9em;
	background: url(gfx/footer.menu.bg.png) no-repeat left 50%;
	padding-left: 12px;
}

#footer_content {
	height: 206px;
	background: url(gfx/footer.bg.png) repeat-x left top;
	padding: 22px 30px 56px 30px;
}

#footer div.footer_col {
	float: left;
	border-left: 1px dotted #94A6A9;
	padding-left: 50px;
}

#footer div.footer_col:first-child {
	border: 0;
	padding-left: 0;
}

#footer img {
	margin-bottom: 15px;
	vertical-align: bottom;
}

#copyright {
	color: #B0BDBF;
	font-size: 0.8em;
	clear: left;
	float: right;
}
