﻿body {
  font-family: arial, geneva, sans-serif;
  font-size: 13px;
  color: #595b5a;
  line-height:18px;
  background-color: #c5c6c8;
  background-repeat: repeat-y;
  background-position: center top;
  background-image: url('../images/Kachel.jpg');
  margin: 16px;
  padding: 0;
}

h1 {
  color: #0d4188;
  font-size: 13px;
  font-weight:bold;
  }
  
p.unten{
  text-align:center;
  }
  
a.unten{
  font-size: 11px;
  text-decoration:none;
  color: #595b5a;
}

a.extern{
  text-decoration:underline;
  color: #0d4188;
  font-weight:bold;
}

#container {
  margin: 0 auto;
  min-width: 934px;
  max-width: 1200px;
  border: 1px solid #0058a4;
  background-color: white;
  -webkit-box-shadow: 1px 2px 5px #444;
  -moz-box-shadow: 1px 2px 5px #444;
  box-shadow: 1px 2px 5px #444;
}
.msie6 #container { width: 934px; }

#head {
  height: 122px;
  background-image:url('../images/Kopf.jpg');
  background-repeat:no-repeat;
  background-position: top right;
}

#navi {
   background-color: #D0D3D2;
   min-width:800px;
   max-width:1200px;
   height:24px;
   border-bottom: 13px;
   border-bottom-style: solid;
   border-bottom-color:#052846;
   margin: 0;
   padding: 0;
   text-align:left;
}

#navi ul, #navi li {
    width:800px;
	margin: 0px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navi a:link, #navi a:visited {
    width: 117px;  
	float: left;
	line-height: 24px;
	font-size:11px;
	margin: 0 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	color: #052846;
	background-color: #D0D3D2;
	border-right-width: 4px;
	border-right-color:#ffffff;
	border-right-style:solid;
}

#navi #akt {
	color: #FFFFFF;
	background-color: #5FAD30;
}

#navi a:hover, #navi a:hover#akt {
	color: #FFFFFF;
	background-color: #0D4188;
}

#content {
  padding: 3px 50px 3px 145px;
  background-image:url('../images/hintergrund_links.gif');
  background-repeat:repeat-y;
  background-position:left top;
}

#footer {
  height:35px;
  background-color: #5fad30;
}

table.footer {
  height:28px;
  margin: 0px;
  border-top: 7px solid #0d4188;
  width: 666px;
}

a.footer {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

a.footer:hover { color: #0d4188; }
a.footer:active { color: orange; }
