body {
  font-family: Verdana;
  height: 100%;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 950px;
  margin: 10px auto;
  padding: 5px;
//  position: relative;
}

#sprachnavi {
  margin-right: 10px;
  list-style: none;
  float: right;
}

#sprachnavi li {
  float: left;
  padding-left: 3px;
}

#sprachnavi li a img {
	border: none;
	width: 18px;
}

#kopfbereich {
  padding: 5px;
  background-color:#f2f2f2;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
}

#logobild {
  border: none;
//  margin-left: 5px;
}

#aktuelles {
	width: 380px;
	float: right;
	margin-top: 55px;
	margin-right: -95px;
	background-color: #f9f9f9;
	padding: 3px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
}

#aktuelles h1 {
	font-size: 12px;
	font-weight: bold;
}

#aktuelles h2 {
	font-size: 10px;
	font-weight: bold;
}

#aktuelles p {
	font-size: 10px;
}

#mittelteil {
//   position: relative;
//    top: 190px;
//padding-bottom: 275px;
//padding: 0px;
}

#steuerung {
  width:200px;
  padding: 5px;
  float: left;
  //margin-top: 10px;
  background-color:#f2f2f2;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
 font-size: 10px; 
 margin-top: 10px;
}

#steuerung img {
  border: none;
}

#steuerung h2 {
    font-weight: bold;
    font-size: 15px;
    color: #811719;
    margin-top: 10px;
}

#steuerung p {
  margin-top: 15px;
  text-align: center;
  color: #811719;
  font-size: 12px;
}

#steuerung p img {
  margin-bottom: 8px;
}

#hauptmenu {
  list-style: square inside;
  float: left;
  margin-bottom: 20px;
}

#hauptmenu li {
  font-family: Verdana;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #811719;
		line-height: 17px;
}

#hauptmenu li a, a:visited {
  text-decoration: none;
   color: #811719;
}

#hauptmenu li a:hover {
  text-decoration: underline;
   color: #811719;
}

#hauptmenu li ul {
  list-style: square inside;
  margin: 10px 0 0 10px;
}

#hauptmenu li ul li {
  font-family: Verdana;
  font-weight: normal;
  font-size: 13px;
  color: #811719;
		line-height: 15px;
}

#hauptmenu li ul li a, a:visited {
  text-decoration: none;
   color: #811719;
}

#hauptmenu li ul li a:hover {
  text-decoration: underline;
   color: #811719;
}


#inhalt {
  background-color: #fafafa;
  padding: 5px;
  font-family: Verdana;
  font-size: 13px;
  margin-left: 220px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
  //position: absolute;
  margin-top: 10px;
}

#inhalt h1 {
	font-size: 18px;
	color: #aa161c;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#inhalt h2 {
	font-size: 14px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#inhalt h3 {
	font-size: 12px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#inhalt p {
	margin-top: 5px;
	margin-left: 10px;
	line-height: 18px;
}

#inhalt ul {
  list-style: disc;
  margin-left: 25px;
  line-height: 18px;
}

#inhalt ol {
  list-style: decimal;
  margin-left: 25px;
  line-height: 18px;
}

#inhalt table {
  border: none;
  border-spacing: 10px;
}

#inhalt td {
  vertical-align: top;
}

#inhalt img {
  border: none;
}

#inhalt a, a:visited {
  text-decoration: none;
   color: #811719;
}

#inhalt a:hover {
  text-decoration: underline;
   color: #811719;
}

#logosunten {
  //visibility: hidden;
  background-color: #f2f2f2;
  padding: 10px 10px 0 20px;
  margin-left: 220px;
  width: 700px;
  font-family: Verdana;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #811719;
  height: 180px;
}

#logosunten img {
	border: none;
	float: left;
	padding-top: 5px;
}

#logosunten .left {
	float: left;
}

#logosunten .right {
	float: right;
}

#logosunten .clear {
	clear: both;
}

#inhalt .disclaimer {
  background-color: #f2f2f2;
  padding: 10px 10px 15px 10px;
  width: 695px;
  font-family: Verdana;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
  margin-top: 40px;
  font-size: 10px;
  height: 45px;
}

#inhalt .disclaimer p { 
  line-height: 12px;
}

.dislaimer .left img {
	margin-right: 10px;
	float: left;
}

#trenner {
 width: 20px; 
}

#fussbereich {
  font-size: 12px;
  padding: 5px;
  background-color: #f2f2f2;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  behavior:url(css/border-radius.htc);
  margin-top: 20px;
  clear: both;
}
#fussbereich a, a:visited {
  text-decoration: none;
   color: #811719;
}

#fussbereich a:hover {
  text-decoration: underline;
   color: #811719;
}

h2 a {
	margin-left: 5px;
}

h2 a img {
	position: relative;
	top: 10px;
	left: 5px;
}

.clear {
	clear: both;
}

p.downloads img {
	position: relative;
	top: 7px;
	margin: 0 15px 0 5px;
}

p.downloads a {
	display: block;
	marign-bottom: 10px;
}
