body {
  font-family: Arial;
  font-size: 12px;
}


#header {
   height: 120px;
   position: relative;
   font-size: 14px;
}

a, a:visited {
   color: #53868C;
   text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



#main {
  background-color: #DEEDF0;
  border: dotted 4px #53868C;
  height: 350px;
  border-left:0;
  border-right:0;
  position: relative;
}

#closewindow {
  position: absolute;
  left: 660px;
  bottom: 10px;
}
#kram {
  position: absolute;
  left: 143px;
  bottom: 10px;
}


#navigation {
  font-size: 14px;
  position: absolute;
  top:30px;
  left: 50px;
  line-height: 200%;

}

#content {
  position: absolute;
  left: 140px;
  top: 25px;
  border: 2px solid #53868C;

  width: 600px;
  height: 300px;
  background-color: white;
  line-height: 23px;

}

#abstand {
  overflow: auto;

  height: 300px;
}
#abstand #padding  {
    padding: 6px; 
}


#ueberschift {
  position: absolute;
  left: 20px;
  top:20px;
  font-size:17px;
  color: #53868C;
  width:360px;
  font-weight: bold;
}





