body {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background-color:#cccc99;
  font-family:arial,helvetica,sans-serif;
  color:black;
  background-image:url('images/background.png');
  background-repeat:repeat-y;
}

a { color:black; }
a:hover { color:black; }
a:visited { color:black; }
a:active { color:black; }

#kopf {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:80px;
  float: right;
  background-color:#999966;
  background-image:url('images/milan.png');
  repeat: norepeat;
  z-index:2;
}

#menu {
  background-color:#999966;
  position:relative;
  float:left;	
  top:80px;
  left:0px;
  padding-right:15px;
  width:185px;
}

#inhalt {
  padding-left:235px;
  padding-top:100px;
  padding-bottom:80px;
  padding-right:30px;
  font-size:10pt;
}

#fusz {
  background-color:#999966;
  position:fixed;
  bottom:0px;
  height:20px;
  width:100%;
  left:0px;
  background-image:url('images/streifen.gif');
  background-repeat:repeat-x;
  background-position:left 10px;
  padding-top:25px;
  padding-bottom:5px;
  text-align:right;
  z-index:2;
}

#fusz a {
  padding-right:20px;
  text-decoration:none;
}

#menu ul {
  list-style-type:none;
  padding-left:20px;
  margin-top:0px;
}

#menu ul ul {
  font-size:9pt;
}

#menu ul li {
  margin-top:7px;
}

#menu ul ul li {
  margin-top:7px;
}

#menu li > a {
  text-decoration:none;
}

#inhalt h1 {
  text-align:right;
}

#inhalt img {
  float:right;
  padding-left:10px;
}

#inhalt p {
}

#inhalt p:first-letter {
  font-size:120%;
}

#fake{
padding-bottom:80px;
}

.bildersteuerung {
  text-align:center;
  margin-top:20px;
}

.bildersteuerung a {
  padding-top:20px;
}

.bildersteuerung span {
}

* html #fusz {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  clear:both;
  background-color:#cccc99;
}

* html #menu {

  position:relative;
  top:0px;
  left:0px;
  float:left;
  padding-bottom:0px;
}

* html #kopf {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
}

* html #inhalt {
  position:relative;
  top:0px;
  left:10px;
  padding-top:1px;
}

* html #fake {
  background-image:url('images/background.png');
  background-repeat:repeat-y;
}

* html body {
  background-image:none;
}

* html ul{
	float:right;
}

* html #menu li a { 

text-decoration:none; 
}


* html #menu ul li{
	  width:90px;
}

