
a {
	color: #726e6e;
        text-decoration: none;
}
a:hover {
	color: #82aef5;
        text-decoration: none;
}
.Links {
	float: left;
        
}
.Rechts {
	float: right;
}
.mehr {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #b8cef3 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 12px  verdana, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 31px;
}

#Lay {
	text-align: left;
	margin: auto;
	width: 1000px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#Kopf {
  position: absolute;
  top: 0;
  width: 1000px;
  height: 150px;
  background: url(images/kopf.jpg) no-repeat;
}
#Links {
  float: left;
  margin-left: 15px;
  margin-top: 150px;
  width: 243px;
  font: 16px comic sans ms;
  color: #000000

}
#Menu {
  background: #dfe8f8;
}
#Menu ul {
  margin-right: 5px;
  padding-right: 1px;
  padding-bottom: 5px;
  background: #dfe8f8;
  
}
#Menu li {
  list-style: none;
  font: 16px verdana, sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  background: 6px url(images/point-gelb.gif) no-repeat;
  padding: 20px 0 0 30px;
}
#Menu a {
  color: #000000;
  text-decoration: none;
  padding-right: 1px;
  display: block;
  width: 100%;
  padding: 2px 0 15px 8px;
}
#Menu a:hover {
  text-decoration: none;
  color: #82aef5;
  background: none;
}
#Menu .important {
  border: none;
  background: 6px url(images/point-blau.gif) no-repeat;
}
#Menu .important a {
  color: #82aef5;

}

#Menu .important a:hover {
  color: #82aef5;
  background: none;
}

#Rechts {
  float: right;
  width: 700px;
  padding-right: 33px;
  padding-top: 160px;
  font: 14px verdana, sans-serif;
  color: #000000
}
#Rechts h2 {
  font: 26px comic sans ms;
  color: #add4ff;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 0px solid #cccc9a;  
}
#Rechts h3 {
  font: 22px comic sans ms;
  color: #000000;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 2px dotted #82aef5;
}
#Rechts h4 {
  font: 20px verdana, sans-serif;
  color: #82aef5;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 0px solid #cccc9a;
}
#Rechts com {
  float: right;
  font: 14px comic sans ms;
  color: #f59626;
  font-variant: small-caps;
  font-weight: bold;
   
}
#Rechts form {
  margin-left: 200px
}
#Platzhalter {
  height: 1em;
}


#Fuss {
  background: url(images/fuss-bg.gif) repeat-y;
  weight: 1000px;
  height: 100px;
}
#Fuss-Text {
  text-align: left;
  padding: 50px 0px 30px 00px;
  font: 10px verdana, sans-serif;
  font-variant: small-caps;
  color: #726e6e;
  
}
#Ticker {
  text-align: right;
  font-size: 16px;
  color: #8a0e0e;
  margin-right: 10px
  

}



