/* Copyright 2005 frey druck | medien.  Alle Rechte vorbehalten */
a {
    color: #C1C0BF;
    text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

ul{
	list-style-type: none;
}

.spacer{
padding-top: 10px;
}

ul li a {
	font-family: verdana, arial, sans-serif;
	padding-right: 15px;
	font-size: 11px;
	text-decoration: none;
	color: #C1C0BF;
}

ul li a:hover {
	background: transparent url(../inc/nav/nav_over.gif) right center no-repeat;
	color: #ffffff;
	text-decoration: none;
}

ul li a#current {
	background: transparent url(../inc/nav/nav_active.gif) right center no-repeat;
	color: #ffffff;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
    font-size: 12px;
	color: #C1C0BF;
	line-height: 18px;
	overflow: hidden;	/* Scrollbalken im Fenster unterbinden */
}

body {
	background-color: #000000;
}

.afz { /*Anführungszeichen */
	font-family: Lucida Grande, Lucida Sans Serif, Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
}

h2 {
	color: #009966;
    font-family:Georgia,"Times New Roman",serif;
    font-size:2.0em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:1px;
    line-height:normal;
}

h3 {
	display: inline;
	color: #009966;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:1px;
    line-height:normal;
}


img {
      border: 0px;
}

.gruen{
color: #009E60;
}

.weis{
color: #ffffff;
}

.rot{
color: #A85555;
}

.kapitel{
font-size: 11px;
}

.u{
text-decoration: underline;
}

.i{
font-style: italic;
}

.oben_abs{
margin-top: 5px;
}

.links_abs{
margin-left: 25px;
}

.b{
font-weight : bold;
}

/* Navigation ohne Link */
.nav_o_l{
font-size: 11px;
padding-right: 15px;
font-weight: bold;
}

input{
background-color: #131313;
color: #C1C0BF;
border: 1px solid #009966;
}

textarea{
background-color: #131313;
color: #C1C0BF;
border: 1px solid #009966;
}