@charset "UTF-8";

* {
   margin:0;
   padding:0;
}

body {
   background:url(../images/index/startseite-bg-body.jpg) repeat-x 0 0;
}

a {
   outline:none;
}

#container {
   width:754px;
   margin:0 auto;
   position:relative;
}

#container h1 {
   width:333px;
   height:128px;
   background:url(../images/index/startseite-logo.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   position:absolute;
   left:239px;
   top:73px;
}

#container h1 a {
   display:block;
   width:333px;
   height:128px;
}

#main {
   width:753px;
   height:304px;
   background:url(../images/index/startseite-main.jpg) 0 0 no-repeat;
   position:relative;
   top:201px;
}

#main a.druckerei {
   width:280px;
   height:158px;
   display:block;
   text-indent:-9999px;
   position:absolute;
   left:132px;
   top:0;
}

#main a.buerocenter {
   width:280px;
   height:158px;
   display:block;
   text-indent:-9999px;
   position:absolute;
   left:416px;
   top:0;
}

