body {
	margin-top: 30px;
	margin-left: 40px;
	margin-right:30 px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container_foot {
	width: 95%;
	float: left;
}

.spalte_schmal_links {
	width: 35%;
	float: left;
	text-align: center;
}

.spalte_schmal_links_color {
	width: 35%;
	float: left;
	text-align: center;
	background-color: #EEEEEE;
}

.text_eingerueckt {
	width: 90%;
	float: right;
}

.text_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_mittel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #E46813;
}
.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #005198;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005198;
	line-height: 16px;
}



a  {
   text-decoration: yes
   }
a:link {
   color: #005198
   }
a:visited {
   color: #005198
   }
a:active {
   color: #005198
   }
a:hover {
   color: #E46813;
   }

