/* Anweisungen zum Seitenaufbau */
/* Hauptnavigation */
#TheBody
{
	width: 960px;
	height: 100%;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 0;
	/*background: #dcdcdc url(img/background-shadow.gif) repeat-y;*/
	/*background-color: yellow;*/	
}

#TheInnerBody
{
	/*background: #dcdcdc url(img/background-shadow.gif) repeat-y;*/
/*	background-color: yellow;*/
	width: 980px;
	padding-left: 10px;
	overflow: visible;
}

#MainNavigation
{
	float: left;
	width: 960px;
	height: 110px;
	background: #dcdcdc url(img/background.gif) repeat-x;
	/*margin-left: 10px;*/
}

/* Info-Panele */
/* Text-Info-Panel mit Schattenwurf */
#PhotopressTextShadow
{
	background: url(img/background_3_cols-normal.gif) no-repeat;
	float: left;
	width: 960px;
	height: 85px;
	overflow: visible;
}
#PhotopressTextShadow2Cols
{
	background: url(img/background_2_cols_top.gif) no-repeat;
	float: left;
	width: 960px;
	height: 85px;
	overflow: visible;
}
/* Info-Panel Photopress */
#PhotopressIntro
{
	float: left;
	width: 960px;
	background: #dcdcdc url(img/background_intro2.gif) no-repeat;
	/*background-color: green;*/
	border-bottom: 1px solid #c0c0c0;
	/*margin-left: 10px;*/
}

#PhotopressIntroLeft
{
	text-align: center;
	vertical-align: middle;
	width: 186px;
	float: left;
	/*background-color: red;*/
}

#PhotopressIntroRight
{
	/*background-color: yellow;*/
	width: 169px;
	float: left;
}

#PhotopressDescPanel
{
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 50px;
	width: 520px;
	float: left;
	text-align: left;
	/*background-color: teal;*/
}

/* Kunden-Panele */
#CustomerIntro
{
	float: left;
	width: 960px;
	overflow: visible;
	background: #ebebeb url(img/background_bg-altern_top.gif) repeat-y;
	border-bottom: 1px solid #c0c0c0;
}

#CustomerIntroRight
{
	text-align: center;
	vertical-align: middle;
	width: 180px;
	float: left;
	/*border-left: 1px solid #dcdcdc; */
}

#CustomerDescPanel
{
	margin: 30px 40px 10px 20px;
	width: 530px;
	float: left;
	text-align: left;
}

#CustomerIntroLeft
{
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	width: 185px;
	height: 100%;
	float: left;
	text-align: left;
}

/* Inhalte-Container */
/* enthaelt ContentServicePanel, Lightboxen/Listen und PromoPanel */
#Content3Cols
{
	width: 960px;
	float: left;
	/*overflow: auto;*/
	background: url(img/background_3_cols.gif) repeat-y;
	/*margin-left: 10px;*/
}

#Content2Cols
{
	float: left;
	width: 960px;
	overflow: auto;
	background: #ffffff url(img/background_2_cols.gif) repeat-y;
}

/* Service-Panel fuer Suche, Login, Subnavigation etc. */
#ContentServicePanel
{
	width: 186px;
	float: left;
	text-align: left;
}

/* Promotions- / Ankuendigungspanel rechts */
#ContentPromoPanel
{
	width: 185px;
	float: left;
	text-align: left;
}

/* Content Panel */
/* Listen, Lightboxen etc.  */
#CustomerListPanel
{
	width: 569px;
	float: left;
	padding: 20px 0px 10px 0px;
	margin-left: 15px;
	margin-right: 5px;
}

#CustomerResultPanel
{
	width: 740px;
	float: left;
	padding: 20px 0px 10px 0px;
	margin-left: 20px;
}

div.SearchResult
{
	width: 579px;
	float: left;
	padding: 0px 0px 20px 20px;
}

#Content2ColsTop
{
	background: url(img/background_2_cols_top.gif) no-repeat;
	height: 50px;
	width: 960px;
}
#Content3ColsCenter
{
	width: 569px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin-left: 15px;
	margin-right: 5px;
}



/*Fusszeile*/
#Footer
{
	width: 960px;
	float: left;
	overflow: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #537797;
	color: #ffffff;
	font-size: 10px;
/*
	margin-left: 10px;
*/
}

#FooterCopyright
{
	float: left;
	text-align: left;
	margin-left: 5px;
}

#FooterNav
{
	position: relative;
	left: 500px;
	float: left;
	text-align: right;
}

/*Genereller Inhalt (Statische Seiten)*/
#NormalContent
{
	padding-left: 230px;
	padding-right: 200px;
	padding-bottom: 50px;
	text-align: left;
/*
	margin-left: 10px;
	margin-right: 10px;
*/
	background: url(img/background_3_cols.gif) repeat-y;
}

#Spacer { height: 50px; }