* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #CCCCCC;
	color: #333333;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width: 1px;
	height: 50%;
	background-color: #CCCCCC;
	margin-bottom: -240px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 480px;
	width: 760px;
	clear: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#navi {	position:relative;
	left:30px;
	top:30px;
	width:250px;
	height:129px;
	z-index:2;
	font-size: 10px;
	line-height: 15px;
}

#motto {
	position: absolute;
	left: 30px;
	top: 230px;
	width: 730px;
	height: 93px;
	z-index: 1;
}


#textlinks{
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	width: 300px;
	top: 230px;
	padding-left: 30px;
	padding-right: 10px;
		
		}

#textlinks p {
	padding-bottom: 20px;
}

#kuslogo {
	position: absolute;
	left: 592px;
	top: 125px;
	z-index: 5;
}



#kus {
	position: absolute;
	left: 400px;
	top: 338px;
	width: 250px;
	height: 24px;
	font-size: 11px;
	line-height: 18px;
}


#adresse {
	position: absolute;
	left: 400px;
	top: 372px;
	width: 250px;
	height: 70px;
	font-size: 10px;
	line-height: 14px;
}

a:link  {
	color: #000000;
	text-decoration: none;
	}

a:visited  {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	font-style: italic;	
	}
