/* CSS Document */

body {
	margin: 20px;
	background-color: #ffeb9e;
	font-size: 13px; 
	color: #000000;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
h1 {
  margin: 1px 0 0;
  padding-bottom: 2px ;
  font-size: 13px;
  color: #ff6666;
}
a {
	color: #fff; 
	text-decoration: none; 
	background: inherit;
}
a:hover {
	color: #8AD9FF; 
	text-decoration: none; 
	background: inherit;
}
ul {
  margin: 0 0 5px;
  color: #000000;
  list-style-position: outside;
  padding-left: 10px;
}
li {
  list-style-type: none;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
}
#outer {
	width: 900px;
	overflow: auto;
	border: 1px solid #222;
	background-color: #ffff99; 
	color: #000;                
	height: auto;
}
ul#Navigation {
    margin: 0px; 
	padding: 0px;
    text-align: center;
}
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0px; 
	padding: 0px;
}
ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 124px; 
    padding: 1px 12px; 
    margin-right: 0;
    text-decoration: none; font-weight: bold;
    color: white;
    background-color: #ffffcc;
	border: solid 1px #000066;
	background-image: url(button.png);
}
* html ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 124px; 
    padding: 1px 12px; 
    margin-right: 0;
    text-decoration: none; font-weight: bold;
    color: white;
	border: solid 1px #000066;
	background-image: url(button.png);
}
ul#Navigation a:hover, ul#Navigation span {
    width: 124px;
  	font-style: italic;
  	color: #ffdd70;
	border: solid 1px #000066;
	background-image: url(button_hover.png);
}
* html ul#Navigation a:hover, ul#Navigation span {
    width: 124px;
	color: #ffdd70;
	background-color: #FFF;
	border: solid 1px #000066;
	background-image: url(button_hover.png);
}
ul#Navigation div {
    clear: left;
}
#location {
	width: 900px;
}
#left {
	width: 170px;
	margin: 5px 20px 5px 5px;
	float: left;
}
#center {
  width: 450px;
  margin-top: 40px;
  margin-bootom: 40px;
  overflow: auto;
  padding-left: 10px;
  background-color: #ffffcc;
  color: #000;
}
#center a {
	color: #000000; 
	text-decoration: none; 
	background-color: #ffffcc;
}
.navouter {
  border: 1px solid #222;
  margin: 5px 0px 25px 5px;
  width: auto;
}
.navheader {
  border-bottom: 1px solid #222;
  padding: 4px;
  width: auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffcc33;
  color: #000000;
  background-image: url(Menue-KOPF.png);
}
.navcontent {
  overflow: hidden;
  width: 163px;
}
ul#links {
    margin: 0px; 
	padding: 0px;
}
ul#links li {
    list-style: none;
    display: inline;
    margin: 0px; 
	padding: 0px;
}
ul#links a, ul#links span {
    float: left; 
	font-weight: bold;
    color: #000;
	background-image: url(Button_links_hover.jpg);
	padding: 3px 99px 3px 6px;
}
ul#links a:hover, ul#links span {
	color: #ffffff;
	background-image: url(Button_links.jpg);
}
