body {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
h2 {
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: lighter;
	text-decoration: none;
}
h3 {
	margin-left: 0;
	margin-top: 35px;
	font-size: 10px;
	font-family: Arial;
	font-weight: lighter;
	text-decoration: none;
}
#rapper {
	margin: 0px auto;
	width: 960px;
	background-color: #333;
	height: auto;
}
#header {
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
.headertexte {
	margin: 0px;
}
.headertexte h1{
	float: left;
	margin: 0;
}
.headertexte h2{
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: lighter;
	text-decoration: none;
	margin: 130px 0 0 250px;
	width: auto;
}
#content {
	margin:auto;
	float:left;
	width: 700px;
	padding: 5px;
}

#navigation {
	float: left;
	width: 960px;
	height: 25px;
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/bg_navi.jpg);
}
#navigation ul {
	margin:5px 0 0 0;
	padding:0;
	height: 25px;
}
#navigation li {
	background-image: url(images/bg_navi.jpg);
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 25px;
}
#navigation a {
      color: black;
      background-color: #ffeda0;
      font-weight: normal;
      padding: 4px 8px;
      border: 1px solid #8c8c8c;
  
	text-decoration: none;
	text-decoration: none;
}
#navigation a:hover {
      color: black;
      background-color: white;
      font-weight: normal;
      border-bottom-color: white; /* Rahmenlinie weiss */
  
	text-decoration: underline;
	text-decoration: underline;
}
#navigation a:active {
      color: black;
      background-color: white;
  
}
#textoben {
	text-align: justify;
	width: 950px;
	float: left;
	padding: 5px;
}
#footer {
	width: 960px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	padding: 20px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C30;
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	text-transform: uppercase;
	background-color: #900;
}
#textunten {
	padding: 5px;
	text-align: justify;
	width: 950px;
	clear: both;
}

