@charset "utf-8";
/**
* Homepage Klaus Behrens
*
* @link http://www.KlausBehrens.de
* @package Klaus
* @version 1.0
*/

/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
* Schriftgröße kontrollieren
*/
body, td, th { font: normal 75%/167% Verdana, Arial; }
td, th { f\ont-size: 100%; }

/* Farben und Hintergründe setzen */
html, body {
  color: #3b2b20;
  background-color: #dbdbdb;
}
/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1 {
  color: black;
  font-size: 3em;
  line-height: 0.8;
  margin: 0 0;
	background-color: transparent;
}
h2 {
	color: black;
	font-size: 1.5em;
	font-family: cursive;
	line-height: 1.2;
	background-color: transparent;
}

h3 {
	color: #0062FF;
	font-size: 1.2em;
	font-family: cursive;
	line-height: 1;
	background-color: transparent;
}

h4 {
	color: black;
	font-size: 1em;
	font-family: cursive;
	line-height: 0.7;
	background-color: transparent;
}
/**
 * @section Bilder
 */
 img { vertical-align: bottom; }
 
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }


/**
 * @section Links und Anker
 */
a:link {
  color: #0062FF;
  background-color: transparent;
}
a:visited {
  color: #999;
  background-color: transparent;
}
a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
}
a:active {
  color: white;
  background-color: #980c02;
}

