@import url(main.css);@import url(header.css);@import url(footer.css);@import url(content.css);@import url(left.css);@import url(tt_news_v2_styles.css);
#left-menu-box {

	width: 226px;	margin: 0;
	padding: 0px;
	background: #ccc;
}

#left-marker-box {

	margin: 0px;	padding: 0;
        background: #ccc;}
#left-marker {

	margin: 0;	padding: 0 0px;
	background: #ccc;}
#left {

	float: left;	width: 231px;	z-index: 4;	background: #ccc;}
#left-content {

	width: 231px;
	background: #ccc;}
#middle {

	float: left;
	width: 744px;	z-index: 2;
	font-weight:normal;	background: #fff;	border-style:none;
	border-left:1px solid #000; 
	border-right:1px solid #000; 

}
#middle-content {

	width: 744px;
	background-image: url(../img/blankbg.jpg);	background-repeat: repeat-x;
	border-style:none;

}


#middle-marker-box {

	width: 664px;
	margin: 0;	padding: 40px;
	min-height: 670px;
	background-image: url(../fileadmin/templates/main/img/red-circle-right.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
	border-style:none;
}

    /* for Internet Explorer */ <<< hier der IE-Hack
    /*\*/
    * html #middle-marker-box {
        height: 670px;
        }
    /**/

#news-box {

	display:none;
}


