* {
	padding:0;
	margin:0;
}
body {
	background-image:url(../images/bg_seite.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}
#alles {
	background-image:url(../images/bg_balken.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: auto;
	display: inline;
	float:left;
}
#seite {
	background-image:url(../images/bg_seite.png);
	background-repeat:repeat-y;
}
#kopf, #seite, #fuss {
	width: 852px;
	margin: 0 auto;
}
#kopf {
	position:relative;
	margin-top: 10px;
}
#logo {
	position: relative;
	height: 90px;
	background-image:url(../images/bg_kopf.png);
	background-repeat:no-repeat;
}
#bild {
	height:140px;
	width: 840px;
	margin-left: 4px;
}
/*------------------------------------------------------------------ Inhalt -----------------------*/
#inhalt {
	position: relative;
	width: 840px;
	margin-left: 4px;
}
#text p, #text td, #text div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#text p {
	padding-bottom: 15px;
}
#text a:link,
#text a:hover,
#text a:visited {
	color: #c72413;
}
#text {
	display: inline;
	float:left;
	width: 560px;
	margin-left: 30px;
	margin-top: 30px;
}
h3 {
	font-size: 20px;
	color:#c72413;
	font-weight:normal;
	margin-bottom: 15px;
   background:no-repeat;
   text-indent:-9999px;
   height:25px;
}
h4 {
	font-size: 16px;
	color:#666666;
	font-weight:normal;
	margin-bottom: 15px;
	line-height: 20px;
}
#text ul {
	margin-bottom:15px;
}
#text ul li {
	font-size:12px;
	list-style-type:square;
	margin-left:40px;
	margin-bottom:3px;
}
.tabelle_linie td {
	border-bottom: 1px solid #e7e7e8;
	padding-top: 6px;
	padding-bottom: 6px; 
}
.download td {
	border-bottom: 1px solid #e7e7e8;
	padding-top: 3px;
	padding-bottom: 3px; 
}
/*------------------------------------------------------------------ Fuss -----------------------*/
#fuss {
	height:10px;
	padding-top: 28px;
	text-align:center;
	background-image:url(../images/bg_fuss.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 11px;
	color: #a3a2a3;
	padding-bottom:10px;
}
#fuss a:link,
#fuss a:hover,
#fuss a:visited {
	text-decoration: none;
	color: #a3a2a3;
}
/*------------------------------------------------------------------ Min Höhe -----------------------*/
#minhoehe {
	width: 1px;
	float:left;
	display:inline;
	height: 400px;
	background-color:#FFFFFF;
}

/*------------------------------------------------------------------ Clearer -----------------------*/
.clearer {
	clear:both;
	height:1px;
	width:1px;
	background-color:#FFFFFF;
	visibility:hidden;
	font-size:1px;
}
/*----------------------------------------------------- Barrierenfreiheit ------- */

.unsichtbar {
	display: inline;
	position: absolute;
	left: -1000px;
	top:  -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px
}