* {
    margin:             0;
    padding:            0;
    border:             0 none;
}

/* html { height: 100.5%; } FF only ... if desired by customer */

body {
    background-color:   #ffffff;
    color:              #000;
}

#stage {
    width:              953px;
    margin:             0 auto;
    position:           relative;
}

    #logo {
        margin:             25px 10px 15px 0px;
    }
    
#metanav {
	position:absolute;
	top:39px;
	right:210px;
}

#searchboxDiv {
	position:absolute;
	top:-29px;
	right:0px;
}
#searchboxDiv #searchform #suchebox {
	margin-right:10px;
	position:relative;
	right:14px;
}

#searchboxDiv #submit {
	position:absolute;
	top:4px;
	right:0px;
}

#socialButtonsDiv {
	position:absolute;
	top:103px;
	right:0px;
	height: 33px;
}

#socialButtonsDiv img {
	float: left;
	margin-right: 5px;
}

    #stdNav {
       /* position:           absolute;
         top:                64px;
        top:	             39px;
        right:              0px; *//* -2px; /* because of padding of the links */
    }
    
    #loginNav {
        position:           absolute;
        top:                49px;
        right:              0;
        width:              250px;
    }
    
    #mainNav {
        height:             30px;
        overflow:           hidden; /* for IE6 */
    }
    
    #headVis {
        /*height: 180px;
        background-color: blue;*/
        padding-top:0px;
    }
    
    #main {
        width:              953px; /* for IE6, else columns swap over footer */
        overflow:           hidden;

    }
    
        .column {
            float:              left;
            padding-bottom:1px;
/*            padding-bottom:     20030px; */
/*            margin-bottom:      -20000px; *//* Equal Height Columns, revisited - www.positioniseverything.net/articles/onetruelayout/equalheight */
            
/*            position:           relative; /* need this for absolute positioning of .topBg, but without position:relative of #main IE6 goes nuts */
        }
        
        #leftCol {
            width:              159px;
            margin-right:       20px;

        }
        
        #leftCol .colContent {
             position:absolute;
             top:210px;
             left:15px;

        }
        
            .topBg {
                position:           absolute;
                top:                0;
                left:               0;
                width:              100%;
            }
            
            .colContent {
                position:           relative;
            }
            
            #leftCol .topBg {
                height:             390px;
                background-repeat:  no-repeat;
  /*              background-image:   url(../img/bg_leftcol_fonds_top.jpg); /* default */
            }
        
        #contentCol {
            width:              504px;
            margin-right: 	30px;
            _margin-right: 	15px;
            /*margin:            0 20px;
            background-color: lime;*/
        }
        
        #contentCol #breadcrumbNav {
            margin:             5px 0 13px;
        }
        
        #rightCol {
            width:              239px;
            padding-top:        34px;
            background-repeat:  repeat-y;
 /*           background-image:   url(../img/bg_rightcol_fonds_loop.jpg); /* default */ 
        }
      
            #rightCol .topBg {
                height:             470px;
                background-repeat:  repeat-y;
 /*               background-image:   url(../img/bg_rightcol_fonds_top.jpg); /* default */ 
            }

            #rightCol .colContent {
                width:              250px;
                float:right;
            }
            
    #footer {
        /*border-top:         3px solid #cccccc; */
        padding:            5px 0 15px;
        background:transparent url(../../media/teaser/footer.gif);
    }

    #footer .footerLinken{
           padding-top:4px;
           margin-left:175px;
           line-height:22px;
    }


.left  { float: left; }
.right { float: right; }



/* externe Kosten- praeminenrechner */

div.externKostenrechner, div.externRechner {
    margin:             0 auto;
    position:           relative;
}

div.externKostenrechner {
	width:775px;
	
}


div.externRechner {
	width:525px;
}



/*######################################################################*/
/*########################## XFlexTemplate Elemente ####################*/
/*######################################################################*/


#rightCol .teaserbox { 
	width: 230px;
	border: 0px solid #000;
	background: #f1f1d7 url(/fileadmin/tmpl/img/bg_teaserbox.gif) no-repeat;
	margin-top: 15px;
	margin-left: 20px;
	color: #601327;
}
#rightCol .teaserbox H2{
	margin:0;
	padding:0;
	padding: 14px 18px 10px 18px;
	border: 0px solid #000;
	text-align:left;
}
#rightCol .teaserbox .bodytext{ 
	margin:0;
	padding:0;
	padding-left: 21px;
	padding-right: 21px;
	text-align:left;

}
#rightCol ul { 
	margin:0;
	padding:0;
	padding-left: 35px;
	padding-right: 5px;
	list-style-type:square;
	text-align:left;

}
#rightCol .teaserboxBottom {
	width: 230px;
	height: 11px;
	background: #f1f1d7 url(/fileadmin/tmpl/img/bg_teaserbox_bottom.gif) no-repeat;
	margin-left: 20px;
}
