/* Wichtige Farben
#777777 = grau
#99CC00 = Grün Schrift
*/

/**************** Body and tag styles ****************/

body {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
line-height:12px;
}

#seite {
margin:80px auto 0 auto;
width:800px;
}

#header {
width:100%;
}

#navigation{
clear:both;
width:100%;
padding:15px 0 0 0;
}

#navigation ul{
padding:0;
margin:0;
}

#navigation li{
float:left;
list-style-type:none;
border-right:none;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:1px 5px 0 5px;
margin:0;
color:#777777;
height:20px;
text-transform:none;
text-align:center;
text-decoration:none;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
text-decoration:underline;color:#99cc00;
}

.menu_current {color:#99CC00;}
.menu_default {color:#777777;}

#content {
clear:both;
width:100%;
padding-top:15px;
text-align:left;
}

#content p,td,tr {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
line-height:18px;
}

#content p {
margin:5px 0 0 0;
}

#content a:link {color:#777777;text-decoration:none;}
#content a:visited {color:#777777;text-decoration:none;}
#content a:hover {color:#99cc00;text-decoration:underline;}
#content a:active {color:#99cc00;text-decoration:underline;}

#footer {
width:100%;
margin:15px 0 15px 0;
color:#777777;
height:12px;
overflow:hidden;
}

#footer a:link {color:#777777;text-decoration:none;}
#footer a:visited {color:#777777;text-decoration:none;}
#footer a:hover {color:#99cc00;text-decoration:underline;}
#footer a:active {color:#99cc00;text-decoration:underline;}

.required {
	color: #FF0000;
}
.field_title {
	font-size: 8pt;
	width: 200px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 8pt;
	width: 200px;
}
.textarea {
	font-size: 8pt;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	padding-top: 10px;
	color: #000000;
}
.select {
	font-size: 8pt;
}
.checkbox_label {
	font-size: 8pt;
	cursor: pointer;
}
.radio_label {
	font-size: 8pt;
	cursor: pointer;
}
.email {
	font-size: 8pt;
	width: 200px;
}

.senden {
float:right;
margin-top:8px;
background-color:white;
border:none;
font-weight:bold;
color:#99cc00;
}

/**************** newsreader ****************/

.newsreader {
width:650px;
border:none;
margin-left:2px;
overflow:hidden;
}

.newsreader h2 {display:none;}

.nr_description {
font-weight: bold;
}
.nr_content {
margin:10px;
}
.nr_content ul {
margin-left:8px;
padding-left:8px;
}
.nr_content{
margin-bottom: 10px;
list-style: circle;
}
.nr_itemdesc {
}

.discreet {
display:none;
font-size:70%;
color:#777777;
}

div.lh {font-size:9pt;}
