body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 9pt;
}
ul {
	list-style-type: disc;
}
.std {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 9pt;
}
.content {
	padding: 2px 2px 2px 15px;
	font-size: 9pt;
	padding-left: 10px;
}
.title {	
	font-size: 12pt;
	padding: 5px 5px 5px 10px;
	height: 26px;
	vertical-align: middle;
	font-weight: bold;
}
.partner {
	height: 20px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(192,192,192);
	font-size: 9pt;
	padding: 4px 0px 0px 5px;
	color: rgb(0,0,0);
}
.version {
	font-size: 8pt;
	position:absolute; 
	top:2px; 
	right:2px;
	padding-left: 5px; 
	padding-top: 2px;
	background-color:rgb(222,222,222);
	color: rgb(200,200,200);
}
.counter {
	font-size: 8pt;
	position:absolute; 
	top:20px; 
	right:2px;
	padding-left: 5px; 
	padding-top: 2px;
	background-color:rgb(222,222,222);
	color: rgb(150,150,150);
}
.spendenkonto {
	font-size: 8pt;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(192,192,192);
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
}
.copyr {
	font-size: 8pt;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(192,192,192);
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
}
a:link { 
	text-decoration:none; 
	color: #000000; }
a:visited { 
	text-decoration:none; 	
	color: #000000; }
a:hover { 
	text-decoration:underline; 
	color: #000000; }
a:active { 
	text-decoration:none; 
	color: #000000; }

/* rechte Navigationsleiste */

ul.navigation {
	float: left;
	margin: 0px;
	margin-left: 2px;
	padding: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.navigation li {
	display: block;
	float: right;
	margin: 0px;
	padding: 0;
	width: 200px;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 1px 0;
}
ul.navigation li.layer0 {
	float: right;
	margin: 0px;
	padding: 0;
	width: 150px;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 1px 0;
}
ul.navigation li.layer1 {
	float: right;
	margin: 0px;
	padding: 0;
	width: 140px;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 1px 0;
}
ul.navigation li.layer2 {
	float: right;
	margin: 0px;
	padding: 0;
	width: 130px;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 1px 0;
}

ul.navigation li a {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-size: 11px;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}

ul.navigation li a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-decoration: none;
}

ul.navigation a b {
	font-size: 12px;
	font-weight: bold;
}
ul.navigation li a {
  background-color: #ffffff;
  border-color: rgb(192,192,192);
  color: rgb(0,0,0);
}

ul.navigation li a:hover {
  background-color: #cbd0de;
  color: rgb(0,0,0);
  border-color: rgb(10,36,106);
}
.formular {
 	margin: 0px 0px 0px 25px;
	font-size: 11px;
    font-family: Arial;
    paddding: 0px 3px 0px 3px;
    border-color: rgb(192,192,192);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
tr.formular {
    border-color: rgb(192,192,192);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
input.button {
	background-color:#dddddd;
         height: 18px;
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
         color:#000000;
         border:1px solid #999999;
}
input.text {
  	padding-left: 1px;
         background-color:#ffffff;
         height: 18px;
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
         color:#000000;
         border:1px solid #999999;
}
select {
  	padding-left: 1px;
         background-color:#ffffff;
         width: 150px;
         height: 18px;
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
         color:#000000;
         border:1px solid #999999;
}
textarea {
         margin-left: 10px;
         width: 300px;
         height: 150px;
         background-color:#ffffff;
         font-size: 11px;
         font-family: Arial, Helvetica, sans-serif;
         color:#000000;
         border:1px solid #999999;
}
input.checkbox {
	margin-left: 10px;
}