/**
*@author      Medien31 GmbH, Hameln (www.medien31.de)
*@copyright   Medien31 GmbH
*@date        17.02.2012
*/
/**
*@note        css-Dateien eingebunden, Layout
*/
@import url(layout.css);


/**
*@note        Reset
*/

* {
        margin:        0px;
        padding:        0px;
}

img {
        border:        0px none;
}

.clear {
        clear:    both;
        width:    1px;
        height:   1px;
        overflow: hidden;
}


/**
*@note  body allgemein
*/

body {
        font-family: arial, sans-serif;
        font-size:   13px;
        font-weight: normal;
        text-align:  center;
        background:	#fff;
	    color:		#444;
}



/**
*@note  Flächen Abstand, Menü und Contentbereich
*/



#site {
        margin:     30px auto;
        position:   relative;
        width:      860px;
        min-height: 640px;
        text-align: left;
        background: url(../gifs/hgverlauf.gif) left top repeat-x;
}


#content {
        width:       680px;
        height:  392px;
        margin-left: 90px;
        margin-top:  20px;
        background:  #fff;    
}

#zellea {
  width:       632px;
  height:      50px;
  margin-left: 24px;
  margin-top:  27px;
  float:       left;   
}

#zelleb {
  width:       220px;
  height:      293px;
  margin-left: 24px;
  margin-top:  0;
  float:       left;
}

#zellec {
  width:       415px;
  height:      293px;
  margin-top:  0;
  float:       left;
}

#BLTrainer {
    text-align:  center;
    width:       680px;
    height:      90px;
    margin-left: 90px;
    margin-top:  30px;
    border-top:  1px solid #d0d0d0;
}




/**
*@note  Texteinzug
*/

p {
        margin: 0px 0px 16px 0px;
}


/**
*@note  Trennstrich
*/

div#trenn {
        width:      100%;
        height:     1px;
        border:     0;
        background: url(../gifs/point.gif) left top repeat-x;
        overflow:   hidden;
        margin:     24px 0 12px 0;
}



/**
*@note  Footer
*/

#footer {
        margin: 0px 0px 32px 0px;
}