﻿@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;
  
  


}

div#content1 {
  text-align: left;
  margin: 0% 0% 0% 80px;
  width: 260px;
    padding: 40px 0% 0% 0%;
float:left;

}

div#content2 {

  top:0px;
  margin: 0px 0% 0% 0px;

  padding: 0% 0% 0% 0%;
z-index: 20;

  
}

/* 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%;
}

