@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#container {
	width: 1024px;
	align: left;
	background: #000;
	height: 900px;
	margin: 0 auto;
}

#titel {
	position: relative;
	left: 40px;
	text-align: 40px;
	height: 40px;
	font-size: 20px;
}

#img {
	background-image: url(img.jpg);
	height: 402px;
}

/*#links {
	position:absolute;
	background-color: #000;
	top: 520px;
	left: 780px;
	width: 360px;
	text-align: center;
}*/
#links {
	position: absolute;
	background-color: #000;
	top: 520px;
	margin-left: 730px;
	margin-right: -730px;
	height: 80px;
	width: 255px;
	padding: 15px;
	z-index: 3;
}
#bottom {
	position: absolute;
	width: 1024px;
	top: 0px;
	bottom: 0px;
	/*z-index: 2;*/
}


#content {
	position: relative;
    top: 200px; left: 40px;
	background-color: #FFF;
	min-height: 131%;
	width: 600px;
	height: 100%;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

#navigation {
	position: relative;
	top: 160px;
	font-size: 38px;
	color:#CCC;
}

ul#navigation a:link {
	text-decoration: none;
	color:#CCC;
}

ul#navigation a:visited {
   	text-decoration: none;
	color: #CCC;
}

ul#navigation a:hover {
   	text-decoration: none;
	color: white;
}

ul#navigation a:active {
	text-decoration: none;
	color: white;
}
