/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background:url("/Frontend/Images/bg_Body.gif") center top repeat-y;
	color: #555555;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	background: url("/Frontend/Images/bg_Page.gif") center top no-repeat;
	height:588px;
}

div#Page {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding:15px 0 0 0;
}


/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderContainer{
	height: 75px;
	width: 960px;

}

div#HeaderLogo {
	float: left;
	height: 75px;
	width: 310px;
}

div#HeaderPayoff {
	float: left;
	width: 220px;
	margin-top:13px;
}


div#HeaderMenu {
	float: right;
	width: 110px;
}


div#HeaderMenu a{
	color:#333333;
	font-size:0.9em;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#FrontpageColumn {
	float: left;
	width: 720px;
	padding:30px 0 0 0;
}

div#FrontpageColumnInner {
	background:url(/Frontend/Images/bg_Frontpage.jpg) 0 0 no-repeat;
	padding:20px 20px 0 19px;
	height:263px;
	overflow:hidden;
	margin-bottom:30px;
}

div#FrontpageColumnInnerSecond {
	padding:0 0 15px 0;
}

div#FrontpageColumnInnerSecond div#FrontpageNews{
	float:left;
	width:455px;	
	position:relative;
	z-index:300;
}


div#FrontpageColumnInnerSecond div#PartnersFlash{
	float:right;
	width:240px;
}

div#LeftColumn {
	float: left;
	width: 220px;
}

div#LeftColumnInner {
	padding: 85px 20px 20px 0;
	position:relative;
	z-index:200;
}

div#ContentColumn {
	float: left;
	width: 530px;
	position: relative;
	z-index:200;
}


div#ContentFrise{
	position:relative;
	border-bottom:1px solid #B3B3B3;
	padding-top:35px;
	margin-bottom:40px;
	line-height:1em;
}

div#Print{
	position:absolute;
	right:0px;
	top:70px;
}

div#addthis{
	position:absolute;
	right:12px;
	top:70px;
}

div#WideColumn {
	float: left;
	width: 735px;
	padding-top:30px;
}

div#WideColumn div#WideColumnInner {
	padding: 30px 0px 20px 0px;
}

div#ContentColumnInner {
	padding: 30px 20px 20px 0;
}

div#RightColumn {
	float: right;
	width: 200px;
	position:relative;
	z-index:100;
}

div#RightColumnInner {
	padding: 30px  0 20px 0;
	
}


div.TeaserTop{
	background:url(/Frontend/Images/bg_RightBoxTop.gif) 0 0 no-repeat;
	height:6px;
	overflow:hidden;
}
div.Teaser{
	background:url(/Frontend/Images/bg_RightBoxContent.gif) 0 bottom no-repeat;
	padding:6px 10px 10px 10px;
	/*min-height:40px;*/
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
}

div.TeaserBottom{
	background:url(/Frontend/Images/bg_RightBoxBottom.gif) 0 0 no-repeat;
	height:6px;
	overflow:hidden;
	margin-bottom:25px;
}

div#RightTeaser3 .Teaser{
	background:url(/Frontend/Images/spot_rapport.gif) 0 0 no-repeat;
	height:99px;
	overflow:hidden;
	border:none;
}

div#MinHeightColumn {
	float: left;
	width: 1px;
	position:relative;
	z-index:99;
}

div#MinHeightColumnInner {
	height: 400px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	text-align: right;
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

/****************************************************
	F O O T E R
****************************************************/
div#Footer {
	background:url(/Frontend/Images/bg_Bottom.gif) 0 0 no-repeat;
	height:468px;
/*	height:170px;*/
	z-index:1;
	width:986px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:14px;
	top:-70px;
}



div#FooterContent{
	padding-left: 20px;
	padding-top:128px;
}

div#FooterContent ul.Vertical li{
	color:#000000;
	margin-right:39px;
}

/************NEWSMAILSUBSCRIPTION 3.PART**************/

div #NewsletterSubscription span input{
	width:99%;
	border:1px solid #00467f;
}

div #NewsletterSubscription span.AllInfos input{
	width:48%;
	border:1px solid #00467f;
	height:15px;
	padding-left:2px;
}


div #NewsletterSubscription input.submit{
}





