﻿/***********************************************************/
/*
/* Layout - grundlegende Styles der LayoutContainer
/*
/***********************************************************/

* {
	/* Mit Universalselektor standardmäßig Ränder aller (Block-)Elemente auf null setzen*/
	margin: 0;
	padding: 0;
}


body {
	background-image: url(../../Library/Media/CMS/_system/customer/bg_white.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


/*  ---------------- Header - Container ---------------------- */ 
.CssHeaderContainer
{
	height: 114px;
	width: 920px;
	
	/*margin: 0;
	padding-top: 0px;*/
	padding-bottom: 1px;
	background-color: #FFFFFF;
}


.CssLogo
{
	position: relative;
	left: 25px;
	top:12px;
	width: 430px;
	text-align: center;
  	
	/*border:solid 10px red;  */ 
}


.CssHeaderImage
{
	background-position: left center;
	background-attachment: scroll;
	background-color: transparent;
	width: 920px;
	margin: auto;
	height:100%;
	font-size:1px; /* IE6 Bug wenn DIVs nicht direkt ohne Zeilenumbrüche oder Leerzeichen im Code stehen */
}
/*  ----------------------------------------------------------- */




/*  ---------------- Content - Container ---------------------- */

.CssPageContainerTable {
	background-image: url(../../App_Themes/Default/siteBg1px.png);
	background-color: transparent;
	background-repeat: repeat-y;
	margin:auto;
	/*height:100%;*/
	vertical-align:top;
	padding:0px;
	border-collapse:collapse;
}

.CssPageContainerTD{
	width:920px;
	vertical-align:top;
}

 
.CssMainContainer {
	width: 920px;
	margin: auto;
}

.CssMainContainerStart
{
	width: 920px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* IE6 Korrektur */
* html .CssMainContainerStart
{
	margin-top: -20px;
}

.CssEasyBaseContentContainer {
	padding-left:115px;
	position:relative;
	text-align:justify;
	height:100%;
}

.CssEasyBaseContentContainerStart {
	
	padding-left:0px;
	position:relative;
	text-align:justify;
	height:100%;
}

.CssNavigationContainer
{
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	position: relative;
}

.CssNavigationContent {
	padding-top:  25px;
	position:relative;
}



.CssEasyBaseArticleContainer {
	background-color:Transparent;
	width: 500px;
	padding:25px;
	overflow:hidden;
}


.CssEasyBaseMarginalContainer {
	float:right;
	width:165px;
	padding: 25px 25px 0 0;
	position:relative;
	overflow:hidden;
}


/*  ----------------  Calendar   ----------------*/ 
.CssCalendarContainer {
	line-height: 12px !important;
}


.CssCalendarWeekContainer {
	width: 644px;
}

.CssSelectingCalendarContainer {
	float: right;
	width:180px;
}

.CssTableSelectingCalendar {
	float:right;
	border-color:Gray;
	width:175px;
}




/* -- Footer & Subnavigation  --*/
.CssFooterContainer 
{
	background-image: url(../../App_Themes/Default/bg_navi.png);
	background-repeat: no-repeat;	
	height: 24px;
		
	padding-top:2px;
	padding-right:0px;
	padding-bottom:0px;
	width:920px;
	margin:auto;
	position:relative;
}

.CssSubNaviContainer 
{
	float:left;
	padding-left:50px;
}

.CssSubNaviContainer ul  {
	list-style: none;
	font-size:10px;
}

.CssSubNaviContainer li {
 display: inline;
 font-weight:bold;
}

/* -- Brotkruemel Navigation  --*/
#CssBobbel
{
	width: 920;
	height: 0px;
	position: relative;
	display: block;
	top: -5px;
	z-index:5;
}

/* ---------- IE 6 Fix ---------- */
* html #CssBobbel {
	top: -10px;
}

#CssBobbel ul {}
#CssBobbel li {
	display: inline;

}
#CssBobbel a:link,
#CssBobbel a:visited 
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #787878;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 12px;	
	float: left;
	line-height: 12px;
	white-space: nowrap;
		
	background: transparent url(../../Library/Media/Page/11_grey_brotkrumen-arrow.gif) no-repeat left 4px;
}

#CssBobbel a:hover,
#CssBobbel a:active {
	text-decoration: none;
}
#CssBobbel a.currentBobbele,
#CssBobbel a.currentBobbele:visited {
	color: #787878;
	padding-right: 0px;
	background: transparent url(../../Library/Media/Page/11_grey_brotkrumen-arrow.gif) no-repeat left 4px;
}
#CssBobbel a.currentBobbele:hover,
#CssBobbel a.currentBobbele:active {
	text-decoration: none;
}
#CssBobbel a.rootBobbele {
	padding-left: 12px;
}

/* -- Brotkruemel Navigation WEISSER HINTERGRUND  --*/
#WhiteBG01
{
	background-color:#FFFFFF;
	height:8px;
	width:920px;
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
}

#WhiteBG02
{
	background-color:#FFFFFF;
	height:12px;
	width:920px;
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
}

/* ---------- IE 6 Fix ---------- */
* html #WhiteBG02 {
	top: -20px;
}

/* ---------- IE 6 Fix ---------- */
* html .DE_EN {
	top: -20px;
}