* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
}

body {
  background-color: #eeb;
  font:11pt sans-serif;
}

h5 {
  text-align: left;
  font-size: 11pt;
  margin:1em 0;
  }

p {
  margin:0.5em 0;
/*  text-indent:1em;*/
}

a {
  color: #68a;
  text-decoration: none;
}

a:hover {color: #468;}

ul {
  list-style-position: inside;
}

/* Vertikale und horizontal Zentrierung durch #distance und #container */
#distance {
  width: 1px;
  height: 50%;
  background-color: #fc6;
  margin-bottom: -280px; /* half of container's height */
  float: left;
}

#container {
  margin: 0 auto;
  position: relative; /* puts container in front of distance */
  text-align: left;
  height: 560px;
  width: 795px;
  clear: left;
}

/* Für Layout: Box mit abgerundeten Ecken */
.layout_ro {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/layout_ro.gif) top right no-repeat;
}

.layout_lo {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/layout_lo.gif) top left no-repeat;
}

.layout_ru {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/layout_ru.gif) bottom right no-repeat;
}

.layout_lu {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/layout_lu.gif) bottom left no-repeat;
}

.layout_inhalt {
  margin: 0;
  vertical-align: middle;
  padding: 5px 15px 9px 7px;
}

#logo_links {
  position: absolute;
  top:40px;
  left:15px;
}

#logo_rechts {
  position: absolute;
  top:40px;
  right:25px;
}

#titel {
  margin: 30px 120px;   /* Links ist das Logo mit 70 Pixeln! */
  height:70px;
  text-align: center;
  vertical-align: middle;
  font: italic 25pt serif;
  color: #ccc;
}

/* Für Titel: Box mit abgerundeten Ecken */
.titel_ro {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/titel_ro.gif) top right no-repeat;
}

.titel_lo {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/titel_lo.gif) top left no-repeat;
}

.titel_ru {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/titel_ru.gif) bottom right no-repeat;
}

.titel_lu {
/*  width: 100%;*/
  height:100%;
  background: url(bilder/titel_lu.gif) bottom left no-repeat;
}

.titel_inhalt {
/*  width:100%;*/
  min-height: 20px;
  vertical-align: middle;
  padding: 13px 20px 9px 7px;
}

h4 {
  margin: 20px 50px;
  text-align:center;
  font-style:italic;
  font-size:13pt;
}

.nav {
  text-align: center;
  vertical-align: middle;
  font: bold 13pt sans-serif;
  height: 30px;
  margin: 10px 70px;
}

.nav a {
  margin:0 30px;
  color: #aaa;
}

.nav a:hover {
  color: #68a;
}

#gewaehlt {
  color: #68a;
}

.tbl_kontakt {
  margin:2em auto;
  width:50%;
  border:0;
}

.tbl_kontakt th {
  padding:0 0.5em;
  font-weight: bold;
  text-align: right;
  vertical-align:top;
  width:50%;
}

h3 {
  margin: 1em auto;
  text-align: center;
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
  width: 450px;

}

.inhalt_links p {
  text-align: center;
  margin: 1em;
}

.inhalt {
  overflow: hidden;
  height:335px;
  margin:15px 4em;
  padding:0 0.5em;
}

#inhalt_scrollbar {
  overflow-x:hidden;
  overflow-y:auto;
  border-width:1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #eee;
}

.copyright {
  font:8pt sans-serif;
  position:absolute;
  bottom:0;
  right:0;
  padding:0 15px 11px 0;
}
