@charset "UTF-8";
@import url("reset.css");
@import url("main_menu.css");
@import url("fonts/linlibertinefonts.css");
body {
  font-family: LinBiolinumRegular, Arial, sans;
  line-height: 120%;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #c3e1ff;
}
a {
  text-decoration: none;
  color: blue;
}
a:hover {
  color: #8080fb;
}
#header {
  margin-top: 5px;
  padding-bottom: 50px;
  height: 250px;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}
#title {
  position: relative;
  top: 12px; 
}
#name {
  font-family: LinLibertineBold, "Times Roman", serif;
  display: inline;
  font-size: 3em;
  font-variant: small-caps;
  color: #0c0c0c;
  border-right: 1px solid #0c0809;
}
#motto {
  font-family: LinLibertineItalic, "Times Roman", serif;
  margin-top: 20px;
  display: inline;
  font-size: 1.5em;
  color: white;
  vertical-align: baseline;
}
#sizer {
  font-family: LinBiolinumRegular, Arial, sans;
  position: relative;
  text-align: right;
  top: -3px;
  left: -60px;
  width: 0px;
  float: left;
}
#imgtext {
  font-family: LinBiolinumItalic, Arial, sans;
  clear: both;
  position: relative;
  text-align: right;
  font-size: 24px;
  top: -80px;
  right: 20px;
}
#sizer ol {
  width: 60px;
}
#sizer ol li a {
  display: block;
  text-decoration: none;
}
#sizer ol li.s8 {
  font-size: 0.8em;
}
#sizer ol li.s10 {
  font-size: 1em;
}
#sizer ol li.s12 {
  font-size: 1.2em;
}
#sizer ol li.s14 {
  font-size: 1.4em;
}
#sizer ol li.s16 {
  font-size: 1.6em;
}
#sizer ol li.active a {
  line-height: 24pt;
  color: #000;
  background: url("/sizer/inactive.png") no-repeat right;
} 
#sizer ol li.inactive a {
  line-height: 24pt;
  color: #fff;
  background: url("/sizer/inactive.png") no-repeat right;
}
#sizer ol li a:hover {
  color: #ccc;
  line-height: 24pt;
  background: url("/sizer/active.png") no-repeat right;
}
/*
.rot-90 {
  rotate text by -90 degrees:
  snook.ca/archives/html_and_css/css-text-rotation
  tested for mozilla on linux
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransformMicrosoft.BasicImage(rotation=3);
}
*/
#wrapper {
  position: relative;
  top: -100px;
}
#left {
  width: 700px;
  margin-top: 50px;
  background: #c3ffe1;
}
#left p.adress {
  padding-top: 5px;
  padding-left: 60px;
}
#left .map {
  padding-top: 5px;
}
.i {
  font-family: LinBiolinumItalic, Arial, sans;
}
.invisible {
  display: none;
}
.box {
  clear: left;
  padding-bottom: 5px;
}
.box .title {
  font-family: LinBiolinumRegular, Arial, sans;
  font-size: 24pt;
  line-height: 40px;
  padding-left: 18pt;
  color: white;
  background: url("nav/nav_bg.png");
}
.box .content {
}
.box .content .img {
  float: left;
  margin-top: -1px;
  margin-left: 4px;
}
.box .content .icon {
  float: left;
  margin-left: 4px;
}
.box .content .img + .text {
  padding-left: 420px;
}
.box .content .icon + .text {
  padding-left: 84px;
}
.box .content .text {
  margin: 5px;
}
.box .content .img + .text .head {
  width: 258px;
  background: #c3ffff;
  border: 1px solid #ccc;
}
.box .content .img + .text .para {
  width: 258px; 
  padding: 5px;
  border: 1px solid white;
  margin-bottom: 5px;
}
.box .content .text .head {
  font-family: LinBiolinumBold, Arial, sans;
  font-size: 1.2em;
  padding: 5px;
  background: #c3ffff;
  border: 1px solid #ccc;
}
.box .content .text .para {
  padding: 5px;
  border: 1px solid white;
  margin-top: 2px;
  margin-bottom: 5px;
}
.box .foot {
  clear: left;
}
.box .content table.table {
  width: 99%;
  margin: 5px;
  border-collapse: collapse;
}
.box .content table.table td {
  width: 50%;
  border: 1px solid #808080;
  vertical-align: middle;
  background-color: #ff9;
  padding: 5px;
}
.box .content table.home {
  width: 99%;
  margin: 5px;
  border: none;
}
.box .content table.home td {
  vertical-align: middle;
  width: 50%;
}
.para .img_small {
  float: left;
}
.location {
  padding-left: 10px;
}
.lastupdate {
  font-size: 0.8em;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
#right {
/*next 3 lines for equal length columns*/
  position: absolute;
  left: 724px;
  height: 100%;
  float: right;
  width: 300px;
  background: #c3ffe1;
}
#right ul + li {
  padding-bottom: 3px;
  padding-top: 3px;
}
#right ul.linklist {
  font-family: LinBiolinumRegular, Arial, sans;
  position: relative;
}
#right ul.linklist a {
  display: block;
  text-decoration: none;
  color: blue;
  line-height: 30px;
  margin-right: 5px;
  padding-left: 40px;
  background: url("/bilder/_30_green_button.png") no-repeat top left;
}
#right ul.linklist a:hover {
  background: url("/bilder/_30_double_arrow_button.png") no-repeat top left;
}
#right ul.linklist a.active {
  background: url("/bilder/_30_arrow_button.png") no-repeat top left;
}
#right ul.linklist a.yes {
  display: none;
}
#right ul.linklist a.active:hover {
  background: url("/bilder/_30_double_arrow_button.png") no-repeat top left;
}
#footer {
  font-family: LinBiolinumRegular, Arial, sans;
  margin-top: 5px;
  clear: both;
  line-height: 32px;
  text-align: center;
  font-size: 1em;
  font-variant: small-caps;
  letter-spacing: 2px;
  background: #c3ffe1;
  position: relative;
  top: -95px;
}
#valid {
  display: inline;
}
.no {
  margin-left: 20px;
}
.left {
  float: left;
  width: 99%;
  text-align: left;
}
.center {
  float: left;
  width: 99%;
  text-align: center;
}
.indent {
  margin-left: 15px;
}
.right {
  float: right;
  width: 14%;
  text-align: right;
}
.space {
  line-height: 24px;
}
#left a {
  text-decoration: none;
}
#left a:hover {
  /* ggf. in umgebung/nasa.css korrigieren durch 
  background: none;
  text-decoration: none;
  */
  color: #8080fb;
  text-decoration: none;
}
ul.list {
  padding-left: 20px;
  list-style: square;
}
ul.sublist {
  padding-left: 20px;
  list-style: circle;
}
.postmaster {
  vertical-align: baseline;
}
#overlay {
  width: 30px;
  opacity: 0.7;
}
#mapid {
  width: 100%;
  height: 400px;
}
