body,td,th {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
 scrollbar-arrow-color: white; 
 scrollbar-base-color: #6CB072;
 scrollbar-highlight-color : #6CB072; 
 scrollbar-shadow-color : #6CB072;
 SCROLLBAR-TRACK-COLOR: white;
 background: #b8ffb8;
}
.aussen {
border:1px solid #646462;
}

.header_navi {
background-image:url(design_images/header_navi1.gif);
background-repeat:repeat-x;
color:#FFFFFF;
}
.navi1 {
background-image: url(design_images/con_nav.gif);
background-repeat:repeat-x;
height:21px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.navi2 {
background-image: url(design_images/navi.gif);
background-repeat:repeat-x;
height:6px;
}
.footer2 {
background-image:url(design_images/footer2.gif);
background-repeat:repeat-x;
}
.content {
border-left:1px solid #2a703a;
border-right:1px solid #2a703a;
border-bottom:1px solid #2a703a;
}
a {
	font-size: 10px;
	color: #29703a;
	font-weight: none;
}
a2 {
	font-size: 10px;
	color: #29703a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #29703a;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #29703a;
}

/* Formularelemente */
input     {
           color: white;
           border-width: 1px;
           border-style: solid;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #6CB072;
           }
select    {
           color: white;
           border-width: 1px;
           border-style: solid;
           border-color: black;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #6CB072;
           }
textarea    {
           color: white;
           border-width: 1px;
           border-style: solid;
           border-color: black;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #6CB072;
           }
           
           
#dhtmltooltip{
           position: absolute;
           width: 150px;
           border: 2px solid black;
           padding: 2px;
           background-color: lightyellow;
           visibility: hidden;
           z-index: 100;
           /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
           filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


