/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

a img {
  border: none;
}

img {
  border: none;
}

p  {font-family:"Verdana";font-weight:normal;color:#000000;text-align:left;margin-bottom:10px;}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body
{
 font-family:Verdana;
 font-size:12px;
 line-height: 16px;
 background-color:#ffffff;
 }

a
{
  font-weight:normal;
  color:#c5c6c9;
  font-size:14px;
  text-decoration:none;
}

a:hover
{
  font-weight:normal;
  color:#000000 !important;
  font-size:14px;
}

a:active
{
  font-weight:normal;
  color:#000000;
  font-size:14px;
}

a:visited
{
  font-weight:normal;
  color:#c5c6c9;
  font-size:14px;
}

a:link
{
  font-weight:normal;
  color:#c5c6c9;
  font-size:14px;
  text-decoration:none;
}


/*------------------- LAYOUT ---------------------
---------------------------------------------------*/

/* Der Container */
#container {
  width:1135px;
  height:600px;
  margin: 75px auto;
  background-image:url(pix/hg.jpg);
  background-color:#ffffff;
}


/* Der Wrapper */
#wrapper {
width: 700px;
height: 500px;
position:absolute;
top: 75px;
}

/* Die Navigation */
#nav01 {
  width: 630px;
  height: 30px;
  position: relative;
  left: 73px;
  top: 45px;
  padding-left: 13px;
  padding-top: 15px;
}

#nav01 ul {
list-style-type: none;}

#nav01 li {
font-size: 14px;
display: inline;
}

.nav01 {
padding-right: 55px;
}

.nav_over {
color: #000000 !important;
padding-right: 55px;
}

.nav_over02 {
color: #000000 !important;
}

#nav02 {
  width: 300px;
  height: 30px;
  position: relative;
  left: 407px;
  top: 530px;
  padding-left: 13px;
  padding-top: 15px;
  text-align: right;
}

#nav02 ul {
list-style-type: none;}

#nav02 li {
font-size: 14px;
display: inline;
}

.nav02 {
padding-right: 45px;
}

.nav_over_unten {
padding-right: 45px;
color: #000000 !important;
}

/* Die Fotos */
#fotoleiste {
width: 32px;
height: 475px;
position: relative;
top: -13px;
margin-left: 5px;
}

#foto {
width: 620px;
height: 430px;
position:relative;
top: -430px;
left: 77px;
}

/* Das Impressum */
#impr {
width: 600px;
height: 430px;
background-image:url(pix/hg_impr.jpg);
position:relative;
top: -430px;
left: 85px;
}

.impr {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #c2c4c6;
}

.person {
margin-left: 230px;
font-size: 9px;
color: #c2c4c6;
}

/* Der Kontakt */
#contact {
width: 600px;
height: 430px;
background-image:url(pix/hg_contact.jpg);
position:relative;
top: -430px;
left: 85px;
}

.contact {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #c2c4c6;
}

/* Die News */
#news {
width: 600px;
height: 430px;
background-image:url(pix/hg_news.jpg);
position:relative;
top: -430px;
left: 85px;
}
