* {
padding: 0;
margin: 0;
}

body {
background: #000000;
/*background: #000000 url(background.jpg) no-repeat center 5px;*/
color: #FFFAFA;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 19px;
}

img {
border: none;
}

a {
text-decoration: none;
color: #CD853F;  /* Farbe f�r Links */
}

a:hover {
text-decoration: underline;
color : #FFFAFA;  /* Farbe f�r ausgew�hlte Links */
}

#wrapper {
width: 800px;
margin: 20px auto 0 auto;
}

#header {
border: 3px solid #222222;
background-color: #000000;
/*
height: 220px;
width: 794px;
background-image: url(/bilder/logo.jpg);
*/
}

#header h1 {
font-size: 250%;
font-weight: 100;
text-align: center;
padding: 7px 0px 5px 10px;
letter-spacing: +3px;
color: #CCCCCC;
}

.left {
margin-top: 5px;
width: 220px;
float: left;
text-align: justify;
border: 3px solid #222;
padding: 10px 10px 10px 10px;
background: #2B2B2B;
}

.left p {
margin-top: 5px;
font-size:120%;
line-height:140%;
font-weight: 100;
letter-spacing: +3px;
color: #F8F8FF;
}

.reftable {
position:absolute;
top:440px
}

.right {
margin-top: 5px;
width: 518px;
float: right;
border: 3px solid #222;
padding: 10px 10px 10px 20px;
background: #2B2B2B;
}

.right h1 {
font-size: 120%;
line-height: 140%;
font-weight: 100;
letter-spacing: +3px;
color: #F8F8FF;
}

.right h2 {
font-size:150%;
line-height:140%;
font-weight: 100;
letter-spacing: +3px;
color: #CD853F;
}

.right p {
margin-top: 5px;
font-size:110%;
line-height:140%;
font-weight: 100;
letter-spacing: +3px;
color: #F8F8FF;
}

.right li {
font-size:110%;
line-height:140%;
font-weight: 100;
letter-spacing: +3px;
padding: 5px 0px 0px 6px;
color: #F8F8FF;
}

.right ul {
list-style-type: square;
padding: 6px 0px 6px 16px;
color: #F8F8FF;
}

.right ol {
padding: 6px 0px 6px 21px;
color: #F8F8FF;
}

.right a {
text-decoration: none;
}


/* Navigationen
-----------------------------------------------*/

/* 1. Ebene */

#navigation {
	background: #2B2B2B;
	color: #000;
	float: left;
	font-size:120%;
	line-height:120%;
	font-weight: 100;
	letter-spacing: +3px;
	margin: 0 8px 0 0;
	padding: 0;
	width: 218px;
}
ul#nav {
	margin: 0;
	padding: 0;
}
ul#nav li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#nav li a,
ul#nav li a:visited {
	background: #2B2B2B;
	color: #CD853F;
	display: block;
	padding: 8px 5px 8px 15px;
	text-decoration: none;
	width: 198px;
}
ul#nav li a:hover {
	background: #2B2B2B;
	color: #FFFAFA;
	text-decoration: none;
}
.selected {
	font-weight: bold;
}

/* 2. Ebene */

ul#nav ul {
	border-bottom: none;
	border-top: none;
	font-size: .83em;
	margin: 0;
	padding: 0;
}
ul#nav ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#nav ul li a,
ul#nav ul li a:visited {
	background: #2B2B2B;
	border-top: none;
	color: #87CEFA;
	display: block;
	padding: 4px 5px 4px 23px;
	text-decoration: none;
	width: 190px;
}
ul#nav ul li a:hover {
	background: #2B2B2B;
	color: #FFFAFA;
	text-decoration: none;
}
