/*----------------------
Projekt: Claus-Schade.de
File: index_basic.css
Description: nur fuer die Startseite
Autor: Sven Rhinow (sr-tag.de)
-----------------------*/

/*--------- Grundkonfigurationen ---------------------------------------------------*/
html,body{
  margin:0px;
  padding:0px;
  border:0px;
  font-family : Tahoma,Helvetica, Arial, sans-serif;
  height:100%;
}


#outer{
    width:870px;
    min-height:100%;
    background-color:#C3C3C3;     
    background-image:url("../images/main_bg_color.gif");
    background-position:center;
    background-repeat: repeat-y;
}

#main{
    width:574px;
    margin:0 auto;       
    min-height:100%;
    padding-top:100px;
    background-color:#DFDFDF;
}

/*---------------- mittlerer Bereich -----------------------------------------*/
#content{
  background-color:#fff;
  color: #595590;
  font-size:13px;
  padding:30px 10px;
}
a.start_link {
  display:block;
  margin-top:10px;
  background-image:url("../images/start_pfeil.gif");
  background-position:center 0px;
  height:26px;
  font-size:0;
  text-decoration:none;
  background-repeat:no-repeat;
}
a:hover.start_link {
  display:block;
  background-image:url("../images/start_pfeil.gif");
  background-position:center -26px;
  height:26px;
  background-repeat:no-repeat;
}
