@charset "utf-8";

.clear {
	width: 1px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	float: none;
}

.hidden {
	display: none !important;
}

body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #EEEEEE;
}

/* *************************************** */
/* PAGE SECTION LAYOUT					   */
/* *************************************** */

#page-section {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 8px 0px;
	background-image: url('img/border-shadow-bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#page-section .inner-wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	background-color: #FFFFFF;
	background-image: url('img/border-shadow-leftright.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

/* *************************************** */
/* HEADER SECTION LAYOUT				   */
/* *************************************** */

#header-section {
	height: 98px;
}

/* *************************************** */
/* CONTENT SECTION LAYOUT				   */
/* *************************************** */

#content-section {
	padding: 22px 0px 52px 0px;
	background: #eeeeee url('img/verlauf.gif') left bottom repeat-x;
}

#content-section .box {
	width: 565px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	background-image: url('img/box-border-bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content-section .box .inner-wrapper {
	padding: 15px 25px;
	background-color: #FFFFFF;
	background-image: url('img/box-border-top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* *************************************** */
/* FOOTER SECTION LAYOUT				   */
/* *************************************** */

#footer-section {
	height: 48px;
	padding: 10px 0px 0px 0px;
}

