body {
    font: 10px/1.4 Verdana, Arial, sans-serif;
    background: #FFF;
}

body {
  margin: 0px;
  height: 100%;
  background: url("img/primbg.gif");
  background-repeat: repeat-y;
  background-position: right;
}

img {
    border: 0px;
}

a, a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #5E5E5E;
}

a:hover {
  text-decoration: underline;
}

h1 { 
  font-size: 16px;
  display: block;
  margin: 0px;
  padding: 0px;
  }
  
h2 { 
  font-size: 16px;
  display: block;
  margin: 0px;
  padding: 0px;
  }
  
h3 { 
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  color: #5e5e5e;
  }
  
.time { 
  font-size: 10px;
  font-weight: normal;
  }

h1, h2, h3, h4, h5, h6 {
    background: transparent;
    font-weight: bold;
}

#pagehead {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 96px;
}

.head1 {
    font-family: AudiSansExtCE-Roman,Verdana,sansserif;
    margin-top: 29px;
    margin-left: 20px;
}
.head2 {
    font-family: AudiSansExtCE-Roman,Verdana,sansserif;
    margin-left: 120px;
}

#pagelogo {
    position: absolute;
    top: 0px;
    right: 0px;
}
#darkgreybg {
    position: absolute;
    top: 167px;
    right: 0px;
    width: 140px;
  height: 241px;
  background-repeat: repeat-y;
    background: url("img/primbg.gif");
}
#whitebg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 96px;
    background: #FFF;
}
#primnav { 
    position: absolute;
    top: 174px;
    right: 0px;
    width: 140px;   
    color: #262626;
    z-index: 3;
}
.prima {
    font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;
    color: #262626;
    text-decoration: none;
}
.prima:hover {
    color: #FFF !important;
  text-decoration: none !important;
}
.prim img, .primCurr img {
  vertical-align: middle;
}
.primCurr {
  font-weight: bold;
    color: #FFF;
}

.jumpline { /* zeile mit 5x9 jumper vorne, gefolgt von einer oder mehreren textzeilen */
    margin-left: 14px;
    display: block;
}
.jumpline a {
    text-decoration: none;
    font-weight: bold;
    color: #5E5E5E;
}

.jumpline img {
    margin-left: -10px;
    margin-right: 5px;
  margin-top: 4px;
}

#grey1 { 
    position: absolute;
    top: 96px;
    height: 72px;
    width: 100%;
    background: #e1e1e1;
    border-bottom: 1px solid #FFF;
}
#grey2 { 
    position: relative;
    top: 168px;
    height: 240px;
    width: 100%;
    background: #E1E1E1;
    color: #666;
}
#deko1, #deko2, #deko3, #deko4 {
    position: absolute;
    background: #5E5E5E;
}
#deko1, #deko2 {
 height: 15px; 
}
#deko1, #deko3 {
 width: 319px;
}
#deko2, #deko4 {    
    left: 320px;
    width: 159px;
}
#deko3, #deko4 {
  top: 95px;
  height: 1px;
  line-height: 1px;
}

#content {
    position: absolute;
    top: 96px;
    width: 480px;
    background: #D7DBD3;
    border-bottom: 1px solid #FFF;  
}
#largepic {
    position: absolute;
    width: 319px;
    height:192px;
    left: 0px;
    top: 0px;
    border-right: 1px solid #FFF;
}

#smallpic { 
    position: absolute;
    width: 159px;
    height: 72px;
    left: 320px;
    top: 0px;
    z-index: 2;
    border-bottom: 1px solid #FFF;
}

#notebox { /* der kasten unterhalb des innenraumbildes */
    position: absolute; 
    width: 159px;
    height: 239px;
    left: 319px;
    top: 73px;
    z-index: 2;
    background: #D7DBD3;
  border-left: 1px solid #FFF;
}

#longtext {
    position: absolute; 
    width: 319px;
    left: 0px;
    top: 191px;
}

#listing {
    position: absolute; 
    width: 479px;
    left: 0px;
    top: 312px;
  background: #D7DBD3;
}

.margins5 {
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 5px;
}
.headtext {
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    height: 34px;
    background: #b5bbad; /* dark green */
}
.margins {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 10px;
}

input {
  margin-top: 5px;
  border: 1px solid #5E5E5E;
  font: 11px Verdana, Arial, sans-serif;
  width: 180px;
}

form {
  display: inline;
}

form A {
  color: #5E5E5E;
}

.actionjumper {
  margin: 0px 5px -3px 10px;
  vertical-align: baseline;
}

#listing table {
  table-layout: fixed;
}

#listing td {
  border-top: 1px solid #FFF;
  vertical-align: top;
}

.bgwhite {
  background: #FFF;
}

.error {
    color: #c00000;
    font-weight: bold;
}

.success {
    color: #00a000;
    font-weight: bold;
}
