﻿body {
	color: #606061;
	font: 11px Arial, Helvetica, Helv, sans-serif;
	background-color: #E7E9EA;
	/*ie 5*/
	text-align: center; /* added GS 2008-08-26 */
}

body.print {
	background-color: #ffffff;
	color: #000000;
}

/* printer classes */
.print #printBox, .print #printBoxNoRC, .print #printBoxNoRC_e, .print #TBgesamt, .print #TBContainerPrint, .print #printerBox { display: none; }

/**************************/
/* a-Tag allgemein */
/**************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #FFAA01;
}

a:hover {
	text-decoration: underline;
	color: #FF0A18;
}

/**********************************************/
/* @group structure elements */
/**********************************************/

/**************************/
/* Seitenstruktur */
/**************************/

#masterContainer {
	border: 7px solid white;
	/*left: 50%;*/ /* deleted GS 2008-08-26 */
	margin-left: auto; /* added GS 2008-08-26 */
	margin-right: auto; /* added GS 2008-08-26 */
	margin-bottom: 0px;
	/*margin-left: -430px;*/ /* deleted GS 2008-08-26 */
	padding-bottom: 10px;
	/*position: absolute;*/ /* deleted GS 2008-08-26 */
	position: relative; /* added GS 2008-08-26 */
	top: 10px;
	width: 860px;
	height: 11250px;
	background: white repeat-y 0 310px;
	text-align: left; /* added GS 2008-08-26 */
	/*clearing*/
	overflow:hidden; /* added GS 2008-08-26 */
}

* html #masterContainer { 
	width: 876px;
	/* clearing - anpassung ie*/
	/*height: 1%;*/  /* changed GS 2008-08-26 */
}

body.print #masterContainer {
	border: none;
	left: 0;
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: static;
	top: 0;
	text-align: left; 
	width: 90%;
	background: none;
	background-color: white;
}

#headerContainer {
	float: left;
	position: relative;
	width: 100%;
	background:#FFAA01;
}

#naviContainer {
	clear: both;
	float: left;
	margin-bottom: 50px;
	padding-top: 20px;
	position: relative;
	height: auto;
	width: 196px;
}

#disclaimerContainer {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 658px;
}

body.print #disclaimerContainer {
	margin:0;
	padding:0;
	border-left: none;
	width: 100%;
}
/** html body.print #disclaimerContainer {width: 95%;}*/

/******************/
/* header-Bereich */
/******************/
#headerContainer p {
	color: white;
	margin-left: 33px;
	margin-top: 5px;
	font-size: 18px;
	display: none;
}


/* ------ assistsbar <-----------*/

#assistbarGroup {
	background-color: #FF0A18;
	float: left;
	height: 18px;
	position: relative;
	margin: 0;
	width: 860px;
	border-top: 1px solid white;
	padding: 6px 0 0;
}

* html #assistbarGroup {
	height: 25px;
}

#assistbar {
	width: auto;
	position: relative;
	float: left;
	display: inline;
}

/* linker Rand, geht so in allen Browsern,
   da kein Rand (margin / padding) definiert ist */
#assistbarGroup .fRow {
	padding-left: 201px;
}

* html #assistbarGroup .fRow {
	padding-left: 206px;
}

.assistbar .f,
.assistbar .fRow,
.assistbar .mEven,
.assistbar .mRowEven, 
.assistbar .mOdd,
.assistbar .mRowOdd,
.assistbar .lEven,
.assistbar .lRowEven,
.assistbar .lOdd,
.assistbar .lRowOdd,
.assistbar .fRowItem,
.assistbar .lRowItem,
.assistbar .ti0,
.assistbar .ti0self {
	display: inline;
}

.assistbar .tiTitle {
	background: url(/Projects/c2c/cda/images/channel5/arrow_w_small_ab.gif) no-repeat 10px 4px;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	padding: 0 9px 0 18px;
}

.assistbar .tiTitle a, .assistbar .tiTitle a:link, .assistbar .tiTitle a:visited {
	color: #fff; text-decoration: none;
}

.assistbar .tiTitle a:hover, .assistbar .tiTitle a:active, .assistbar .tiTitle a:focus {
	color: #fff; text-decoration: underline;
}

/**************************/
/* Navigations-Bereich */
/**************************/
/* Gesamtbreite */

.navigation .fRow, .navigation .mRowEven, .navigation .mRowOdd, .navigation .lRowEven, .navigation .lRovOdd, .navigation .lRowOdd {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100px;
}

/* linker Rand */
.navigation div.nav1a, .navigation div.nav1i, div.navigation div.nav1s, 
.navigation div.nav2a, .navigation div.nav2i, div.navigation div.nav2s, 
.navigation div.nav3a, .navigation div.nav3i, div.navigation div.nav3s, 
.navigation div.nav4a, .navigation div.nav4i, div.navigation div.nav4s,
.navigation div.nav5a, .navigation div.nav5i, div.navigation div.nav5s {
	margin: 0 0 0 14px;
	/*height: 20px;*/
}

/* Einzug der Navigationsebenen */
.navigation a.nav1a, .navigation a.nav1i, .navigation a.nav1s {
	padding-left: 6px;
	font-weight: bold;
}

.navigation a.nav2a, .navigation a.nav2i, .navigation a.nav2s {
	padding-left: 21px;
}

.navigation a.nav3a, .navigation a.nav3i, .navigation a.nav3s {
	padding-left: 36px;
}

.navigation a.nav4a, .navigation a.nav4i, .navigation a.nav4s {
	padding-left: 41px;
}

.navigation a.nav5a, .navigation a.nav5i, .navigation a.nav5s {
	padding-left: 46px;
}

/* ausgewaehlte Navigationspunkte */
.navigation a.nav1s, .navigation a.nav2s,
.navigation a.nav3s, .navigation a.nav4s, .navigation a.nav5s {
	background-color: #FF0A18;
}

.navigation a.nav1s, .navigation a.nav2s, .navigation a.nav3s, .navigation a.nav4s, .navigation a.nav5s, .navigation a:hover.nav1s, .navigation a:hover.nav2s, .navigation a:hover.nav3s, .navigation a:hover.nav4s, .navigation a:hover.nav5s {
	font-weight: bold;
	color: white;
}

.nav1a, .nav2a, .nav3a, .nav4a, .nav5a {
	color: #000;
	font-weight: bold;
}

/* allgemeine Einstellungen */
.navigation a.nav1a, .navigation a.nav1i, .navigation a.nav1s,
.navigation a.nav2a, .navigation a.nav2i, .navigation a.nav2s,
.navigation a.nav3a, .navigation a.nav3i, .navigation a.nav3s,
.navigation a.nav4a, .navigation a.nav4i, .navigation a.nav4s,
.navigation a.nav5a, .navigation a.nav5i, .navigation a.nav5s {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0;
	text-decoration: none;
}

.navigation a.nav5a, .navigation a.nav5i, .navigation a.nav5s {
	font-size: 11px;
}

/* hover */
.navigation a:hover {
	color: #FF0A18;
	text-decoration: underline;
}

.navigation a.nav1a, .navigation a.nav1i, .navigation a.nav1s {
	margin-top: 3px;
	width:120px;
	height:25px;
}


/**************************/
/* content-Bereich */
/**************************/


/* ----------------------- <-----------*/
/* --------- Contentbereiche / Container <-----------*/
/* ----------------- <-----------*/

#contentContainer {
	margin-left: 15px;
	margin-right: 0;
}
			
#contentContainer .ma {
	float: left;
}
				
#maNewsroom, #maStandard {width: 430px;}
#maFullsize {width: 640px; }
			
#contentContainer .rc {
	float:right;
	width: 200px;
}

#disclaimer {
	border-top: #d1d6de solid 1px;
	clear:both;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding-top: 5px;
	width: 430px;
}
* html #disclaimer {
	/* width: 640px; */
	width: 435px;
	/* IE doppelterRand bei float */
	display: inline;
}

#bghorizonticalline_disclaimer {
	display: none;
	margin: 0;
	padding: 0;
	width: 0;
}

/* Print */
body.print #contentContainer .rc {float:left; width: 3.5cm;}	
body.print #contentContainer .ma {padding-right: 0.5cm; float: left;}				
body.print #maNewsroom, body.print #maStandard,  body.print #maFullsize{margin-left: 0; width: 11cm;}
body.print #disclaimer {display: block; float: none; margin-left: 0; width: 11cm;}


/* Seitenueberschrift */
#freeComponentMA1 .c2cClass1,
#newsroomHeadline .c2cClass1 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 1px;
} 

/* Themenueberschrift */
.boxNewsroomMA .compTitle, .boxNewsroomRC .compTitle, .boxNewsroomRCcomp .compTitle {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 3px;
}

.rc .boxNewsroomRC .compTitle {
	font-size: 12px;
	line-height: 18px;
}


