/* Wichtige Farben
grün = #006666 - 0 102 102
beige = #E6E6CC - 230 230 204
hellgrau = #EAEAEA - 234 234 234
braun = #605840
*/

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% arial,helvetica,sans-serif;
line-height:1.4em;
text-align:center;
color:#000000;
background:white;
scrollbar-arrow-color:#006666;
scrollbar-base-color:#E6E5CB;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#E6E5CB;
scrollbar-3dlight-color:#E6E5CB;
scrollbar-darkshadow-color:#E6E5CB;
scrollbar-track-color:white;
overflow:auto;
margin:0;
padding:0;
}

a{
color:#006666;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#808080; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img {padding:5px;border:none;}

/**************** Header and navigation styles ****************/

#container{
width:955px;
margin:0px auto;
padding:0;
text-align:left;
background:#ffffff;
}

#header{
width:985px;
height:206px;
background-color:white;
background-image: url(bilder/header.gif);
background-position: top left;
background-repeat: no-repeat;
margin:0;
padding:0;
}

#titel-text
{
position:absolute;
top:5px;
left:700px;
width:80px;
height:150px;
overflow:hidden;
font-size:0.8em;
}

#navigation{
position:absolute;
top:182px;
left:157px;
width:710px;
height:30px;
color:black;
overflow:hidden;
}

#navigation li{
float:left;
list-style-type:none;
border-right:none;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 25px;
font-size:1.1em;
font-weight:normal;
text-transform:none;
background-color:inherit;
color: black;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
color:#006666;text-decoration:underline;
}

.menu_current {text-decoration:underline;}
.menu_default {text-decoration:none;}

/**************** Content styles ****************/

#content{
width:672px;
min-height:360px;
margin:0 143px 0 170px;
}

#content ul{margin:0 1em;}
#content li{}

#content a {color:#006666;}
#content a:link {text-decoration:none;}
#content a:visited {text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content a:active {text-decoration:underline;}

#content input {border:none;background-color:#E6E5CB;height:16px;}
#content .textfield {width:230px;}
#content .email {width:230px;}
#content .textarea {border:none;background-color:#E6E5CB;width:230px;}

/**************** Footer styles ****************/

#footer{
clear:both;
width:672px;
margin:0 143px 0 170px;
font-size:0.80em;
}

#footer p{padding:0; margin:0; text-align:center;white-space:nowrap;}
#footer a{color:#006666;}
#footer a:hover{text-decoration: underline;}

/**************** Misc classes and styles ****************/

.clear{clear:both;}

/**************** Newsreader ****************/

.newsreader {
}
.nr_description {
	font-weight: bold;
}
.nr_content {
}
.nr_content ul {
}
.nr_content li {
	margin-bottom: 0;
	list-style: circle;
}
.nr_itemdesc {
}

.discreet {
	font-size:60%;
         color:#808080;
}

div.newsreader h2 {display:none;}
.discreet {display:none;}
.nr_itemdesc {margin:0 0 10px 0;padding:0;}
div.lh a {display:none;}
