a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
        line-height:14px;
	color: #000000;
	text-decoration: none;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
        line-height:14px;
	color: #000000;
	text-decoration: none;
}




a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
        line-height:14px;
	color: #900915;
	text-decoration: underline:#000000;
}

/*
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #900915;
	text-decoration: underline;
}
*/

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.normal, p, li, td {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #241818;
	text-decoration: none;
}

p, li{
  padding-bottom:1px;
}

.top, h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #900915;
	text-decoration: none;
	font-weight: bold;
}
.Button 
    {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif;
	 BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 78px; 
	 COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #ff9933;
    }

/* Änderungen für Optimierung */

a{
  border-bottom:1px dashed #000000;
}

#menu a{
  border:0;
}

#menu a.aktiv{
  font-weight: bold;
  font-size: 12px;
  color: #900915;
}

html, body {height: 100%;}

body{
  background:url(../images/bodyHg.png) top left repeat-y;
  background-color:#FF8C00;
  margin: 0;
  padding: 0;
}

#seite{
  min-height:100%;
  position:relative;
  padding-bottom:100px;
}

* html #seite{
   height:100%;
}

#footer{
  position:absolute;
  left:317px;
  bottom:0px;
  height:90px;
  padding-top:50px;
}

#pl{
  position:absolute;
  right: 5px;
  bottom:0px;
  height:75px;
  padding-top:50px;
}


#footer p, #footer h1{
  margin:0;
}

#loco a{
  border:0;
}



