/*
  @page
  body
  img
  #box
    #header
    #menu
    #content
      #default
      #right
        #termine
      .clear
    #content-bottom
    #bottom

*/

@page {
  size:21.0cm 29.7cm; /* DIN A/4 hoch) */
  margin-top:1.7cm;
  margin-bottom:1.4cm;
  margin-left:2cm;
  margin-right:2cm;
}

html {
  height:100%;
}
body {
  background:#DEDEDE;
  font-family: "courier new", courier;
  margin:0;
  padding:0;
}

img {
  border:0;
  vertical-align: middle;
}

#box {
  background:url(images/background.jpg) repeat-y;
  width:820px;
  position:absolute;
  margin-left: -410px;
  left: 50%;
}
#header {
  background: #DEDEDE;
  background:url(images/header_900_3sp.jpg) no-repeat;
  height:230px;
  width:840px;
  overflow:hidden;
}
#header #slogan {
  color:#AC0000;
  font-weight:bold;
  font-size:0.9em;
  width: 300px;
  position:relative;
  left:375px;
  top:-198px;
}
#menu {
  font-size: 1.2em;
  float:left;
  width:160px;
}
#content {
  font-size: 1em;
  width:620px;
  position:relative;
  left:20px;
  float:left;
}
#default {
  padding:0 10px;
  width:420px;
  float:left;
  overflow:hidden;
}
.clear_content,
.clear_box {
  clear:both;
  height:1px;
  overflow:hidden;
}
.clear_content {
/*   background:#FDFDFD; */
}
.clear_box {
/*   background:#DEDEDE; */
}

#right {
/*   display:none; */
  width:140px;
  position:relative;
  right:10px;
  float:right;
  overflow:hidden;
}
#termine {
  padding-bottom:1em;
}
#content_bottom {
  background:url(images/background-bottom.jpg) no-repeat;
  height:20px;
  width:800px;
  clear:both;
}
#bottom {
  border: 1px solid black;
  clear:both;
}