body {
background-color: #92a4a1;
font-size: 11px;
font-family: Verdana;
color:#544b08;
padding:0px;
margin:0px;
scrollbar-arrow-color:#6f8129;
scrollbar-face-color:#d4e0da; 
scrollbar-base-color:#f7f8ef;
scrollbar-darkshadow-color:#f7f8ef;
}

.accent {
font-weight:bold; color:#626e6c;
}

/* ----------tabellen layout-------------- */
table {
width:98%;
border:none;
border-width:0px;
cellspacing:0px; 
cellpadding:10px;
margin-left:6px;
margin-top:10px;
}

tr, td {
vertical-align:top;
horizontal-align:left;
}
.sp_left {
vertical-align:top;
horizontal-align:left;
font-size:11px;
line-height:14px;
font-family:Verdana;
font-weight:normal;
font-style:normal;
color:#626e6c;
vertical-align:top;
background-color:#ddece9;
}
.sp_right {
vertical-align:top;
horizontal-align:left;
font-size:11px;
line-height:14px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-style:normal;
color:#544b08;
vertical-align:top;
background-color:#ddece9;
}

.liste {
vertical-align:top;
horizontal-align:left;
font-size:10px;
line-height:18px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-style:normal;
color:#544b08;
vertical-align:top;
background-color:#ddece9;
border-color:#d7d9c2;
border-width:1px;
border-style:solid;
cellspacing:0px; 
cellpadding:0px;
/*margin-left:6px;*/
/*margin-top:10px;*/
}

/* ----------quellcode layout-------------- */
.pcode {
padding-top:10px;
font-size:11px;
line-height:12px;
font-family:Verdana;
font-weight:normal;
font-style:normal;
color:#626e6c;
vertical-align:top;
background-color:#ddece9;
}

/* ----------FORMULARFELDER LAYOUT-------------- */
form {
display:inline;
}
.formfeld {
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-style:normal;
color:#544b08;
border-right:1px;
border-left:1px;
border-top:1px;
border-bottom:1px;
border-color:#626e6c;
background-color:#ddece9;
vertical-align:top;
}

/* ----------link layout-------------- */

a {color:#544b08;text-decoration:none;}
a:visited {color:#888888;}
a:hover {color: #c66300;text-decoration:underline;}
a.aktiv {color:#c66300;}
a.inhalt {color:#c66300;}


/* ----------überschriften layout-------------- */
h1 {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
background-color: #f7f8ef;
border-top:1px solid #6f8129;
border-bottom:1px solid #6f8129;
padding:5px 15px;
margin:0px }

h2 {
font-size:12px;
font-weight: normal;
color:#c66300;
/* color:#c66300;*/
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h3 {
font-size: 11px;
font-family: Verdana;
color:#544b08;
padding: 5px 10px;
margin:0px;}
}

.tfarbe {
font-size: 11px;
font-family: Verdana;
font-weight: normal;
color:#c66300;
padding: 5px 10px;
margin:0px;}
}

.ul {
font-size:11px;
line-height:7px;
font-family:Verdana;
font-weight:normal;
font-style:normal;
color:##544b08;
margin-top:10px;
margin-bottom:10px;
margin-left:27px;
list-style-image:url(images/dot.gif);
list-style-height:4px;
}

/*img.download {vertical-align:middle;}--------*/

/* ----------container zentriert das layout-------------- */
#container {
width: 1000px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border-left:1px solid #544b08;
border-right:1px solid #544b08;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #f7f8ef;
padding: 0px;
margin: 0px; }

#banner img {padding:0px 0px;} 

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px #c3dad6; /* linke Menue Spalten Farbe  */ 
border-right: solid 200px #c3dad6; /* rechte Menue Spalten Farbe  */ 
background-color: #f7f8ef; /* Farbe fuer Inhalt Spalten  */
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
 width:200px; 
 float:left; 
 position:absolute; 
 margin-left:-200px;
 margin-top:3px; 
 margin-right:10px;
 }
 #menue {
 width:189px; 
 margin-left:10px; 
 margin-right:0px;
 line-height:16px;
 background-color:#c3dad6; 
 }
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
position: relative; 
/*height:100%;*/
margin: 0px; 
}
p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

 #screenshot {
 margin:10px;5px;5px;15px;
 padding:0px;
 }

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 


/*  ----------------menu---------------------- */ 
.treeview ul{ 
margin-left:24px;
margin-bottom: 6px;
margin-top: 6px;
margin-right:0px;
padding:0px; 				/* Untermenüs nicht einrücken */ 
}

.treeview li{ 				/*Style for LI elements in general (excludes an LI that contains sub lists)*/
background-color:#c3dad6;
/*background-image:url(list.gif);*/
/*background-repeat:no-repeat;*/
/*background-position:left;*/
margin-bottom: 1px;
margin-top: 1px;
background-color:#ddece9;
list-style-type: none;
list-style-position:outside;
padding-left: 20px;
margin-left:-44px;

}

.treeview li.submenu{ 			/* Style for LI that contains sub lists (other ULs). */
background-color:#adc2be; 
background-image:url(images/closed.gif);
background-repeat:no-repeat;
background-position:left 1px;
list-style-type: none;
list-style-position:outside;
cursor:hand !important;
cursor:pointer !important;
/*position: absolute;*/			Submenüs im Vordergrund */ 
}


.treeview li.submenu ul{ 		/*Style for ULs that are children of LIs (submenu) */
display: none; 				/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}