@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(KBS_Logo_head.jpg) no-repeat;
  height: 120px;
  width: 1024px;
  margin: 0% 0% 0% 0%;
}

div#hd_side {
  background: url(head_side2.jpg) repeat;
  height: 120px;
}
div#Balken {
  background: url(Balken_U.jpg) no-repeat;
  height: 20px;
}
div#Balken_U {
  background: url(Balken_U2.jpg) repeat;
  height: 20px;
}




/* Inhalt */

div#content1 {
  font-size: 0.75em;
  width: 720px;
  line-height: 1.5em;
  text-align: justify;
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 27px;
float:left;

}




/* Menue */

div#menue {  
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 20px;
  width: 1024px;


  
  }
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: #0144ba;
  background-color: transparent;
}
a:active strong{
  color: #0144ba;
  background-color: #980c02;
}



#menue ul li {

  margin: 0% 0% 0% 0%;
  padding: 0% 2.0% 0% 2.0%;
  display: inline;
  }  

#menue ul {
  padding: 1.2% 0% 0% 0%;
  }  

div#Rahmen {
  border-width: 1px;
  height: 500px;
  border-style: solid;
  border-color: rgb(100, 100, 100);
  padding: 3.0em;
  text-align: justify;
  font-size: 0.75em;
  text-align: left;
  line-height: 2.0em;
  font-weight: bold;

float:left;
}
