@import "website.css";

#farbe {
	clear: both;
	margin-left: 5px;
	width: 800px;
	height: 10px;
	background: #EDA919;
}

A {
  color: #666666;
  text-decoration: underline;
}

A:hover {
  color: #EDA919;
  text-decoration: underline;
}

#hdl {
	font-size: 15pt;
	padding-top: 20px;
	color: #EDA919;
	letter-spacing: 0.01em;
	line-height: 2;
}

#kopfbild {
  clear: both;
  margin-left: 5px;
  width: 800px;
  height: 135px;
  border-bottom: 20px solid #FFFFFF;
  background: url("/fileadmin/template/img/bild.jpg");
}

.mnu {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  border-top: 1px solid #FFFFFF;
  color: #EDA919;
  text-decoration: none;  
  font-weight: bold;
  text-transform:uppercase;	
}

.mnu:hover {
  background: #FBEED1;
  color: #EDA919;
  text-decoration: none;
}

.act {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  border-top: 1px solid #FFFFFF;
  background: #FBEED1;
  color: #EDA919;
  text-decoration: none;  
  font-weight: bold;
  text-transform:uppercase;	
}

.act:hover {
  color: #EDA919;
  text-decoration: none;
}

#box H1 {
  font-size: 8pt;
  font-weight: bold;
  color: #EDA919;
  text-transform:uppercase;  
}

#fs_inhalt H1 {
  font-size: 8pt;
  font-weight: bold;
  color: #EDA919;
  margin-top: 0;
}

.important {
  color: #EDA919;
  font-weight: bold;
}