body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10pt;
color: #534B4B;
}

a {
text-decoration: none;
color: #6A9112;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: justify;
}

h1 {
color: #6A9112;
font-weight: 700;
font-size: 12pt;
margin-top: 0px;
}

h2 {
color: #6A9112;
font-weight: 700;
font-size: 10pt;
margin-top: 0px;
}

li#liste {
margin-top: 5px;
text-align: justify;
}


/* ------------------- Hauptmenu ----------------------*/

ul#navlist
{
position: absolute;
margin-top: 85px;
margin-left: 180px;
padding-left: 0px;
white-space: nowrap;
background-color: #534b4b;
color: white;
width: 720px;
height: 20px;
min-height: 20px;
vertical-align: baseline;
line-height: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

/* behavior: url(includes/round.htc); */
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { 
padding: 0px 10px; 
color: white;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: 300;
}

#navlist a:hover
{
color: #97cf19;
}

/* -------------------------- Untermenu ------------------------ */


.subnavlist
{
position: absolute;
margin-top: 200px;
margin-top: 110px;
margin-left: 0;
padding-left: 0;
padding-top: 15px;
padding-bottom: 15px;
list-style: none;
width: 172px;
background-color: #eee;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
min-height: 430px;
}

.subnavlist ul { list-style: none; }

.subnavlist li
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
/*
border-right-width: 1px;
border-right-color: #b1b1b1;
border-right-style: dotted;
*/
}
.subnavlist li#hauptmenu{
background-position: 0 .5em;
padding-left: 10px;
/*
border-top-width: 1px;
border-top-color: #b1b1b1;
border-top-style: dotted;
*/
font-size: 10pt;
}

.subnavlist a
{
text-decoration: none;
color: #534b4b;
text-decoration: none;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10pt;
}

.subnavlist a:hover
{
color: #6A9112;
}

.subnavlist li#subsublist{
background-position: 0 .5em;
margin-left: 15px;
padding-left: 10px;
}
.subnavlist a#subsublist{
font-size: 9pt;
}

.subnavlist li#hell1{
background-image: none;
border-right-color: #c0c0c0;
}

.subnavlist li#hell2{
background-image: none;
border-right-color: #cfcfcf;
}

.subnavlist li#hell3{
background-image: none;
border-right-color: #e3e3e3;
}

/* ----------------------------- CONTENT ----------------------------- */
#content{
position: absolute;
margin-top: 122px;
float:left;
margin-left: 180px;
width: 720px;
padding: 0px;
}

#fullcontent{
position: absolute;
float: left;
margin-top: 122px;
margin-left: 0px;
width: 900px;
padding: 0px;
}