/*******************************************************************************
*
* Programm:
*	omeco webshop, (c) 1998-2008 omeco GmbH
* Versions:
*	4.0
* Author:
* 	Susanne Dutschke <sdutschke@omeco.de>
*
*******************************************************************************
*
* Desc: Webshop Styles Gründgerüst
*
*******************************************************************************/

* {
	margin:0;
	padding:0;
}

body {
    font-family:verdana, helvetica, arial, sans-serif;
    font-size:100.01%;
    color:#646464;
    background-color:#f1f1f1;
}

#globalcontainer {
    width:1000px;                   /* Für flexible Breite am Besten 'width:95%' */
    margin:0 auto;                  /* Positionierung mittig im Browserfenster */
    overflow:hidden;
    background-color:#fff;
    padding:0;
}

#center {
   
    background-color:#fff;
    width:790px;
}

#center_content, #center_content_second, #center_content_third {
    padding:10px 10px;
}





#right {
    width:250px;                    /* feste Breite rechte Spalte */
                
    background-color:#fff;
  margin-left:9px;
}

#container {
    position:relative;              /* IE7 Hack, ab IE V. 7 kein #footer-wrapper mehr notwendig */
    overflow:hidden;
    clear:both;
}

#container .column {
    position:relative;
    float:left;
    padding-bottom:20010px;  /* X + padding-bottom */
    margin-bottom:-20000px;  /* X */
}

#center_home {

    background-color:#fff;

    width:100%;
    background:url(../../img/template/bg_home.png) no-repeat right top;
}