body {
	margin-top: 30px;
	margin-left: 40px;
	margin-right:30 px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container_head {
	width: 95%;
	float: left;
}
#container_foot {
	width: 95%;
	float: left;
}
#container_1 {
	width: 95%;
	float: left;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #CCCCCC;
}
#container_2 {
	width: 95%;
	float: left;
}
#container_3 {
	width: 95%;
	float: left;
}
#container_4 {
	width: 95%;
	float: left;
}
#container_5 {
	width: 95%;
	float: left;
}

.spalte_schmal_links {
	width: 35%;
	float: left;
	text-align: center;
}
.spalte_breit_links {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
}
.spalte_schmal_rechts {
	width: 35%;
	float: right;
	text-align: center;
}
.spalte_breit_rechts {
	width: 60%;
	float: right;
}

.text_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #E46813;
}
.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #005198;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005198;
	line-height: 50px;
}

a  {
   text-decoration: none
   }
a:link {
   color: #005198
   }
a:visited {
   color: #005198
   }
a:active {
   color: #005198
   }
a:hover {
   color: #E46813;
   }

