




/* -----------------------------------------------------------------------
grid
screen styles tagesschau.de rebrush
author: stefan bruemmer, vektorfabrik.de

version: 15.07.09
----------------------------------------------------------------------- */

 #colsStructure{ 
    clear:left;
    margin: 0 auto;
    width: 982px;
    background:#fff;
    border: 8px solid #fff;
    border-top:none;
}

#centerCol {
    float:left;
    margin-right: 8px;
    width: 520px;
}

#leftCol {
    float:left;
    margin-right: 8px;
    width: 190px;
    background: #fff url(/image/sidebar_verlauf.gif) left bottom repeat-x;
    padding-bottom: 122px;
}

#rightCol {
    float:left;
    margin-right: 0;
    width: 256px;
    background: #fff url(/image/sidebar_verlauf.gif) left bottom repeat-x;
    padding-bottom: 130px;
}


  /* footer */
  
 #footerwraptop {
    padding-top:.5em;
    border-top: 1px solid #001436;
    background:#fff;
    font-size:.8em;
 }
 
 #footertop {
    margin: 0 auto;
    width: 61.38em;
 }
 

/* general classes */
.left {float: left;}
.right {float: right;}
.inv {display: none !important;}
.inv {display: none; }



/* clearing floats */
    
.clearfix:after, #allCols:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, #allCols {display: inline-block;}
* html .clearfix,
* html #allCols {height: 1%;}
.clearfix, #allCols {display: block;}

.clearMe {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}

div.clearMe {
	overflow: hidden;
}

div.clearMeP {
	display: none;
}

.stopFloat{clear:both;}


/* Fuer zweispaltige Layouts */
#contentWrapper {
float:left;
margin-right:0;
width:784px;
}

#contentWrapper li a {
display:block;
padding:.25em 0 .25em 22px;
}

.wideCol {
padding-top:1em;
}
