* {
margin: 0;
padding: 0;
}

html {
background: #B6B6B6;
color: #FFFFFF;
font: normal 70%/1.1 verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
font-family: georgia, serif;
font-weight: normal;
}

h1 {
background: url(images/head.jpg);
border-bottom: 3px solid;
font-size: 4em;
height: 130px; /* nur IE 5.x */
height/**/:/**/ 40px;
line-height: .9em;
padding: 90px 0 0;
text-indent: .1em;
text-transform: uppercase;
width: 750px;
}

h2 {
font-size: 1.8em;
text-align: left;
font-weight: normal;
}

h3 {
font-size: 2.2em;
}

h4 {
font-size: 1.1em;
text-align: left;
font-weight: normal;
}

p {
margin: .7em 0;
}

div#haupt {
background: url(images/hintergrund.gif) top right repeat-y;
border-bottom: 3px solid;
overflow: hidden;
width: 750px;
}

div#haupt div {
float: left;
padding: 10px;
}

div#inhalt {
width: 548px; /* nur IE 5.x */
width/**/:/**/ 528px;
}

div#kommentare {
width: 202px; /* nur IE 5.x */
width/**/:/**/ 182px;
}

div#info {
margin: 1.3em 0;
padding: .35em 2.5em !important;
}

div#navi {
	text-align: right;
}

a {
color: #FFFFFF;
}
/*------------------------------------------------------------------------------------------------------*/

 /**
  * @section clearing methods
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none }

 /*------------------------------------------------------------------------------------------------------*/


