/* Body */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #385208;
}

a:link {color: #006434;text-decoration:none}
a:visited {color: #006434;text-decoration:none}
a:active {color: 333333;text-decoration:none}
a:hover {color: #006434;text-decoration:underline}

/* Main */

.haupttbl {
background-color: #ffffff;
}

.maintbl {
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

.submaintbl {
    align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
    border-color: #006434;
	border-width: 1px;
}

/* Navi */

.left {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	height: 100%;
}

.menuleft {
    padding-left: 20px;
	height: 100%;
	line-height: 20px;
	font-size: 12px;
}

.right{
	height: 100%;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}

   


/* */

.kopf {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.content {
height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#ffffff;
}