body
{
  background-color:rgb(255,252,198);
  background-image:url('htgb.png');
  background-repeat:repeat-x;
  color:rgb(22,22,22);
  margin: 0;
  padding: 0;
  font-family: Georgia;
  font-size:14px;
  text-align: left;
}

a
{
 text-decoration:none;
}

img
{
 border:none;
}

.hauptbereich
{
  background-color:rgb(255,255,255);
  border:7px solid rgb(255,201,36);

  -webkit-box-shadow: #666 0px 0px 8px;
  -moz-box-shadow: #666 0px 0px 8px;
   box-shadow: #666 0px 0px 8px;

  height:1217px;
  margin-bottom:35px;
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  width:1000px;
}

header
{
  background-image:url('kopf.png');
  background-color:rgb(255,255,255);
  height:120px;
  border-bottom: 7px solid rgb(255,201,36);
}

header h1
{
  position:relative;
  z-index:1;
  top:42px;
  left:40px;
  margin:0px;
  font-family: Georgia;
  font-size:32px;
  color:rgb(22,22,22);
  font-weight:normal;
  background-image:url('ht.png');
  border:1px solid rgb(255,255,255);
  width:450px;
  padding-left:14px;
}

nav
{
 background-color:rgb(255,255,185);
 float:left;
 height:1050px;
 width:200px;
}


nav ul
{

  margin-left: 0px; /* IE7 */
  margin-top:25px;
  padding:0px;
  width:250px;
}

nav ul li
{
  background-color:rgb(255,255,128);
  border-bottom: 1px solid rgb(255,255,255);
  border-right: 1px solid rgb(255,255,255);
  height:28px;
  list-style-type: none;
  padding: 0px;
  text-indent:10px;
  width:160px;
  margin-left:10px;
}

nav a
{
  color:rgb(22,22,22);
  display: block;
  font-family: Georgia;
  font-size:14px;
  line-height:28px;
  text-decoration:none;
}

a.navAktiv
{
  background-color:rgb(173,204,132);
  color:rgb(22,22,22);
  text-decoration:none;
}

nav a:hover
{
  background-color:rgb(255,255,66);
  color:rgb(22,22,22);
  text-decoration:none;
}

.wb
{
 background-color:rgb(255,255,255);
 float:right;
 height:1050px;
 width:200px;
}

.inhalt
{
 background-color:rgb(255,255,255);
 float:left;
 height:1050px;
 width:600px;
}

footer
{
 background-image:url('leiste.png');
 float:left;
 width:1000px;
 height:40px;
}

section, article, header, footer {
display: block;
}

p
{
  line-height: 20px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:0px;
  margin-top:10px;
  text-align:justify;
}

div.kasten
{
  background-image: url(hgKasten.png);
  color:rgb(22,22,22);
  font-size:14px;
  height:94px;
  line-height: 18px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  padding:10px;

          border-color: #e1e1e1;
      -webkit-box-shadow: #666 0px 0px 6px;
      -moz-box-shadow: #666 0px 0px 6px;
      box-shadow: #666 0px 0px 6px;

}

div.kasten img
{
  float:left;
  margin-right:10px;
  text-decoration:none;
}

div.kasten:hover
{
  background-image:none;
  background-color:rgb(255,255,66);
}

h1
{
  color:rgb(22,22,22);
  font-family: Georgia;
  font-size:18px;
  margin-left:10px;
  margin-top:15px;
  padding:0px;
}

footer a
{
  color:rgb(22,22,22);
  font-size:13px;
  line-height:40px;
  text-decoration:none;
  margin-left:13px;
}


footer span
{
  float:right;
  line-height:40px;
  margin-right:10px;
}
