pre {
	color: white;
}

/* G E N E R A L */

body {
	text-align: 			center;
  	width: 					100%;
  	height: 				100%;
  	padding: 				0;
 	margin: 				0;
 	background-color: 		#0e203f;
 	background-image: 		url(/images/bodyBG.jpg);
 	background-position: 	top;
 	background-repeat: 		repeat-x;
	font-family: 			arial, helvetica, sans-serif;
 	color:					#333333;
 	font-size:				12px; 	
}

p#rootLinkWrapper {
	position:				absolute;
	top:					20px;
	z-index:				11;
	display:				block;
	width:					300px;
	height:					38px;
	right:					20px;
}

/* ltIe6 */
p#rootLinkWrapper a {
	display:				block;
	width:					300px;
	height:					0;
	overflow:				hidden;
	padding-top:			38px;
}

/* ie */
body.pageWithSubMenu p#rootLinkWrapper  {
	margin-top:				-129px;
}

/* ie */
body.pageWithoutSubMenu p#rootLinkWrapper  {
	margin-top:				-124px;
}

h1 {
	font-size:				24px;
}

h1,
h2,
h3 {
	font-family:			arial, helvetica, sans-serif;
	font-weight:			normal;
}

/* ltIe6 */
body#frontPage h1 {
	width:					980px;
	height:					0;
	overflow:				hidden;	
	padding:				104px 0 0 0;
	margin:					-104px 0 0 0;
	z-index:				9;
	position: 				absolute;
	background:				url(/images/topBg.jpg) no-repeat; /* same for div#top */
}

a {
	text-decoration: 		none;
	color:					#0066ff;
}

img {
	display: 				block;
	border: 				none;
}
	



/* General classes */

/*  ie5.css */
.clearFloat{
	clear:              	both;
	font-size:          	1px;
	line-height:        	1px;
	overflow:           	hidden;
}



/* Global classes */


/* --- Wrappers */

div#main {
	position: 				relative;
	text-align: 			left;
	width: 					1004px;
	margin: 				auto;
}



div#top {
	padding:				0 12px;
	position:				absolute;
	z-index:				10;
	top:					0;
	width:					100%;
	overflow:				hidden;
	background:				url(/images/topFadeBG.png) no-repeat;
	height:					149px;
	margin-top: 			-149px;	
}

div#content {
	padding:				0 20px;
	background:				url(/images/fadeBG.png) repeat-y;
	margin-top:				149px;
}

div#spacer {
	background:				url(/images/spacerBG.png) no-repeat;
	height:					10px;
}

div#footerBottom {
	background:				url(/images/footerBottomBG.png) no-repeat top;
	height:					20px;
}


/* M E N U S */

/* --- Topmenu */
div#top ul {
	list-style: 			none;
	padding:				0 0 0 10px;
	margin:					0;
	float:					left;
	text-transform: 		uppercase;
	margin-top:				94px;
	line-height:			30px;
	font-size:				11px;
	position:				relative;
	background: 			url(/images/topMenuBG.jpg) no-repeat;
	width:					100%;
	height:					55px;
}

div#top ul li {
	float:					left;
	background:				url(/images/topMenuItemBG.jpg) right no-repeat;
}

div#top ul li#selectedTopMenuItem a {
	color:					#333333;
	position: 				relative;
	z-index: 				100;
	background:				#e7e7e7 url(/images/topMenuItemActiveBG.jpg) repeat-x;
}

div#top ul li a {
	color:					#333333;
	padding:				0 10px;
	float: 					left;
	margin:					1px 2px 0 0;
	height: 				29px;
}

div#top ul li a:hover {
	background-image:		url(/images/topMenuItemHoverBG.jpg);
}

div#top ul ul {
	position:				absolute;
	width:					980px;
	margin-top:				30px; /* relative to the top of the parent ul */
	top: 					0;
	left:					0;
	background: 			none;
	height:					25px;
	line-height:			25px; /* ieLt7.css */
	font-size:				10px;
}

div#top ul ul li {
	background:				none;
	height:					25px;
	margin:					0;
}

div#top ul li#selectedTopMenuItem ul a {
	background:				none;
	display:				inline;
	height: 				auto;
}

div#top ul ul li a:hover {
	background:				url(/images/topMenuItemSubActiveBG.jpg) top left repeat-x !important;
	color:					#000000 !important;
}

div#top ul ul li#selectedSubMenuItem a {
	background:				url(/images/topMenuItemSubActiveBG.jpg) top left repeat-x;
	color:					#000000 !important;
}


div#top ul ul a {
	color:					#333333;
	margin:					0;
	line-height: 			27px;
}

/* --- Menu level3 */
ul#menuLevel3,
ul#menuLevel3 ul {
	display: 				block;
	list-style:				none;
	background:				url(/images/menu3Dots.gif) no-repeat;
	width:					161px;
	padding:				1px 0 0 0;
	margin:					0px;
	overflow: 				hidden;
}

ul#menuLevel3 ul {
	margin-top: 			2px;
}

/* ie.css */
ul#menuLevel3 li {
	display: 				block;
	background:				url(/images/menu3Dots.gif) bottom left no-repeat;
	padding:				2px 0 3px 0;
	margin: 				0;
}

ul#menuLevel3 li li {
	background:				none;
	line-height: 			0;
}

ul#menuLevel3 li a {
	display:				block;
	color:					#333333;
	padding:				6px 0 6px 2px;
	font-size:				12px;
	line-height: 			18px;
}

ul#menuLevel3 li a:hover, ul#menuLevel3 li#selectedMenuLevel3Item a {
	background-color:		#d4e644;
}

ul#menuLevel3 li#selectedMenuLevel3Item a {
	padding-left:			13px;
}
	
ul#menuLevel3 li#selectedMenuLevel3Item ul li a {
	display:				block;
	background: 			none;
	padding:				4px 0 4px 21px!important;
	font-size:				11px;
	line-height: 			12px;
	margin: 				0;
}

ul#menuLevel3 li#selectedMenuLevel3Item ul li a:hover, ul#menuLevel3 li#selectedMenuLevel3Item ul li#selectedMenuLevel4Item a {
	background-color:		#d4e644;
}







/* B R E A D C R U M B S */
ul#breadCrumbs {
	list-style: 			none;
	padding: 				0;
	margin: 				0;
	color:					#143770;
	font-size:				10px;
	height:					30px;
	line-height:			30px;
	overflow:				hidden;
}

body#sectionFrontPage ul#breadCrumbs, body#sectionFrontPage2 ul#breadCrumbs {
	height:					26px;
}



ul#breadCrumbs li {
	display:				inline;
}

ul#breadCrumbs a {
	color:					#143770;
}

/* F O O T E R */
/* ie */
div#footer {
	background:				url(/images/fadeBG.png) repeat-y;
	padding:				5px 12px 25px 12px;
}

ul#footerTopMenu {
	list-style: 			none;
	padding: 				0;
	margin: 				0 7px 15px 7px;
	height:					23px;
	line-height:			21px;
}

ul#footerTopMenu li {
	display:				inline;
	font-size:				11px;
	color:					#cccccc;
	margin-left:			0px;
}

ul#footerTopMenu li a {
	color:					#cccccc;
	margin:					0 3px;
}

div.footerWrapper {
	margin:					0 7px;
	width:					964px;
	background: 			url(/images/footerWrapperTopBG.gif) top left no-repeat;
	padding-top: 			9px;
}

div.footerWrapper div.footerWrapperInner {
	background: 			url(/images/footerWrapperBG.gif) bottom left no-repeat;
	overflow: 				hidden;
}


div#footer p.listDescription {
	font-size:				16px;
	color:					#666666;
	margin:					0 16px;
	padding-top:			10px;
	width:					850px; /* give layout */
}

ul#portalList {
	list-style:				none;
	padding:				0;
	margin:					12px 19px 13px;
	float:					left;
	display: 				inline; /* Kill double float margin bug */
}

/* ie */
/* ieLt7 */
ul#portalList li {
	background:				url(/images/greyArrowRight1.gif) left center no-repeat;
	display:				block;
	overflow:				hidden;
	float:					left;
	margin:					0 10px 3px 0;
	height:					16px;
	line-height:			16px;
	width:					177px;
}

/* ie */
ul#portalList li.lastCol {
	width:					153px;
	margin-right:			0;
}

/* ieLt6 */
/* ie */
ul#portalList li a {
	font-size:				11px;
	color:					#666666;
	padding-left:			12px;
	overflow:				hidden;
	white-space: 			nowrap	
}

ul#portalList li a:hover {
	color:					#0066FF;
}

/* T O P M E D I A   */
/* ie */
div#topMediaOuterWrapper {
	
	margin-bottom:			6px;
	margin: 				0 -8px;
}

div#topMediaWrapper {
	position: 				relative;
}

div#topMediaWrapper p {
	font-size: 				14px;
}

div#topMediaWrapper div.imageShifterImageWrapper {
	width:					980px;
}

div#topMediaWrapper div.imageShifterImageWrapper img.imageShifterImage1,
div#topMediaWrapper div.imageShifterImageWrapper img.imageShifterImage2 {
	display: 				block;
	position:				absolute;
	border:					none;
}

div#topMediaWrapper div.imageShifterImageWrapper img.imageShifterImage2 {
	display:				none;
}

/* C O N T E N T C O L U M N S */
div.contentColumn {
	float:					left;
	min-height:				10px; /* force with if column is empty */
	margin-left:			11px;
}

body#sectionFrontPage2 div.contentColumn {
	margin-left:			6px;

}

/* ltIe7 */
div.contentColumn div.innerColumn {
}

/* --- Content column Type A */
div.contentColumnTypeA {
	background:				#ffffff;
	padding-bottom:			22px;
	position:				relative;
}

div.contentColumnTypeA div.innerColumn {
	width:					578px;
}

div.contentColumnTypeA div.innerInnerColumn {
	background:				url(/images/columnBg1.jpg) repeat-x;
	border-top:				solid 1px #e7e7e7; /* Kill margin collapsing */
	min-height:				191px;
}

body#sectionFrontPage2 div.contentColumnTypeA div.innerInnerColumn {
	background: 			none;
	border: 				0;
}

div.contentColumnTypeA .moduleType1 {
	margin:					22px 17px 0;
}

div.contentColumnTypeA .imageModule {
	margin:					 0 0 8px 0;
}


body#frontPage div.contentColumnTypeA {
	padding-bottom:			0;
}

body#frontPage div#contentColumn3 p.imageWrapper {
	margin:					0;
}

/* --- Content column Type B */
div.contentColumnTypeB {
	background:				#e7e7e7 url(/images/columnTypeBBg.gif) repeat-y;
	position:				relative;
}

body#sectionFrontPage2 div.contentColumnTypeB {
	background:transparent url(/images/columnBg1.jpg) repeat-x scroll 0 0;
	min-height:				191px;
}
	
div.contentColumnTypeB div.innerColumn {
	width:					386px;
}

body#sectionFrontPage2 div.contentColumnTypeB div.innerColumn {
	width:					350px;
	padding:				16px 15px;
}

div.contentColumnTypeB div.moduleType2 {
	border:					solid 1px #cccccc;
	margin-bottom:			3px;	
	background-color: 		#ffffff;
}

body#sectionFrontPage2 div.contentColumnTypeB div.moduleType2 {
	border:					solid 1px #cccccc;
	margin-bottom:			10px;	
	background-color: 		#ffffff;
}

/* Represents the bottom borders (both white and grey) */
div.contentColumnTypeB div.bottom {
	position:				absolute;
	bottom:					0;
	width:					380px;
	margin-left:			3px;
	height:					3px;
	border-top:				solid 1px #cccccc;
	background:				#ffffff;
	font-size:				0;
	overflow:				hidden;
}

body#sectionFrontPage2 div.contentColumnTypeB div.bottom {
	display: 				none;
}

/* --- Content column Type C */
div.contentColumnTypeC div.innerColumn {
	width:					172px;
}

div#contentColumn3 div.innerColumn {
	width:					182px;
}

div.contentColumnTypeC div.moduleType2 {
	border:					solid 1px #cccccc;
	margin-bottom:			3px;	
}

/* --- Content column Type D */
div.contentColumnTypeD {
	position:				relative;
	background:				#ffffff;
	margin-left: 			8px;
}

div.contentColumnTypeD div.innerColumn {
	width:					378px;
	
}

/* --- Content column Type E */
div.contentColumnTypeE {
	position:				relative;
	background:				#ffffff;
	padding-bottom:			22px;
}

div.contentColumnTypeE div.innerColumn {
	width:					776px;
}

div.contentColumnTypeE .moduleType1 {
	margin:					22px 215px 0 17px;
}

div.contentColumnTypeE div.imageModule {
	margin-right:			0px;
}

div.contentColumnTypeE div.innerInnerColumn {
	background:				url(/images/columnBg1.jpg) repeat-x;
	border-top:				solid 1px #e7e7e7; /* Kill margin collapsing */
	min-height:				191px;	
}

/* C O N T E N T  C O L U M N S  P A G E S P E C I F I C S */

/* --- Frontpage */
body#frontPage div#contentColumn1,
body#frontPage div#contentColumn3 {
	margin-left:			0;
}

body#frontPage div#contentRow1 {
	margin-bottom:			10px;
}

body.pageWithoutSubMenu div#contentColumnsWrapper {
	padding-top: 			13px;
}

body#frontPage div#contentColumn1 {
	background:				#e7e7e7 url(/images/threeGrayColumns1.gif) repeat-y;
	overflow-x:				hidden;
}


/* --- Section frontpage */
body#sectionFrontPage div#contentColumn1, body#sectionFrontPage2 div#contentColumn1 {
	margin-left:			0;
}

/* --- Content page 2 columns */
body#contentPage2Columns div#seoContentColumnsWrapper {
	float:					right;
	width:					782px;
}

body#contentPage2Columns div#contentColumn1 { /* menu column */
	float:					left;
	margin-left:			0;
}

body#contentPage2Columns div#contentColumn2 {
	margin-left:			0;
}

body#contentPage2Columns div#contentColumn3 {
	background:				#ffffff;
}

/* --- Content page 3 columns */
body#contentPage3Columns div#seoContentColumnsWrapper {
	float:					right;
	width:					771px;
}

body#contentPage3Columns div#contentColumn1 { /* menu column */
	float:					left;
	margin-left:			0;
}

body#contentPage3Columns div#contentColumn2 {
	margin-left:			0;
}

body#contentPage3Columns div#contentColumn3 {
	background:				#ffffff;
}

/* --- News page */
body#newsPage div#contentColumn1 {
	margin-left:			0;
}

body#newsPage div.newsMenuWrapper {
	background:				url(/images/columnBg1.jpg) repeat-x;
	
	padding:				16px 14px 0 14px;
}

body#newsPage div.newsMenuWrapper ul.linkListTypeD, body#sectionFrontPage2 div.newsMenuWrapper ul.linkListTypeD {
	border:					0;
	border-left: 			1px solid #cccccc;
	border-right: 			1px solid #cccccc;
	background-color: 		#ffffff;
	padding: 				8px 0!important;
}

body#newsPage div.newsMenuWrapper ul.linkListTypeD li{
	margin:					0 14px;
	padding:				2px 0 3px 0;
	background: 			url(/images/dot.gif) repeat-x bottom;
}

body#newsPage div.newsMenuWrapper ul.linkListTypeD li a {
	margin:					0;
	padding:				4px 0;
}

body#newsPage div.newsMenuWrapper ul.linkListTypeD li.lastItem {
	background: 			none;
}



body#newsPage div.newsMenuWrapper ul.linkListTypeD li a:hover {
	color:					#333333;
	background:				#d4e644;
}

body#newsPage div.newsMenuWrapper ul.linkListTypeD li.activeItem a {
	color:					#333333;
	background:				#d4e644;
	padding:				0 0 0 8px;
}

body#newsPage div.newsMenuWrapper p.backLinksWrapper,
body#newsPage div.newsMenuWrapper p.forwardLinksWrapper {
	top:					0;
	position:				absolute;
	padding:				0;	
	margin:					0;
	line-height:			38px;
}

body#newsPage div.newsMenuWrapper p.backLinksWrapper {
	left:					7px;
	width:					30px;
}

body#newsPage div.newsMenuWrapper p.forwardLinksWrapper {
	right:					7px;
	width:					30px;	
}

/* ie */
body#newsPage div.newsMenuWrapper .linkToFirstPage,
body#newsPage div.newsMenuWrapper .linkToPreviousPage,
body#newsPage div.newsMenuWrapper .linkToNextPage,
body#newsPage div.newsMenuWrapper .linkToLastPage {
	display:				block;
	height:					0;
	overflow:				hidden;
	padding-top:			11px;
	margin-top:				10px;
}

/* ie */
body#newsPage div.newsMenuWrapper .linkToFirstPage {
	width:					12px;
	float:					left;
}
	
body#newsPage div.newsMenuWrapper a.linkToFirstPage {	
	background:				url(/images/grayDoubleArrowLeft1.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper a.linkToFirstPage:hover {	
	background:				url(/images/greenDoubleArrowLeft1.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper span.linkToFirstPage {	
	background:				url(/images/grayDoubleArrowLeft1Disabled.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper .linkToPreviousPage {
	float:					left;
	margin-left: 			12px;
	width:					6px;
}	
	
body#newsPage div.newsMenuWrapper a.linkToPreviousPage {	
	background:				url(/images/grayArrowLeft1.gif) right center no-repeat;
}

body#newsPage div.newsMenuWrapper a.linkToPreviousPage:hover {
	background:				url(/images/greenArrowLeft1.gif) right center no-repeat;
}


body#newsPage div.newsMenuWrapper span.linkToPreviousPage {	
	background:				url(/images/grayArrowLeft1Disabled.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper .linkToNextPage {
	float:					left;
}

body#newsPage div.newsMenuWrapper a.linkToNextPage {
	background:				url(/images/grayArrowRight1.gif) no-repeat;
}

body#newsPage div.newsMenuWrapper a.linkToNextPage:hover {
	background:				url(/images/greenArrowRight1.gif) no-repeat;
}

body#newsPage div.newsMenuWrapper span.linkToNextPage {
	background:				url(/images/grayArrowRight1Disabled.gif) no-repeat;
}

body#newsPage div.newsMenuWrapper .linkToLastPage {
	width:					12px;
	float:					right;
}

body#newsPage div.newsMenuWrapper a.linkToLastPage {
	background:				url(/images/grayDoubleArrowRight1.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper a.linkToLastPage:hover {
	background:				url(/images/greenDoubleArrowRight1.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper span.linkToLastPage {
	background:				url(/images/grayDoubleArrowRight1Disabled.gif) left center no-repeat;
}

body#newsPage div.newsMenuWrapper div.pagingListTypeAWrapper {
	width:					270px;
	margin:					0 36px;
	text-align: 			center;
	position:				absolute;
}

/* ie */
body#newsPage div.newsMenuWrapper div.pagingListTypeAWrapper ul {
	background:				none;
	position: 				relative;
	margin: 				0 auto;
	float: 					none;
	display: 				block;
}

/* ie */
body#newsPage div.newsMenuWrapper div.pagingListTypeAWrapper ul li {
	text-align: 			center;
	float: 					none;
	display:				inline;
	padding-bottom:			10px;
	background-position:	center 13px;
}

body#newsPage div#newsMenuTopPagingWrapper {
	background:				#E7E7E7 url(/images/barType3Bg.jpg) repeat-x;
	width:					348px;
	height:					30px;
	position:				relative;
	border:					1px solid #cccccc;
	border-bottom: 			0;
}

body#newsPage div#newsMenuBottomPagingWrapper {
	background:				#E7E7E7 url(/images/barType4Bg.jpg) bottom repeat-x;
	width:					348px;
	height:					30px;
	position:				relative;
	border-top: 			0;
	border:					1px solid #cccccc;
}

body#newsPage div#newsMenuBottomPagingWrapper .linkToFirstPage,
body#newsPage div#newsMenuBottomPagingWrapper .linkToPreviousPage,
body#newsPage div#newsMenuBottomPagingWrapper .linkToNextPage,
body#newsPage div#newsMenuBottomPagingWrapper .linkToLastPage {
	margin-top:				10px;
}

body#newsPage div#newsMenuBottomPagingWrapper div.pagingListTypeAWrapper ul {
	line-height:			34px;
}

body#newsPage div.newsMenuWrapper ul.pagingListTypeA {
	width:					auto;
}

/* P A G I N G L I S T  T Y P E  A */
ul.pagingListTypeA {
	float:					left;
	list-style:				none;
	margin:					0;
	height:					36px;
	overflow:				hidden;
	padding:				0 5px;
	font-size:				12px;
}

ul.pagingListTypeA li {
	display:				block;
	float:					left;
	padding:				0 3px;
}

ul.pagingListTypeA li.activeItem {
	background:				url(/images/whiteArrowUp1.gif) no-repeat;
	font-weight:			bold;
	color:					#000000;
}

ul.pagingListTypeA li a {
	color:					#333333;
	font-size:				11px;
}

/* ie6 */
/* ltIe6 */
div.contentColumnTypeD ul.pagingListTypeA {
	width:					368px;
}

/* --- Paging list type A 1 */

/* ie */
ul.pagingListTypeA1 {
	background:				#e7e7e7	url(/images/barType3Bg.jpg) repeat-x;
	line-height:			33px;	/* 33 */
}

ul.pagingListTypeA1 li.activeItem {
	background-position:	center 23px;
}

/* --- Paging list type A 2 */
ul.pagingListTypeA2 {
	background:				#e7e7e7	url(/images/barType4Bg.jpg) repeat-x;
	line-height:			45px;
}

ul.pagingListTypeA2 li.activeItem {
	background-position:	center 29px;
}

/* M O D U L E S */

/* H2 bar type 1 */
h2.barType1 {
	height:					31px;
	margin:					0;
	padding:				0 6px;
	font-size:				12px;
	color:					#333333;
	overflow:				hidden;
	line-height:			32px;
	background:				url(/images/barType1Bg.jpg) repeat-x;
}

body#sectionFrontPage2 h2.barType1, body#sectionFrontPage2 h2.barType2 {
	height:					30px;
	margin:					0;
	padding:				0 6px;
	font-size:				12px;
	color:					#333333;
	overflow:				hidden;
	line-height:			32px;
	background:				url(/images/barType5Bg.gif) repeat-x;
}

/* H2 bar type 2 */
/* ie.css */
h2.barType2 {
	background:				#e7e7e7	url(/images/barType2Bg.jpg) repeat-x -1px -1px;
	margin-top:				0;
	height:					32px;
	line-height:			37px;
	overflow:				hidden;
	padding:				0 7px;
	font-size:				12px;
}

/* H2 bar type 3 */
h2.barType3 {
	background:				#e7e7e7	url(/images/greenBar1BG.gif) repeat-x;
	margin-top:				0;
	height:					26px;
	line-height:			30px;
	overflow:				hidden;
	padding:				0 7px;
	font-size:				12px;
	text-transform:			uppercase;
}

/* H2 bar type 5 */
h2.barType5 {
	background:				#e7e7e7	url(/images/grayFadeWithBorders1.jpg) repeat-x;
	font-size:				12px;
	color:					#333333;
	margin:					0 0 3px 0;
	height:					32px;
	line-height:			34px;
	overflow:				hidden;
	padding:				0 7px;
	font-size:				12px;
	text-transform:			uppercase;
}

/* Preamble */
div.preambleModule {
	font-size:				14px;
	color:					#000000;
	line-height:			19px;
}

/* Text */
div.textModule {
	line-height:			18px;
}

/* Multi teaser */
div.multiTeaserModule {
	border:					solid 3px #ffffff;
	border-bottom:			none;
	background:				#e7e7e7;
}

body#sectionFrontPage2 div.multiTeaserModule {
	border:					0;
}

div.firstMultiTeaserModule {

}

div.multiTeaserModule div.innerWrapper {
	border:					solid 1px #cccccc;
}

div.lastMultiTeaserModule div.innerWrapper {
	border-bottom:			solid 3px #e7e7e7;
}

div.multiTeaserModule div.teaser {
	width:					366px;
	margin:					10px 6px 0;
	padding-bottom:			10px;
	border-bottom:			solid 1px #ffffff;
	float:					left;
	display:				inline;
}

div.multiTeaserModule div.teaser p.downloadLinkWrapper {
	margin:					1px 0;
}

div.multiTeaserModule div.teaser p.downloadLinkWrapper span {
	display:				block;
	background:				url(/images/grayArrowDown.gif) no-repeat 0 3px;
}

div.multiTeaserModule div.teaser p.downloadLinkWrapper a {
	padding-left:			12px;
}

div.multiTeaserModule div.lastTeaser {
	border-bottom:			none;
}

div.multiTeaserModule div.teaser h3 {
	float:					right;
	text-align:				left;
	width: 					267px;
	margin:					0;
	font-size:				12px;
	overflow:				hidden;
	height:					13px;
}

div.multiTeaserModule div.teaser div.textWrapper {
	float:					right;
	text-align:				left;
	width: 					267px;
	font-size:				10px;
	margin-top:				1px;
	line-height:			12px;
}

div.multiTeaserModule div.teaser img {
	float:					left;
}

/* Image to the left, headline, tagline, text and link to the right */
div.imageAndTextTypeAModule {
	float: 					left;
	position: 				relative;
	width: 					544px;
	display: 				inline;
}

div.imageAndTextTypeAModule div.imageWrapper {
	float:					left;
}

div.imageAndTextTypeAModule h2 {
	font-weight:			normal;
	font-size:				14px;
	margin:					0 0 2px;
	padding:				0;
}


div.imageAndTextTypeAModule h2.withoutTagLine {
	margin-top:				0;
}

div.imageAndTextTypeAModule p.tagLine {
	font-size:				10px;
}

div.imageAndTextTypeAModule div.textWrapper {
	font-size:				11px;
	line-height:			14px;
}

div.imageAndTextTypeAModule h2,
div.imageAndTextTypeAModule div.textWrapper,
div.imageAndTextTypeAModule p.tagLine,
div.imageAndTextTypeAModule p.linkWrapper {
	float:					right;
}

div.imageAndTextTypeAModule h2 {
	margin-top:				16px;
}

div.imageAndTextTypeAModule p.tagLine {
	position: 				absolute;
	top: 					0;
	margin:					0;
}

/* ie.css */
div.imageAndTextTypeAModule p.linkWrapper {
	background:				url(/images/blueArrowRight1.gif) no-repeat;
	margin:					9px 0 0 0;
}

div.imageAndTextTypeAModule p.linkWrapper a {
	font-weight:			bold;
	font-size:				11px;
	padding-left:		 	21px;
}

/* --- ImageAndTextTypeA1Module */
div.imageAndTextTypeA1Module div.imageWrapper {
	width:					188px;
}

div.imageAndTextTypeA1Module h2,
div.imageAndTextTypeA1Module div.textWrapper,
div.imageAndTextTypeA1Module p.tagLine,
div.imageAndTextTypeA1Module p.linkWrapper {
	width:					356px;
}

div.imageAndTextTypeA1Module p.tagLine {
	left:					188px;
}

/* ImageAndText2Module */
div.imageAndTextTypeA2Module div.imageWrapper {
	width:					108px;
}

div.imageAndTextTypeA2Module h2,
div.imageAndTextTypeA2Module div.textWrapper,
div.imageAndTextTypeA2Module p.tagLine,
div.imageAndTextTypeA2Module p.linkWrapper {
	width:					436px;
}

div.imageAndTextTypeA2Module p.tagLine {
	left:					108px;
}

/* Green headline, image, tagline and text */
div.imageAndTextTypeBModule {
	width: 					190px;
}

div.imageAndTextTypeBModule h2.barType3 {
	border-bottom:			solid 3px #ffffff;
	margin-bottom:			0;
}

div.imageAndTextTypeBModule span.imageWrapper {
	margin:					0;
	display:				block;
}

div.imageAndTextTypeBModule span.tagLine,
div.imageAndTextTypeBModule div.textWrapper {
	padding:				0 6px;
}

div.imageAndTextTypeBModule span.tagLine {
	font-size:				14px;
	margin:					5px 0 0 0;
	display:				block;
}

body#sectionFrontPage2 div.imageAndTextTypeBModule span.tagLine {
	margin:					10px 0 0 0;
}

div.imageAndTextTypeBModule div.textWrapper {
	font-size:				10px;
	margin-top:				4px;
}

body#frontPage div#contentColumn1 div.imageAndTextTypeBModule {
 	float: 					left;
 	margin-right:			4px;
 	padding-bottom:			18px;
}

body#frontPage div#contentColumn1 div.imageAndTextTypeBModule a {
	color:					#333333;
}

body#frontPage div#contentColumn1 div.imageAndTextTypeBModule a:hover {
	color:					#0066FF;
}

body#frontPage div#contentColumn1 div#imageAndTextTypeBModule3 {
	margin-right:			0;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule {
 	float: 					left;
 	margin-right:			4px;
 	padding-bottom:			10px;
 	font-size: 				12px;
 	background-color: 		#e7e7e7;
 	position: 				relative;
}


body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule span.tagLine {
	font-size: 				18px;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule div.textWrapper {
	font-size: 				12px!important;
	
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule a {
	color:					#333333;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule img {
	border-bottom: 			1px solid #ffffff;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule a:hover {
	color:					#0066FF;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col div.imageAndTextTypeBModule3 {
	margin-right:			0;
}

body#sectionFrontPage2 div#contentColumn1 div.teaser3col {
	background: 			url(/images/teaser3ColBG.jpg) repeat-y;
	margin-bottom:			0px;
}

body#sectionFrontPage2 div#contentColumn1 div.moduleSpacer {
	height:					10px;
	background-color:		#ffffff;
	line-height:			10px;
	overflow:				hidden;
}


/* Dual spot module */

div.dualSpotModule h2 {
	font-size: 				12px;
	color: 					#000000;
	margin: 				0 0 5px 0;
	float:					right;
	width:					159px;
}

div.dualSpotModule div.column {
	float: 					left;
	width:					267px;
}

div.dualSpotModule div.column1 {
	margin-right: 			10px;
}

div.dualSpotModule div.imageWrapper {
	float: 					left;
	margin-right: 			10px;
}

div.dualSpotModule div.textWrapper {
	float: 					right;
	width: 					159px;
	font-size:				11px;
	line-height:			14px;
}

div.dualSpotModule div.textWrapper div.text {
	font-size: 				11px;
	line-height: 			14px;
}




/* Linkmodule Type A */
/* ie */
p.linkModuleTypeA {
	background:				url(/images/dualDashedLine1.gif) left center repeat-x;
	padding:				0;
	margin-bottom:			0;
	height:					27px;
	line-height:			29px;
}

p.linkModuleTypeA span {
	display:				block;
	background:				url(/images/blueArrowDown1.gif) left 6px no-repeat;	
}

p.linkModuleTypeA a {
	color:					#333333;
	font-size:				11px;
	padding-left:			23px;
}

p.linkModuleTypeA a:hover {
	color:					#0066FF;
}

/* LinkList TypeA */
div.linkListModuleTypeA h2 {
	margin-bottom:			0;
}

/* ie */
div.linkListModuleTypeA ul {
	list-style:				none;
	margin:					0;
	padding:				0;
	border-bottom:			solid 1px #afafaf;
}

div.linkListModuleTypeA ul li {
	background:				url(/images/linkListModuleTypeALiBg.gif) left bottom repeat-x;
	display:				block;
	height:					26px;
	line-height:			27px;
	overflow:				hidden;

}

div.linkListModuleTypeA ul li.lastItem {
	background:				none;
}

div.linkListModuleTypeA ul span {
	display:				block;
	background:				url(/images/blueArrowDown1.gif) left 6px no-repeat;
	
}

div.linkListModuleTypeA ul li a {
	padding-left:			23px;
	color:					#333333;
	font-size:				11px;
}

div.linkListModuleTypeA ul li a:hover {
	color:					#0066FF;
}

/* Link list Type B */
div.linkListModuleTypeB ul {
	list-style:				none;
	margin:					0 6px 6px;
	padding:				0 7px;
	background:				#ffffff;
	border-bottom: 			solid 1px #ffffff; /* Kill margin collapsing in IE */
}

/* ie */
div.linkListModuleTypeB ul li {
	background:				url(/images/dashedLine1.gif) left bottom repeat-x;
	display:				block;
	padding:				7px 0;
}

div.linkListModuleTypeB ul li.lastItem {
	background:				none;
}

div.linkListModuleTypeB ul a, a.downloadLink {
	color:					#333333;
	font-size:				10px;
	display:				block;
	line-height:			13px;
	background:				url(/images/blueArrowDown2.gif) 0 3px no-repeat;
	padding-left:			13px;
}

div.linkListModuleTypeB ul a:hover {
	color:					#0066FF;
}

/* Link list Type C */
div.linkListModuleTypeC ul {
	list-style:				none;
	margin:					0 6px 6px;
	padding:				0 7px;
	background:				#ffffff;
	border-bottom: 			solid 1px #ffffff; /* Kill margin collapsing in IE */
}

div.linkListModuleTypeC ul li {
	display:				block;
	padding:				7px 0;
	background:				url(/images/dashedLine1.gif) left bottom repeat-x;	
}

div.linkListModuleTypeC ul li.lastItem {
	background:				none;
}

div.linkListModuleTypeC ul a {
	color:					#333333;
	font-size:				10px;
	display:				block;
	line-height:			13px;
}

div.linkListModuleTypeC ul span.date {
	display:				block;
}


/* --- Link list type D */
div.linkListTypeDWrapper h2 {
	text-transform:			uppercase;
}

ul.linkListTypeD {
	background:				none;
	list-style:				none;
	margin:					-2px 0 0;
	padding:				0;
}

ul.linkListTypeD li {
	background:				url(/images/grayAndWhiteLine1.gif) left bottom no-repeat;
	padding:				4px 0;
}

ul.linkListTypeD li.lastItem {
	background:				none;
}

ul.linkListTypeD li a {
	font-size:				11px;
	color:					#333333;
	padding:				2px 7px;
	display:				block;
}

ul.linkListTypeD li a:hover {
	color:					#0066FF;
}

ul.linkListTypeD li.activeItem a {
	background:				#ffffff;
}

body#newsPage ul.linkListTypeD span.date,
body#frontPage ul.linkListTypeD span.date,
body#newsPage ul.linkListTypeD span.pageLabel {
	display:				block;
	height:					12px;
	font-size:				10px;
}

body#newsPage ul.linkListTypeD span.pageLabel {
	font-weight: 			bold;
	font-size:				11px;	
}

body#frontPage ul.linkListTypeD {
	border-bottom:			none;
}

body#frontPage div.linkListTypeDWrapper {
	border:					solid 3px #ffffff;
	border-bottom:			none;
	background:				#e7e7e7;
}

/* ltIe7 */
body#frontPage div.linkListTypeDWrapper div.innerWrapper {
	border:					solid 1px #cccccc;
	border-bottom:			none;
}

/* ie */
body#frontPage ul.linkListTypeD span.date {
	margin-bottom:			2px;
}

/* --- Link list type E */
div.linkListTypeEWrapper h2 {
	text-transform:			uppercase;
}

ul.linkListTypeE {
	background:				none;
	list-style:				none;
	margin:					-4px 0 0;
	padding:				0;
}

ul.linkListTypeE li {
	background:				url(/images/grayAndWhiteLine1.gif) left bottom no-repeat;
	padding:				4px 0;
}

ul.linkListTypeE li.lastItem {
	background:				none;
}

ul.linkListTypeE li a {
	font-size:				11px;
	color:					#333333;
	padding:				2px 7px 1px 18px;
	display:				block;
	background:				url(/images/darkArrowRight1.gif) 8px 5px no-repeat;
}

ul.linkListTypeE li a:hover {
	color:					#0066FF;
}

body#frontPage ul.linkListTypeE {
	border-bottom:			none;
}

body#frontPage div.linkListTypeEWrapper {
	border:					solid 3px #ffffff;
	border-bottom:			none;
	background:				#e7e7e7;
}

/* ltIe7 */
body#frontPage div.linkListTypeEWrapper div.innerWrapper {
	border:					solid 1px #cccccc;
	border-bottom:			none;
}

body#frontPage ul.linkListTypeE span.date {
	margin-bottom:			2px;
}



/* Link list Type F */
div.linkListModuleTypeF ul {
	list-style:				none;
	margin:					6px 6px 6px;
	padding:				0 7px;
	background:				#ffffff;
	border-bottom: 			solid 1px #ffffff; /* Kill margin collapsing in IE */
}

div.linkListModuleTypeF ul li {
	display:				block;
	font-size: 				10px;
	padding:				7px 0;
	background:				url(/images/dashedLine1.gif) left bottom repeat-x;	
	
	line-height: 13px;
}

div.linkListModuleTypeF ul li.lastItem {
	background:				none;
}

div.linkListModuleTypeF ul a {
	color:					#333333;
	font-size:				11px;
}

div.linkListModuleTypeF ul span.date {
	display:				block;
}




/* Link list Type G */
div.linkListModuleTypeG ul {
	list-style:				none;
	margin:					0 6px 6px;
	padding:				0 7px;
	background:				#ffffff;
	border-bottom: 			solid 1px #ffffff; /* Kill margin collapsing in IE */
}

div.linkListModuleTypeG ul li {
	display:				block;
	font-size: 				10px;
	padding:				7px 0;
	background:				url(/images/dashedLine1.gif) left bottom repeat-x;	
	line-height: 13px;
}

div.linkListModuleTypeG ul li.firstItem {
	background:				none;
	background-color: 		#e7e7e7;
	padding:				0;
	margin-top:				15px;
}

div.linkListModuleTypeG ul li.firstItem a {
	padding: 				5px 5px 5px 140px;
	height: 				58px;
	overflow: 				hidden;
}


div.linkListModuleTypeG ul li.firstItem a img {
	position: 				absolute;
	margin-left:			-140px;
	margin-top:				-5px;
	border-right: 			1px solid #ffffff;
}

div.linkListModuleTypeG ul li.lastItem {
	background:				none;
}

div.linkListModuleTypeG ul a {
	color:					#333333;
	font-size:				10px;
	display: 				block;
}

div.linkListModuleTypeG ul span.date {
	display:				block;
	
}





/* Spacers */
div.spacerModule {
	height:					22px;
	margin-top:				0 !important;
}

div.spacerModuleTypeA {
	background:				url(/images/dashedLine1.gif) left bottom repeat-x;
} 

div.spacerModuleTypeB {
	border-bottom:			solid 1px #afafaf;
}

/* Image shifter */
body#newsPage div.imageShifterModule,
body#contentPage2Columns div.imageShifterModule,
body#contentPage3Columns div.imageShifterModule {
	position:				absolute;
	top:					0;
}

div.imageShifterModule div.outerImageWrapper {
	border-bottom:			solid 3px #ffffff;
}

div.imageShifterModule div.dataWrapper {
	border-bottom:			solid 3px #ffffff;
	height:					26px;
	line-height:			26px;
	padding:				0 17px;
	background:				#98ce23 url(/images/greenBar1BG.gif) repeat-x;
}

/* ltIe6 */
body#contentPage2Columns div.imageShifterModule div.dataWrapper {
	width:					742px;
}

/* ltIe6 */
body#newsPage div.imageShifterModule div.dataWrapper,
body#contentPage3Columns div.imageShifterModule div.dataWrapper {
	width:					544px;
}


div.imageShifterModule p.tagLine {
	font-size:				11px;
	padding-top:			1px;
	margin:					0;
	height: 				26px;
	overflow: 				hidden;
	float:					left;
}

div.imageShifterModule p.controlPanel {
	float:					right;
	padding:				0;
	margin:					0;
	height:					26px;
}

/* ieLt7 */
div.imageShifterModule div.imageShifterImageWrapper {
	width:					578px;
	height:					198px;
}

/* ie */
div.imageShifterModule p.controlPanel a {
	margin-top:				8px;
	display:				block;
	float:					left;
	height:					0;
	overflow: 				hidden;
	width:					6px;
	padding-top:			11px;
	background-repeat:		no-repeat;
	background-position:	center center;
	text-indent: 			-5000px;
}

div.imageShifterModule p.controlPanel a.previous {
	background-image:		url(/images/darkArrowLeftGreenBg1.gif);
	margin-right:			19px;
}

div.imageShifterModule p.controlPanel a.next {
	background-image:		url(/images/darkArrowRightGreenBg1.gif);
}


div.imageShifterModule div.imageShifterImageWrapper img.imageShifterImage1,
div.imageShifterModule div.imageShifterImageWrapper img.imageShifterImage2 {
	display: 				block;
	position:				absolute;
	border:					none;
}

div.imageShifterModule div.imageShifterImageWrapper img.imageShifterImage2 {
	display:				none;
}


/* Teaser module */
div.teaserModuleTypeA {
	padding-bottom:			5px;
}

div.teaserModuleTypeA div.contentWrapper {
	padding:				0 6px;
}

div.teaserModuleTypeA div.imageWrapper,
div.teaserModuleTypeA div.textWrapper {
	margin-bottom:			5px;
}

div.teaserModuleTypeA div.imageWrapper img {
	border:				solid 1px #ffffff;
}

div.teaserModuleTypeA div.textWrapper {
	font-size:			10px;
	line-height:		13px;
}

/* Image module type B */
div.fullWidthImageModuleTypeB img {
	border:				solid 1px #ffffff;
}

body#sectionFrontPage2 div.fullWidthImageModuleTypeB {
	margin-top: 		0;
	margin-bottom: 		10px;
}

body#sectionFrontPage2 div.fullWidthImage2ModuleTypeB {
	position: 			relative;
	top:				-16px;
	left:				-15px; 
}

body#sectionFrontPage2 div.fullWidthImage2ModuleTypeB, body#sectionFrontPage2 div.fullWidthImage2ModuleTypeB img, body#sectionFrontPage2 div.fullWidthImageModuleTypeB, body#sectionFrontPage2 div.fullWidthImageModuleTypeB img {
	border:				0 !important;
}


/* htmlWrapper */

div.htmlWrapper {
	width: 				776px;
	overflow-x: 		hidden;
}


a.footerThumbsControlLeft, a.footerThumbsControlRight {
	display: 			block;
	float: 				left;
	width:				57px;
	height:				95px;
	outline: 			none;
}

a.footerThumbsControlLeft{
	background: 		url(/images/footerControlLeft.gif) no-repeat 20px 33px;
}

a.footerThumbsControlRight {
	background: 		url(/images/footerControlRight.gif) no-repeat 24px 33px;
}

div#footerThumbs {
	float: 				left;
	position: 			relative;
	height:				95px;
	width:				849px;
	overflow: 			hidden;
	white-space: 		nowrap;
}

div#footerThumbs span {
	display:inline-block;
	width:849px;
}

div#footerThumbs a {
	position: 			relative;
	display: 			inline-block;
	margin:  			5px 6px 0 5px;
	width: 				63px; 
	height: 			86px;
}

div#footerThumbs a div {
	width: 				63px; 
	height: 			86px;
}

div#footerThumbs a canvas {
	
}

div#footerThumbs a img {
	width:				63px;
	height:				62px;
	border:				0;
}

div.imageBox {
	position: 			relative;
	overflow: 			hidden;
	width:				578px;
	height:				253px;
	margin-bottom: 		8px;
}

div.imageBox a.imageBoxImg {
	display: 			block;
	position: 			absolute;
	width:				396px;
	height:				253px;
	left:				0;
	top:				0;
	opacity:			0;
	filter: 			alpha(opacity=0);	
}


div.imageBox a.imageBoxImgOver {
	display: 			block;
	position: 			absolute;
	width:				396px;
	height:				253px;
	left:				0;
	top:				0;
	opacity:			1;
	filter: 			alpha(opacity=100);	
}

div.imageBox a.imageBoxImgSmall, div.imageBox a.imageBoxImgSmallOver {	
	overflow: 			hidden;
	display: 			block;
	position: 			relative;
	width:				127px;
	height:				59px;
	margin:				0 0 2px 398px;
	background: 		url(/images/imageBoxSmallBG.jpg) no-repeat;
	color:				#69758c;
	font-size: 			18px;
	line-height:		18px;
	font-weight: 		bold;
	padding:			12px 10px 12px 43px
}

div.imageBox a.imageBoxImgSmallOver {
	background: 		url(/images/imageBoxSmallOverBG.jpg) no-repeat;
	color:				#7dd3f7;
}


div.imageBox a.imageBoxImg img {
	width:				396px;
	height:				253px;
}

div.imageBox a.imageBoxImgSmall img, div.imageBox a.imageBoxImgSmallOver img {
	width:				180px;
	height:				83px;
}

div.contentMediaOuterWrapper {
	margin-bottom:		8px;		

}

div.contentMediaWrapper {
	position:			relative;

}

div.contentMediaWrapper p {
	font-size: 				14px;
}

div.contentMediaWrapper div.imageShifterImageWrapper {
	width:					578px;
}

div.contentMediaWrapper div.imageShifterImageWrapper img.imageShifterImage1,
div.contentMediaWrapper div.imageShifterImageWrapper img.imageShifterImage2 {
	display: 				block;
	position:				absolute;
	border:					none;
}

div.contentMediaWrapper div.imageShifterImageWrapper img.imageShifterImage2 {
	display:				none;
}

div.textBlock {
	background: url(/images/columnBg1.jpg) repeat-x scroll 0 0;
	padding-top:			20px;
	margin-bottom: 			10px;
}

body#sectionFrontPage2 div.contentColumnTypeA div.textBlock .moduleType1 {
	margin-top: 			0;
}

body#sectionFrontPage2 div.contentColumnTypeA div.textBlock .preambleModule {
	margin-top: 			15px;
}

body#sectionFrontPage2 div.contentColumnTypeA div.textBlock .textModule {
	margin-top: 			15px;
}

div.nlSettings {
	position: 				relative;
	margin:					17px;
	background: 			#d3eef9 url(/images/nlSettingsBottom.gif) bottom repeat-x;
	padding-bottom: 		35px;
}

div.nlSettings div {
	border-bottom: 			2px solid #ffffff;
	background: 			url(/images/nlSettingsTop.gif) top repeat-x;
	padding:				17px 13px;
}

div.nlSettings span {
	display: 				block;
}

div.nlSettings ul {
	list-style: 			none;
	margin:					20px 17px;
	padding: 				0;
	
}

div.nlSettings ul li {
	float: 					left;
	width:					50%;
	margin:					5px 0;
	
}

div.nlSettings form input.submit {
	position: 				absolute;
	right:					44px;
	background: 			none;
	border:					0;
}