
*{
  margin:       0;
  padding:      0;
}

html {
  overflow:           hidden;
}
body{
  background-color:   #808080;
  font-family:        Verdana, Arial;
  font-size:          11px;
}

#content{
  width:              1000px;
  height:             320px;
  margin:             -160px 0 0 -500px;
  background-image:   url(../../images/background.png);
  background-repeat:  no-repeat;
  position:           absolute;
  top:                50%;
  left:               50%;

}

#name{
  position:           absolute;
  left:               30px;
  bottom:             20px;
  font-weight:        bold;
  font-size:          7px;
}

#name a{
  text-decoration:    none;
  color:              #000000;
}

#name a:hover{
  text-decoration:    none;
  color:              #990000;
}

#portrait{
  width:              453px;
  height:             260px;
  background-image:   url(../../images/grabsdorf-gerhard.png);
  position:           absolute;
  right:              30px;
  bottom:             30px;
  display:            none;
}

#SlideGallery{
  display:            none;
  width:              463px;
  height:             260px;
  position:           absolute;
  right:              20px;
  /*left:               520px;*/
  _left:              290px;
  bottom:             30px;
  text-align:         center;
}

#newsRight{
  width:              463px;
  height:             260px;
  position:           absolute;
  right:              20px;
  _left:              520px;
  bottom:             30px;
  text-align:         left;
}

#newsRight h1{
  font-size:          13px;
  margin-bottom:      10px;
}



#topnav{
  position:           absolute;
  left:               30px;
  top:                15px;
  color:              #000000;
  text-decoration:    none;
}

#scndnav{
  position:           absolute;
  left:               515px;
  bottom:             10px;
  color:              #000000;
  text-decoration:    none;
}

#content-left{
  position:           absolute;
  left:               30px;
  top:                50px;
  width:              453px;
  height:             210px;
}

#content-left h1{
  font-size:          13px;
  margin-bottom:      10px;
}

#content-left h2{
  font-size:          11px;
  margin-top:         10px;
  margin-bottom:      10px;
}
p.lower{
  text-transform:     lowercase;
}

img.mailimg{
  margin-bottom:       -2px;
}

ul{
  margin-left:          15px;
  list-style-type:      square;
}

