body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#111;
	color:#333;
	margin:0;
	font-size: 70%;
	font-style: normal;
}

#main {
	width:950px;
	background-color:#333;
	text-align: left;
	border: solid #222222 1px;
	margin: 0px 0 50px 0;
	border-top: none;
	color: #ffffff;
}

#container{
	margin: 23px 0 0px 25px;
	padding:0 0 0 0px;
	-moz-box-shadow: 0px 0px 20px #111; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #111; /* Saf3.0+, Chrome */
	-box-shadow: 0px 0px 20px #111; /* Opera 10.5, IE9 */
}

ul#Navigation {
	height:30px;
	margin:10px 0 0 0px;
	padding:0 0 5px 25px;
}

ul#Navigation a,
ul#Navigation a:link,
ul#Navigation a:visited {
	text-decoration: none;
	color: #666;
}

ul#Navigation a:focus,
ul#Navigation a:active,
ul#Navigation a:hover {
	text-decoration:none;
	color:#CCC;
}

ul#Navigation li {
	float:left;
	list-style-type:none;
	padding:0px 30px 0px 0px;
	margin:0 5px 0 0px;
	color: #FFEF73;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}
ul#Navigation li a.enabled {
	float:left;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0 0px 0 0px;
	color: #09F;
	font-weight: bolder;
}

#content {
	width:902px;
	border: 1px solid red;
}

.links {
	float:left;
	width:690px;
	border-color: #000000;
	border-width: 1px 1px 0 0;
	border-style: dotted;
	color: #666;
	background-color:#333;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	font-size: 100%;
	height: 650px;
}
	
.rechts {
	margin:0 0 0 690px;
	width:260px;
	border-style: dotted;
	border-color: #000000;
	border-width: 1px 0 0 0;
	color: #666;
	height: inherit;
}



.footer {
	clear:both;
	font-size:100%;
	background-color: #333333;
	padding: 0px 0px 20px 0px;
	color: #666;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #000000;
}

p {
	padding: 20px 20px 0px 27px;
	margin:0;
	line-height: 150%;
}
.h1 {
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

ul.headline_rechts {
	color: #00FF33;
	font-weight: bold;
	list-style-type:none;
	font-size: 100%;
	margin:8px 0 0 -10px;
	padding:0 0 0 30px;
	line-height:1,5;
}

ul.headline_rechts a,
ul.headline_rechts a:link,
ul.headline_rechts a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

ul.headline_rechts a:focus,
ul.headline_rechts a:active,
ul.headline_rechts a:hover {
	text-decoration:none;
	font-weight: normal;
	color:#CCC;
}

ul.headline_rechts li {
	list-style-type:none;
	padding:0px 0px 2px 0px;
	margin:0px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

ul.headline_rechts li a.enabled {
	float:left;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0 0px 0 0px;
	color: #09F;
	font-weight: normal;
}

.shadow {
	-moz-box-shadow: 0px 0px 20px #111; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #111; /* Saf3.0+, Chrome */
	-box-shadow: 0px 0px 20px #111; /* Opera 10.5, IE9 */
}

.box_round {
     -moz-border-radius: 0px; /* FF1+ */
  -webkit-border-radius: 0px; /* Saf3-4 */
          border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome */
}

