/* Position der einzelnen div's  */
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	background:#333333;
	}

#page{
	min-height:100%;
	
	}

/* IE Win only \*/
* html, body {
	height:100%;
	
	}
	
* html #page {
	height:100%;
	
}
/* */

#block {
	padding-bottom:3em;
	}


/* Styling der div's ---------------------------------*/

body {
	text-align:center; /* horizontal zentrieren fuer IE5 */
	
	}

#page {
	width:100%;
	margin:0 ;
	text-align:left;
	
	}

#head {
	color:white;
	background-image: url(../images/header.png);
	height: 142px;
	}
				
/* Link im Header ------------------------------------------------*/
#nav {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	top: 2px;
	left: 475px;
	position: relative;
	}
#nav a {
	color: white;
	font-size: 12px;	
}


/* Mainbereich ------------------------------------------------*/	
#nav2 {
	background-image:url(../images/page_back.png) repeat;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	}
	
#nav3 {
	
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: relative;
	top: 0px;
	
	float: right;
	}
	
#nav4 {
	
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: relative;
	top: 0px;
	left: -11px;
	float: left;
	}
	
#nav4 a { 
	color:#E6E6E6;
}

#block{
	width: 495px;
	top:150px;

	position: relative;
	float:left;
}


/* IE Win only \*/
* html #block {
	width: 622px;
	top: 160px;
	left: 252px;
	position:relative;
}
/* */

#logo{
	width:570px;
	height:163px;
	top: 220px;
	left: 250px;
	position: fixed;
	background-image: url(../images/logo.png);
}

/* fusszeile ------------------------------------------------*/
#foot {
	position:relative;
	float:left;	
	width:875px;
	
	color:white;
	background-image: url(../images/footer1.png);
	background-repeat:no-repeat;
	height: 19px;
	text-align: center;
	}
