/***
* Grundstruktur
***/

body,div {
 padding:0px;
 margin:0px;
 font-size: 10pt;
 font-family: verdana, arial;
}

a {
  color: #5A8898;
}
#header_image,#header_line,#header_menu,#rightcol,#footer {
 display:none;
}
#printheader {
  display:inline;
  color: #000;
  padding-left: 35px;
}

#content{
 width:756px;
 float:left;
 padding: 30px 5px 0px 0px;
 position:absolute;
 top:10px;
}

#content #content_title {
 padding: 5px 0px 0px 35px;
 height: 30px;
 background-image: url(../img/bgcontenttitle.jpg);
 background-repeat:no-repeat;
 color: #B13953;
 font-size:10pt;
 font-weight: bold;
}

#content #content_text {
 padding: 0px 5px 0px 10px;
}


#input_suche {
  width: 100px;
}