/* Based on an idea from Matthew Buchanan, http://www.cactuslab.com/, css Zen Garden submission 128 */
/* Addopted: Jan. 29st, 2006 */

/* Document Styles */
body {
	background: #B0B1B3;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	margin: 15px;
	text-align: center;
	}
	
/* Gesamtcontainer */
#container {
	position: relative;
	width: 750px;
	background: #B0B1B3;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* Kopf, derzeit nur farbiger Streifen */
#Header {
	width: 750px;
	height: 120px;
	background: #B0B1B3;
	}

#Header h1, #Header h2 {
	display:none
	}
	
/* Supporting Text Styles */

#Textblock {
	margin: 0 150px 0 150px;
	}
	
/* Link List Styles */

#linkList {
/*	display:none; */
	position: absolute;
	top: 79px;
	left: 0px;
	width: 240px;
	border-bottom: 1px solid #fff;
	}
