body,
html {
	margin: 0px;
	padding: 0px;
}

.datum {
	font-family: arial;
  color: #ffffff;
  font-weight: bold;
	font-size: xx-small;   
	padding-top: 4px;
}
.menu_oben {
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_oben a {
   text-decoration: none;
   color: #FFFFFF;
}
.menu_oben a:hover {   
   text-decoration: underline;
   color: #f3a618;
}

.inhalt_oben {
	font-family: arial;
	color: #696969;
	font-weight: normal;
	font-size: 9px;
}
.inhalt_oben a {
	color: #696969;
	text-decoration: underline;
}
.rootline a:hover {
	color: #061467;
	text-decoration: underline;
}
.inhalt {
	font-family: arial;
	color: #696969;
	font-size: 11px;	
}
.inhalt h1 {
	font-family: arial;
	color: #696969;
	margin: 0px;
	font-size: 13px;
}
.inhalt p {
	line-height: 135%;
}
.rechts {
	font-family: arial;
	color: #ffffff;
	background-color: #ea720c;
	font-size: 10px;
}
.fusszeile {
	font-family: arial;
	color: #696969;
	font-size: xx-small;
}
/*Mailformular*/
label {
   display: block;
   float: left;
   width: 120px;
   font-size: 10pt;
}
.csc-mailform {
   border: 0px;
}
.csc-mailform-field label {
   font-size: 10pt;
   font-family: arial;
   width: 5em;
   float: left;
   text-align: right;
   margin-right: 0.5em
}
.csc-mailform-check {
   font-size: 10pt;
   font-family: arial;
   width: 5em;
   float: left;
   text-align: right;
   margin-right: 0.5em
}
.csc-mailform-submit {
   margin-left: 5.5em;
} 

