@charset "utf-8";
/* CSS Document */

#divContainer {
	position: relative;
	margin-left: 15px;
	margin-top: 0px;
	width: 800px;
	overflow2:auto;
	/*background-color:#FBF9F4;*/
	background: url(../images/content-bg-300.jpg) repeat-y;
}

#divTopNavigationLeft {
	position: relative;
	width: 300px;
	height: 27px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: left;
}


#divTopNavigationRight {
	position: relative;
	width: 300px;
	height: 27px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	text-align: right;
}
    
    
#divHeader {
	position: relative;
	width: 800px;
	height: 76px;
	background-image: url(../images/bg_top.gif);
	background-repeat:repeat-x;
	clear: both;
	z-index: 999;
}
	
#divLogo {
	position: relative;
	width: 274px;
	height: 76px;
	float: left;
}


#divBanner468x60 {
	position: relative;
	width: 468px;
	height: 60px;
	float: right;
	margin-right: 15px;
	z-index: 9999;
}
    
#divContent {
	/*position: relative;*/
	clear:both;
	width: 485px;
	background-color: #ffffff;
	float: left;
	margin-top: 15px;
}
    
#divServiceBarTop {
	position: relative;
	height: 23px;
	clear: both;
	font-size: 11px;
	border-bottom: 2px solid #eee8dd;
}

#divHeadline {
	margin-top: 10px;
	border-bottom: 2px solid #eee8dd;
}

#divArticle {
	margin-top: 15px;
}

#divServiceBarBottom {
	position: relative;
	height: 20px;
	clear: both;
	background-color: #eee8dd;
	margin-top: 20px;		
}
    
#divSideBar {
	position: relative;
	width: 300px;
	background-color: #F9F4EC; /*#ffffff;*/
	float: right;
}

#divSidebarSpacer {
	position:relative;
	background-color: #00472B;
	height: 10px;
}

#divSidebarArtikel {
	/*background-image: url(../images/sidebar_wide/bg_grau.gif);*/
	background-color: #EEE8DD;
}

#divSidebarBildergalerien {
	position:relative;
	background-image:url(../images/sidebar/bg_grau.gif);
}

#divSidebarWerbemittel {
	position:relative;
	background-image:url(../images/sidebar/bg_grau.gif);
}
        
        
/* NEUE BOXEN FÜR DIE SIDEBAR */

.storyWerbemittel{
	padding-top:5px;
}

.storyBox {
	clear: both;
	margin-top: 15px;
}

.storyMarketName {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.storyMoreArticlesName{
	color:#FE9B00;
	font-size:14px;
	font-weight:bold;
}

.storyBackground {
	background-color: #f0e9df;
	overflow: auto;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #AAA08B;
}

.storyBackgroundImage {
	background:transparent url(http://tt.com/tt/resources/images/nav/bg_nav.gif) repeat-x scroll 0 0;
	padding:4px 0 4px 10px;
}

.storyBackgroundGreen{
	padding:4px 0 4px 10px;
	background-color: #00472B;
}
		

