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

body {
	color: #DDDDDD;
	background-color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#juergenklauke {
	position:absolute;
	left:50px;
	top:60px;
	width:200px;
	height:25px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#ueberschrift {
	position:absolute;
	left:350px;
	top:58px;
	width:500px;
	height:25px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#navigation {
	position:absolute;
	left:50px;
	top:124px;
	width:200px;
	height:200px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#navitems {
	margin: 0;
	padding: 0;	
}

ul#navitems li {
	list-style: none;
	margin: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

ul#navitems li:last-child {
	margin-top: 24px;
}

.nav_markiert {
	text-decoration: underline;
}

#content {
	position:absolute;
	left:350px;
	top:124px;
	width:600px;
}

#page {
	padding-bottom: 100px;
}

.contentitem {
	list-style: square;
	padding-top: 0px;
	margin-top: 0px;
}

#imprint {
	padding-bottom: 50px;
}

.gesperrt {
	letter-spacing: 1px;
}

.trennlinie {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 20px;
	padding-top: 30px;
	}


/* -------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #DDDDDD;
}
a:visited {
	color: #DDDDDD;
}
a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
a:active {
	color: white;
}