
HTML, BODY {	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F8;
}

* HTML {
	overflow: hidden;
}

#header {
	position: fixed;
	width: 940px;
	left: 50%;
	margin-left: -500px;
	text-align: right;
	z-index: 100;
	background-color: #FFFFFF;
}

* HTML #header {
	position: absolute;
	right: 16px;
}

#header {
	top: 0px;
	padding: 30px;
	border-bottom: 5px solid #F7F7F8;
}


/**
	Content
*/
#content {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
	min-height: 100%;
}

#content-innen {
	padding-top: 180px;
}

* HTML #content {
	overflow: auto;
	overflow-y: scroll;
}


/**
	Inhalt
*/
#inhalt {
	margin: 0px 300px 0px 36px;
}

#inhalt.noRightColumn {
	padding-right: 120px;
}

#rechteSpalte {
	float: right;
	width: 250px;
}

#dopingbanner {
	height: 90px;
	text-align: center;
	background-color: #F7F7F8;
}


/**
	Footer
*/
#footer {
	margin-top: 30px;
	padding: 15px 30px;
	bottom: 0px;
	border-top: 5px solid #F7F7F8;
	text-align: right;
	background-color: #FFFFFF;
}

#footer #copyright {
	float: left;
}

#footer H2 {
	display: inline;
	padding: 0px 30px 0px 13px;
	background: url(10x10_orange.gif) no-repeat left 3px;
}
