/* farben:
rot: AD0D17
*/

/* settings for fixed header/footer and scrollable content area - BEGIN */
html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */	
	background-image:url(../images/middle_bg.jpg);
	background-repeat:repeat-y;
	
}

#wrap {
	height:100%;
} 


#header {
	margin: 0;
	padding: 0;
	width:100%;
	height:103px;
	background-image:url(../images/header_bg.jpg);
}

html>body #header {
	top: 0;
	position:fixed;  
	/* z-index:10; *//* Prevent certain problems with form controls */
}


#middle-wrap {
	height:100%;
	width: 990px;	
	padding: 130px 0px 0px 0px;	
}	


/* settings for fixed header/footer and scrollable content area - END */

#header img {
	border:0px;
}

#header-wrap {
	padding: 0px 100px 0px 0px;
	background-image:url(../images/header_grafik.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.image_clear {
/*	height: 1px;
	overflow: hidden;
*/
	clear: both;
}

.clear {
	clear:both;
}


#content {
	margin: 0px 0px 0px 20px;
}

.backlink {
	margin-left: 20px;
}
