/* @override https://girokonten.diebesten.okern.dev.xenario.de/extension/xdesign/design/standard/stylesheets/layout_twocol_r.css */

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
STYLE SHEET ------  SCREEN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Date

LAYOUT
        HEADER
        WRAPPER
        BASE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#wrap-all-outer {	
	background-color: #fff;
    height: auto !important;
    height: 100%;
    margin: 0 auto;    
    min-height: 100%;
    position: relative;
    width: 1028px; 
}

#wrap-all-inner {
	background: url(../images/page_bg.gif) 0 0 repeat-y;
    width: 1028px;
	height: 100%;
}

/*      BASE 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#height-fix {
    clear: both;
    height: 1%;
}

.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
	
.twocol {
    z-index:0;
    margin: 20px 0 30px 0;
	text-align: left;
}

.twocol .maincol {
    float:left;
    width:200%;
    margin-left:-315px;
    position:relative;
    right:100%;
}
	
.twocol .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
	
.twocol .col1 {
    margin: 0 30px 0 355px;
    overflow:hidden;
	left:100%;
	overflow:hidden;
}
    
.twocol .col2 {
    float:right;
    width:300px;
    position:relative;
    left:270px;
    font-size: 1em;
}

/*      HEADER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
    text-align: left;
    width: 980px;
	margin: 0 auto;
}

#logo-box {
	margin: 20px 0 20px 20px;
}


