        @charset "utf-8";


/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}
/**
* Schriftgröße kontrollieren
*/

body, td, th {
  font: normal 12pt Arial, sans-serif;
}
td, th {
  f\ont-size: 10pt;
}

 body {
  font-family: @Arial Unicode MS;

  font-size: 10pt;
  color: #4F4F4F;

}

h1 {
 font-family: @Arial Unicode MS;
 font-size: 16pt;
 color: #000000;
}



 /**
* @section Links und Anker
*/
 /**
* a:link.Farbe link
*/
a:link {
  color: #7F7F7F;
  background-color:transparent;
}
a:visited {
  color: #999;
  background-color: transparent;
}
a:hover, a:focus {
  color: #C0FF00;
  background-color: transparent;
}
a:active {
  color: white;

}

 /**
* @section Hauptmenü
*/
#head ul {
  position: absolute;
  top:30px;
  bottom: 100;
  left: 150px;
}

 #head ul li {
  float: left;
  list-style: none;
  margin: 0 8px 0 0;
}
 /**
* FarbeSchalter
*/

 #head ul a,
#head ul strong {
  color: #352545;
  background:#AFAFAF  bottom left repeat-x;
  display: block;
  padding: 1px;
  font-family: @Arial Unicode MS;
 font-size: 10px;
   text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
  color: white;
  background: #DDE18C  bottom left repeat-x;
}




div#head {
 width: 800px;
 height:30px;
 margin: auto;
 background-color: #FFFFFF;
}




#color {
position: absolute;
z-index: 1;
top:160px;
left:150px;
 background-color: #FFFFFF;
}

#color2 {
position: absolute;
z-index: 1;
top:180px;
left:350px;
 background-color: #FFFFFF;
}


#kleinere_color {
font-family: @Arial Unicode MS;
position: absolute;
height:40px;
z-index: 6;
top:80px;
left:150px;
 background-color: #FFFFFF;
}




/* content */

   div#content {

 width: 800px;
 margin-left:150px;
   padding-top: 40px;
 background-color: #FFFFFF;
}
#content h1 { padding-top: 40; }

 #content img {
  float: left;
  margin: .5em .5em .5em 0;
}



/*contact*/

   div#contact{
 width: 800px;
 margin-left:150px;
   padding-top: 60px;
 background-color: #FFFFFF;

#contact h1 { padding-top: 40; }

 #contact img {
  float: left;
  margin: .5em .5em .5em 0;
}

}







/* Bilder */

   div#Bilder{
 width: 800px;
 margin-left:150px;
   padding-top: 60px;
 background-color: #FFFFFF;

#Bilder h1 { padding-top: 40; }

 #Bilder img {
  float: left;
  margin: .5em .5em .5em 0;
}

}


/* Bilder2 */

   div#Bilder2{
 width: 100%;

   padding-top:300px;
 background-color: #FFFFFF;

#Bilder h1 { padding-top: 40; }

 #Bilder img {
  float: left;
  margin: .5em .5em .5em 0;
}

}


div#text
{position: relative;
  float: left;
  margin-left:150px;

top:100px;}




div#footer
{position: relative;
  float: left;
  margin-left:150px;

top:150px;}