
body {
   	font: 100% Verdana, Arial, Helvetica, sans-serif;
   	background: #f5f0f0;
   	margin: 0;
   	padding: 0;
   	text-align: center;
   	color: #000000;
}
	
.oneColFixCtr #container {
   	width: 792px;
	height: 362px;
   	margin: 0 auto;
   	text-align: left;
	position: relative;
	border: solid 1px #424242;
}
#Layer1 {
	width:476px;
	height:360px; 
	z-index:1;
	left: 313px;
	top: 0px;
	float: right;
}
#Layer2 {
	width:313px;
	height:60px;
	z-index:2;
	left: 0;
	top: 0;
//		float: right;
}
#Layer4 {
	width:313px;
	height:301px;
	z-index:3;
	left: 0;
	top: 59;
	float: left;
	border-right: solid 1px #a3a9a9;
}
#Layer1 img, #Layer2 img, #Layer4 img, Layer6 img {
	display:block;
}
#Layer5 {
	width:476px;
	height:300px;
	z-index:4;
	left: 313px;
	top: 87px;
	overflow: auto;
	float: right;
	background-color: #eee6e6;
}
#Layer6 {
	width:476px;
	height:59px; 
	z-index:1;
	left: 313px;
	top: 0px;
	float: right;
}

.fontgreymid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.fontgreyhigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}
.fontgreymidline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;

}
.fontwhitehigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.fontredmid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}


/***Intranet***/
.content-table {
	background: #f5f0f0;
	margin-top: 18px;
	padding-bottom: 10px;
}
.content-heading-border {
	border-left: solid 1px #979797;
	border-right: solid 1px #979797;
	background: #f5f0f0;
}
.top-table {
	border: solid 1px #979797;
	background: #eee6e6;
}
.content-table-menu {
	background: #cc0000;
	padding-left: 20px;
	padding-right: 20px;
	height:23px;
}
.menu-table-heading {
	background: #cc0000;
	width: 165px;
	height:23px;
	padding-left: 4px;
}
.menu-table-heading_sonderaktionen {
	background: #cc0000;
	width: 165px;
	height:23px;
	padding-left: 4px;
}
.menu-table-heading_x-champ {
	background: #89b3df;
	width: 165px;
	height:23px;
	padding-left: 4px;
}
.menu-table-row {
	padding-left: 5px;
	padding-top:0px;
}
.table-line-grey {
	background: #CC0000;
	height:23px;
}
.table-line-x-champ {
	background: #89b3df;
	height:23px;
}
.table-line-red {
	background: #CC0000;
	color: #FFFFFF;
	height:23px;
}
.table-line-green {
	background: #89b3df;
	color: #FFFFFF;
	height:23px;
}
.header-table {
	border-bottom: solid 1px #979797;
}
.footer-table {
	border-top: solid 1px #979797;
}
#copyright {
	font-size: 11px;
}
#copyright a {
	color: #979797;
}