
/*------------------------------------------ LAYOUT CSS WIEBE --------------- */

/*
DIV {border: 1px solid #ff0000;}
*/

.mainwidth {width: 725px;}
#page-container
{
    padding-top: 50px;
    text-align: left;
    margin: auto auto;
}


/*------------------------------------------ START DIVS --------------------- */

/*------------------------------------------ CONTENT DIVS ------------------- */
/* CONTENT TEMPLATE DIV --- */

#content-template{}

/* End - CONTENT TEMPLATE DIV --- */

/* CONTENTBEREICH --- */

#content-tmpl-table
{
    text-align: left; 
    border-spacing: 0px; 
    border-collapse: collapse; 
    background-color: #ffffff;
}
/* End - CONTENTBEREICH --- */

/* RUNDE ECKEN IM CONTENTBEREICH --- */
#content-img-top, #content-img-btm
{
    line-height: 15px;
    height:15px;
    background-image:url(../images/content-img-top.gif); 
    background-repeat: no-repeat;
}

#content-img-btm
{
    margin-bottom: 10px;
    background-image:url(../images/content-img-btm.gif);
}

/* End - RUNDE ECKEN IM CONTENTBEREICH --- */
/*------------------------------------------ End - CONTENT DIVS ------------- */

/*------------------------------------------ HEAD DIVS ---------------------- */

#head-container
{
    text-align: right;
    height: 90px;
    background-color: transparent;
/*
    background-image:url(../images/wiebe-logo.gif);
    background-repeat: no-repeat;
    background-position: 500px 30px;
*/
}

#head-navigation
{
    overflow: hidden;
    text-align: left;
    padding: 7px 0 0 10px;
/* 
    !!! PADDING !!! eigentliche Hoehe und Breite width: 725px; height: 35px; 
*/
    width: 715px;
    height: 25px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image:url(../images/navi-bg.gif);
    background-repeat: no-repeat;
/*
    border-width: 0px;
    border-top: 1px;
	border-bottom:1px;
    border-color:#ffffff;	
    border-style: dotted;
*/
}
/* ------------------------------------------ End - HEAD DIVS ---------------- */

/* ------------------------------------------ FOOT DIVS ---------------------- */

#footer-container
{
    font-size: 10px;
    text-align: right;
    margin: 0;
    padding-top: 5px;
    height: 20px;
    background-color: transparent;
    background-image:url(../images/navi-bg.gif);
    background-repeat: no-repeat;
/*
    border-width: 0px;
    border-top: 1px;
    border-bottom: 0px;
    border-color:#ffffff;	
    border-style: dotted;
*/
}

/*------------------------------------------ End - FOOT DIVS ---------------- */
/*------------------------------------------ SPALTEN + INHALT DIVS ---------- */

.rootline {
	padding-top: 5px;
}

#col-pos-1,#col-pos-2
{
	height:370px;
}


/* --- Inhalt Container Links --- */
#col-pos-1
{
	float: left;
    width: 300px;
    overflow: hidden;
    background-color: transparent;
    padding:0px;
}

/* --- Inhalt Container Mitte --- */
#col-pos-0
{
/* hier Problem mit doppelt letze 2 Zeichen */
/*    float:left; */
    width: 390px; 
    margin-left: 15px;
    padding:0px;	
    background-color: transparent;
    padding-bottom: 30px;
/*    border:1px solid #ff0000; */
}

.gfx-head-colpos-0 {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
}

/* --- Container Rechts --- */

#col-pos-2
{
    float: left;
/* 
    eigentliche Breite: 190px 
*/	
    width: 190px;
    margin-left: 0px;
    padding: 0px 10px 0 10px;		
/* 
    20 p von Gesamthoehe abziehen !!! 
*/
    padding-top: 15px;
    background-color: transparent;
    overflow: hidden;
}

.gfx-head-colpos-2 {
    margin-top: 5px;
    margin-left: -10px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 190px;
}

#col-pos-3
{
    float: left;
    overflow: auto;
    width: 190px;
    padding: 0px;	
    background-color: transparent;
    overflow: hidden;
}

/* --- Main Navigation */
#top_navi
{
    width: 410px;
}

ul#top_navi, ul#btm_navi
{
    list-style: none;
    margin:0px; 
    padding:0px;
}

ul#top_navi li, ul#btm_navi li
{
    display: inline;
    list-style: none;
    padding:0px;
    margin:0px;
}

/* ------------------------------------------ End - SPALTEN + INHALT DIVS ---- */


