/* general stuff */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	background: #FFF; 
	}

/* Layout  - oben, rechts, unten, links */

#pagewidth {
	position: relative;
	min-height: 100%; width: 100%; 
	overflow: hidden; 
	}

#leftcol_blau, #leftcol_grun, #leftcol_blank {
	float: left; 
	height: 100%; width: 243px;
	padding-bottom: 32767px; margin-bottom: -32715px;
	}

#leftcol_blau {
	background: url(../images/verlauf_blau.gif) repeat-y 64px; 
	} 

#leftcol_grun {
	background: url(../images/verlauf_grun.gif) repeat-y 64px; 
	} 

#lefttop {
	margin-top: 0px;
	} 

#leftdown {
	position: fixed;
	bottom: 0px;
	} 

* html #leftdown {
	position: absolute; 
	bottom: -1px;
	}

#outer { 
	float: left;
	position: relative;
	} 

#header {
	height: 133px; 
	background: url(../images/back_header.gif) repeat-x;
	padding-right: 32767px; margin-right: -32767px;
	}

#maincol {
	width: 700px;
	padding-bottom: 32767px; margin-bottom: -32715px;
	} 

#footer {
	float: left;
	position: fixed;
	bottom: 0px;
	left: 243px;
	height: 52px; 
	background: url(../images/back_footer.gif) repeat-x;
	padding-right: 32767px; margin-right: -32767px;
	}

* html #footer {
	float: left;
/*	position: absolute;  */
	bottom: -10px;
	left: 243px;
	height: 52px; 
	background: url(../images/back_footer.gif) repeat-x;
	}

#content { 
	width: 600px;
	margin-left: 10px; padding-top: 25px;
	font-size: 12px;
	line-height: 18px;
	}

#content_broad { 
	margin: -20px 0 0 10px; padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	}

* html #content_broad {
	margin-top: 0px;
	}

