BODY {
	margin: 5px 25px 25px; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size:11pt; 
	text-align: justify; 
	color: #000000; 
	background-color: #b8b8b8;
	background-image: url(bodybackground.jpg);
	background-attachment: fixed;
}

.maintable{
	width:800;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	background-color: rgba(240,245,240,0.4);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.header{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	line-height: 150%;
	background-color: rgba(186,217,186, 0.6); 
	-moz-border-radius: 13 13 0 0; 
	-webkit-border-radius: 13 13 0 0; 
	border-radius: 13 13 0 0;
	padding: 12 10 20 10;
}

.menuleft{
	width: 500px;
	vertical-align: top;
	padding: 10 10 0 0;
}

.menuright{
	width: 300px;
	vertical-align: top;
	padding: 10 10 20 10;
}

.menuitemtable{
	width: 450px;
	border:1px solid Black;
	cursor: pointer;
	background-color: #cceecc;
	-moz-border-radius: 8 8 8 8; 
	-webkit-border-radius: 8 8 8 8; 
	border-radius: 8 8 8 8;
	margin-bottom: 2px;
}
.menuitemleft{
	background-color: #cceecc;
	width: 16px;
	padding: 4px;
	vertical-align: top;
	-moz-border-radius: 8 0 0 8; 
	-webkit-border-radius: 8 0 0 8; 
	border-radius: 8 0 0 8;
}
.menuitemright{
	height: 28px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12pt; 
	background-color: #cceecc;
	padding: 3 0 3 10;
	-moz-border-radius: 0 8 0 0; 
	-webkit-border-radius: 0 8 0 0; 
	border-radius: 0 8 0 0;
}

.menuitem {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	padding: 3 0 5 10;
	background-color: #f9f9f9;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	-moz-border-radius: 8 0 8 0; 
	-webkit-border-radius: 8 0 8 0; 
	border-radius: 8 0 8 0;
}

LI.menulist{
	list-style-type: none;
	padding: 2 0 2 10;
	margin-bottom: 1px;
	margin-left: -10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #335533; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #e0e0e0;
	border-left: 0px;
	-moz-border-radius: 0 8 8 0;
	-webkit-border-radius: 0 8 8 0;
	border-radius: 0 8 8 0;
	cursor: pointer;
	background-color: #f0f0f0;
}
LI.menulist:hover{
	list-style-type: none;
	color: #000000; 
	margin-bottom: 1px;
	background-color: #cceecc;
	cursor: pointer;
	border: 1px solid #aaeeaa;
	border-left: 0px;
	cursor: pointer;
}
LI.menulist2{
	list-style-type: none;
	padding: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #f0f0f0;
}
LI.menulist2:hover{
	list-style-type: none;
	color: #000000; 
	padding: 1px;
	margin-bottom: 1px;
	background-color: #ffffff;
	cursor: default;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.titel{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000; 
	font-weight: bold;
	text-align: center;
	padding: 20 0 20 0;
	text-shadow: 1px 1px 1px #aaccaa;
	background-color: White;
	margin:  0 0 10 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 3px 3px 6px #334433;
	-webkit-box-shadow: 3px 3px 6px #334433;
	box-shadow: 3px 3px 6px #334433;
}

.leftsidemenu{
	width: 140px;
	vertical-align: top;
	padding: 0px;
	background: rgba(186,217,186, 0.6);
}

#menutable{
	margin-bottom: 6px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 4px #334433;
	-webkit-box-shadow: 2px 2px 4px #334433;
	box-shadow: 2px 2px 4px #334433;
}

.menutop {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt; 
	color: #000000;
	font-weight: bold;
	background-color: #cceecc;
	-moz-border-radius: 12 12 0 0;
	-webkit-border-radius: 12 12 0 0;
	border-radius: 12 12 0 0;
}
.menumiddle {
	background-color: #cceecc; 
}

.menubottom {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	background-color: #cceecc; 
	-moz-border-radius: 0 0 12 12;
	-webkit-border-radius: 0 0 12 12;
	border-radius: 0 0 12 12;
}
.menubottom A:link, .menubottom A:visited, .menubottom A:hover {
	color: #336633; 
	text-decoration: underline; 
}
.contentback{
	width: 660px;
	vertical-align: top;
	background: rgba(186,217,186, 0.6);
}
.content{
	padding: 12px;
	line-height: 150%;
	vertical-align: top;
	background-color: rgba(255,255,255, 0.75);
	-moz-border-radius: 12 0 0 12;
	-webkit-border-radius: 12 0 0 12;
	border-radius: 12 0 0 12;
	-moz-box-shadow:  inset 2px 2px 3px #667766;
	-webkit-box-shadow: inset 2px 2px 3px #667766;
	box-shadow: inset 2px 2px 3px #667766;
}

.footer {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #335533; 
	height: 30px;
	background-color: rgba(186,217,186, 0.6); 
	-moz-border-radius: 0px 0px 16px 16px;
	-webkit-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
}

.dkl {
	font-family: Arial,Helvetica,sans-serif; 
	padding: 5px;
	font-size: 12px; 
	text-align: justify;
	background-color: rgba(100,100,100,0.2);
}

.fieldset1{
	background-color: rgba(200,200,100,0.2);
	border: 1px solid #666688;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.bs1960 {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	padding: 3px; 
	background-color: #ffffff; 
	border: 1px solid black;
}

.bs1960marked {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #ffffff; 
	padding: 3px; 
	background-color: #669966; 
	border: 1px solid black;
}

.bs60top{
	height: 140px;
	background-color: #667066; 
	border: 1px outset #dddddd; 
	border-bottom: 0px;
	text-align: center;
	-moz-border-radius: 10 10 0 0;
	-webkit-border-radius: 10 10 0 0;
	border-radius: 10 10 0 0;
}
.bs60bottom{
	background-color: #bbccbb; 
	border: 1px outset #dddddd; 
	border-top: 0px;
	text-align: center;
	-moz-border-radius: 0 0 10 10;
	-webkit-border-radius: 0 0 10 10;
	border-radius: 0 0 10 10;
}

A:link, A:visited {
	color: #005099; 
	text-decoration: none;
}

A:hover {	
	color: #0000dd; 
	text-decoration: underline;
}

A:hover.inc {
	color: #0000dd; 
	background-color: #ffffcc;
}

UL LI {
	color: #000000;
}
   
.xs {
	font-size:9pt;
}

.xxs {
	font-size: 7pt;
}

