@charset "utf-8";
/**
 * Fotostudio Mauksch
 *
 * @link	http://fotomauksch.de
 * @package	
 * @version	1.0
 */

/**
 * Globale Einstellungen und Bugfixes
 *
 * @section Browser-Reset
 */

/* Zurücksetzen */
* {
  margin: 0;
  padding: 0;
  }
/* ------------------------------------------------------------------------ */


/* Farben und Hintergründe setzen */
html, body {
  color: rgb(100, 100, 100);
  background-color: white; 
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  text-decortaion: none;
  }
/* ------------------------------------------------------------------------ */
div#hd {
  background: url(front_hd.jpg) center no-repeat;
  height: 140px;
  width; 1000px;
  margin: 0% 0% 0% 0%;
}
/* Inhalt 
---------------------------------------------------------------- */

div#haupttext {
  background: url(front_bd.jpg) center no-repeat;
  
  height: 314px;
  width; 1000px;

}


div#abc {
position:absolute;
}

div#bildauswahl table {

margin: 45px 0px 0% 0%;

margin-left: 68px;


}

a.smallpic {
  display:block;
}
a.smallpic img {
  border: 0px solid #cccccc; 
  padding: 10px;

  
}

a.smallpic:hover img {
  border: hidden;     

}


a.smallpic span {
  position: absolute;
  bottom: 0px;
  left: 345px;
  background: no;
 
  

  visibility: hidden;
  text-decoration: none;
}  
a.smallpic span img {
  border-width: 0px; padding: 0px;
}


a.smallpic:hover span {
  visibility: visible;
  z-index: 50;
}


div#bildauswahl { }

.cleaner {
    clear:both;
}



/* Menue */

div#menue {  
  clear: left;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: url(front_ft.jpg) center no-repeat;
  height: 128px;
  width; 1000px;
  
  }
a:link {
  text-decoration: none;
  color: rgb(100, 100, 100);
  background-color: transparent;
}
a:visited {
  color: rgb(100, 100, 100);
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
}
a:active strong{
  color: #FF7700;
  background-color: #980c02;
}

#menue ul li {

  margin: 0% 1.5% 0 0;
  padding: 2% 0% 0% 0%;
  display: inline;
  }  

#menue ul {

  padding: 7% 0% 0% 0%;
  }  

div#footer {
  text-align: right;
  margin: 0% 26px 0% 0%;
}

