/*******************************************************************************
*
* 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:arial,verdana, helvetica, sans-serif;
    font-size:100.01%;
    color:#000000;
    background:transparent url(../img/bg_body.gif) repeat-x;	
}

#globalcontainer {
    width:1003px;                   /* Für flexible Breite am Besten 'width:95%' */
    margin:0 auto;                  /* Positionierung mittig im Browserfenster */

}

#center {

    margin-top:32px;
    width:100%;
}
#centerStart {

    margin-top:15px;
    width:100%;
}

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

/* Pos. für dreispaltiges Layout */
.three #center_content, .three #center_content_second, .three #center_content_third {
    width:96.6%;                    /* 97.6% bei #globalcontainer mit fullwidth 95% */
}

#left {
    width:182px;                    /* feste Breite linke Spalte */
    padding-right:8px;              /* LC padding */
    margin-left:-100%;
    margin-top:32px;
	right:191px;
}

#right {
    width:191px;                    /* feste Breite rechte Spalte */
    padding-left:8px;               /* RC padding */
    margin-right:-100%;             /* -174px RC fullwidth + CC padding */
    float:left;
    margin-top:32px;	
}

#container {
    position:relative;              /* IE7 Hack, ab IE V. 7 kein #footer-wrapper mehr notwendig */
    overflow:hidden;
    padding-left:190px;             /* LC fullwidth */
    padding-right:199px;            /* RC fullwidth + CC padding */
    clear:both;
    background:transparent url(../img/bg_containertop.gif) repeat-x;		
}


#container .column {
    position:relative;
    float:left;
    padding-bottom:20010px;  /* X + padding-bottom */
    margin-bottom:-20000px;  /* X */
}
/* MILAN PJ Anpassungen für Grouplistview */
#containerGroupListview {
    position:relative;              /* IE7 Hack, ab IE V. 7 kein #footer-wrapper mehr notwendig */
    overflow:hidden;
	padding-top: 82px;
    padding-left:190px;             /* LC fullwidth */
    padding-right:199px;            /* RC fullwidth + CC padding */
    clear:both;
    background:transparent url(../img/bg_containertop.gif) repeat-x;		
}


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

/* Def. für zweispaltiges Layout */
#container.two {
    padding-right:0;
}