/*
Breite: 1024px
Böhe: 753px
*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height:100%;
}

body {
  font:11pt Frutiger,Helvetica,Arial,sans-serif;  
  text-align:center; /* horizontal centering for IE Win quirks */
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration:none;
  color:#969696;
}


#distance { 
  width:1px;
  height:50%;
  background-color:#fc6;
  margin-bottom:-370px; /* half container height */
  float:left;
}


#containerout {
  margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align:left;
  width:1024px;
  height:753px;
  clear:left;
}

#edgeTL {
  position:absolute;
  top:0px;
  left:0px;
  width:15px;
  height:15px;
  border-top:1px solid #ff6600;
  border-left:1px solid #ff6600;
}

#edgeTR {
  position:absolute;
  top:0px;
  right:0px;
  width:15px;
  height:15px;
  border-top:1px solid #ff6600;
  border-right:1px solid #ff6600;
}

#edgeBL {
  position:absolute;
  bottom:0px;
  left:0px;
  width:15px;
  height:15px;
  border-bottom:1px solid #ff6600;
  border-left:1px solid #ff6600;
}

#edgeBR {
  position:absolute;
  bottom:0px;
  right:0px;
  width:15px;
  height:15px;
  border-bottom:1px solid #ff6600;
  border-right:1px solid #ff6600;
}

#container {
  margin:0;
  padding:0;
  position:relative;
  top:45px;
  left:60px;
  width:904px;
  height:663px;
  background:#ffffff;
}

li { 
  display: block; 
  list-style:none; 
}

#logo {
  position:absolute;
  width:195px;
  height:55px;
}

#logo img {
  border:0 none;
}

#address {
  position:absolute;
  top:130px;
  display:inline;
  width:160px;
  text-align:right;
  border-top:1px solid #ff6600;
  border-bottom:1px solid #ff6600;
}

#address div {
  padding-top:4px;
  color:#000000;
  font-size:9pt;
  white-space:nowrap;
  font-weight:bold;
}

#address a {
  color:#000000;
  font-weight:bold;
}

#navTop {
  position:absolute;
  left:175px;
  top:100px;
  width:729px;
  border:0 none;
  font-size:11pt;
}

#navTop #navPortalImpressum {
  padding:3px 0;
}

/* MISSING: lis verteilt auf ganze breite */
#navTop li {
  float:left;
  height:20px;
  padding:3px 95px 3px 0px;  
  font-weight:normal;
}

.selected a {
  color:black;
}

#navLeft {
  position:absolute; 
  bottom:80px;
  width:160px;
  font-weight:normal;
}

#navLeft li {
  text-align:right;
  height:21px;
}

#navLeftHeader {
  border-bottom:1px solid #ff6600;
}

#navLeft #navLeftSpace {
  height:10px;
}

#rec {
  position:absolute;
  bottom:0;
  left:6px;
  width:160px;
  height:10px;
}

#rec div {
  width:8px;
  height:8px;
  top:0;
  font-size:1px;
}

#rec .next {
  position:absolute;
  background-color:#ff6600;
  border:1px solid #ff6600;
}

#rec .selected {
  width:10px;
  height:10px;
  position:absolute;
  background-color:black;
  background-image:url(image/navcurrent.gif);
}

#rec .none {
  position:absolute;
  background-color:white;
  border:1px solid black;
}

#recTitle {
  position:absolute;
  bottom:15px;
  left:0;
  width:160px;
  height:20px;
  text-align:right;
  color:#969696;
}

#contentout {
  font-family:Courir,'Times New Roman',Times,Georgia,serif;
  position:absolute;
  top:130px;
  left:175px;
  width:729px;
  height:533px;  
  background-color:#ff6600;
  border:0 none;
}

#content {
  padding: 20px;
}

/* Eigenschaften von Links im Content Bereich */
#content a, #content a:link, #content a:visited, #content a:focus, #content a:active {
  color:#fcd9c2;
font-style:italic
}

/* Eigenschaften von Links beim Drüberfahren im Content Bereich */
#content a:hover {
  color:#969696;
}

  
}