/* { border: 1px solid red; } */

BODY {
  font-size: 10pt;
  font-family: helvetica, arial, sans-serif;
  background-color: #FFF;
  color: #333;
}

H1 {
  font-size: 12pt;
}

H2 {
  font-size: 14pt;
}

TH {
  white-space: nowrap;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
} /*tablehead */

A:link {
  font-weight:bold;
  color:#333;
}

A:visited {
  font-weight:bold;
  color:#E92;
}


#page {
   position: absolute;
   left: 50%;
   margin-left: -350px;
   width: 700px;
   background-color: #FFF;
   color: #333;
   top: 10px;
   /* horizontale Zentrierung:
   top: 50%;
   margin-top: -235px;
   height: 470px;
   border: 1px solid green; */
}

#kopf {
  position: absolute;
  top: 0px;
  width: 700px;
  height: 160px;
}

#logo {
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0px;
}

#main {
  position: absolute;
  top: 170px;
  width: 700px;
}

#main_rechts,
#main_links {
  width: 325px;
}

#main_rechts {
  margin-left: 375px;
}

#main_links {
  float: left;
}

.inv {
  display: none;
  visibility: hidden;
}

#menue {
  font-size: 12pt;
  font-weight: bold;
  position: absolute;
  bottom: -30px;
  left: 0px;
  display: inline;
  width:550px;
}

#menue ul {
  list-style-type: none;
  display: inline;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

#menue li {
	width: 90px;
	height: 69px;
}

#menue A {
	display: block;
	width: 90px;
	height: 44px;
	padding-top: 25px;
	text-decoration: none;
}

#menue A:visited SPAN,
#menue A:link SPAN {
	visibility: hidden;
}

#menue A:hover SPAN {
	visibility: visible;
}

#menue A:hover {
	display: block;
	background-color: #FFF;
	color: #333;
}

#li_haus {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ikone/haus.jpg);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#li_person {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ikone/person.jpg);
  position: absolute;
  bottom: 0px;
  left: 100px;
}

#li_buch {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ikone/buch.jpg);
  position: absolute;
  bottom: 0px;
  left: 200px;
}

#li_brief {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ikone/brief.jpg);
  position: absolute;
  bottom: 0px;
  left: 300px;
}

#li_video {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/ikone/video.jpg);
  position: absolute;
  bottom: 0px;
  left: 460px;
}

#CC {
  position: absolute;
  right: -40px;
  font-size: 8pt;
  padding-top: 10px;
}

#CC :link {
  font-weight:normal;
  color: #333;
  background-color: #FFF;
}

#CC :visited {
  font-weight:normal;
  color: #000;
  background-color: #FFF;
}

#CC ul {
  display: inline;
  list-style-type: none;
  position: relative;
  left: -40px;
}

#CC li {
  display: inline;
}


