body {
	margin:0px;
	background-color: #E0E4EF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	
}
.master { /* zentrierter Content-Bereich */
	width: 900px;
	background:url(../images/bg.jpg) repeat-x;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	border:none;
	overflow:hidden;
	display:block;
	clear:both;
}
.banner {
	width:900px;
	height:75px;
	background:url(../images/banner.jpg) no-repeat;
	background-position:top center;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
.navigation {
	width:900px;
	height:50px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
.button_aktiv {
	width:101px;
	height:43px;
	background:url(../images/button_aktiv.jpg) no-repeat;
	background-position:top center;
	overflow:hidden;
	margin:4px 0px 0px 0px;
	float:left;
	padding:10px 0px 0px 0px;
}
.button_inaktiv {
	width:101px;
	height:43px;
	background:url(../images/button_inaktiv.jpg) no-repeat;
	background-position:top center;
	overflow:hidden;
	margin:4px 0px 0px 0px;
	float:left;
	padding:10px 0px 0px 0px;
}
.menuinactiv{
    color:#FFFFFF;
	text-decoration:underline;
	display:block;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	padding-top:5px;
	font-family:arial;
	font-size:13px;
}
.menuactiv{
    color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	padding-top:5px;
	font-family:arial;
	font-size:13px;
}
.content {
	width:900px;
	height:100%;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
.footer{
	width:100%;
    height:58px;
	background:url(../images/footer_bg.jpg) repeat-x;
	left: 0%;
	padding-top:15px;
	margin-bottom:-15px;
	text-align:center;
	color:#FFFFFF;
	font-family:arial;
	font-size:13px;
}
.contentinnen {
	width:700;
	text-align:left;
	margin:0px 15px 0px 15px;
	clear:both;
}

a {
  font-weight:normal;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color:#6478AD;
}

h1 {
	color:#6478AD;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0px 10x;
	height:20px;
	font-family:Arial;
}

* html h1 {
	margin:0px 0px 0px 0x;
}

h2 {
	color:#6478AD;
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 1px 0x;
	padding:0px;
}

h3 {
	color:#AA2011;
	font-size:12px;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:normal;
}

.abstandhalter{
	clear:both;
	height:10px;
}
label, .buttonabstandlinks, .buttonabstandlinks2, .buttonabstandlinks3 {
	float:left;
	width:134px;
	text-align:right;
	margin-right:6px;
	font-weight:bold;
	padding-top:2px;
	color: #333333;
}
.eingabefeld, .textfeld {
	border:1px solid #6478AD;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #6478AD;
}

.sendebutton, input.button {
	border:1px solid #6478AD;
	margin-top:12px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:3px 10px 3px 10px;
	color: #FFFFFF;
	background-color: #B1BBD6;
}
.startpic {
	float:left;
	vertical-align:text-top;
	margin-right:10px;
	margin-top:0px;
	border:1px none #B1BBD6;
}
input.checkbox {
	float:left;
	margin-right:5px;
}
label.checkbox {
	width:auto;
	font-weight:bold;
	color: #777777;
	clear:right;
	text-align:left;
}
.standardpic {
	float:left;
	vertical-align:text-top;
	margin: 0px 10px 0px 0px;
}
.subaktiv {
    float:left;
    width:123px;
    height:16px;
    background-color:#F5F5F5;
    border:1px solid #B1BBD6;
    font-weight:bold;
    padding-top:2px;
    margin:0px 3px 0px 3px;
}
.subinaktiv {
    float:left;
    width:123px;
    height:16px;
    background-color:#6478AD;
    border:1px solid #6478AD;
	color:#FFFFFF;
    font-weight:bold;
    padding-top:2px;
    margin:0px 3px 0px 3px;
}

