/* --  global  -----------------------------------------------------*/

body {
	font-family					: verdana, Arial, Helvetica, sans-serif;
	color						: #ffffff;
	font-size					: 1.0em;
	background					: #171b1b;
	margin						: 0 auto;
	padding						: 0px;
	width						: 760px;
}
/* --  No margin  --------------------------------------------*/
p, ul, li, h1, h2, h3, h4, h5, h6{

}
/* --  headings ( h1 - h6 ) --------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family					: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
h1{
	font-size					: 11px;
	margin						: 0px 0px 10px 0px;
	color						: #ffffff;
	text-transform				: uppercase;
	font-weight					: normal;
}
h2 {
	font-size					: 11px;
	margin						: 0px 0px 10px 0px;
	color						: #ffffff;
	font-weight					: normal;
}
h3 {
	font-size					: 11px;
	margin						: 0px 0px 10px 0px;
	color						: #36A7E8;
	font-weight					: normal;	
}
p {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	padding						: 0px;
	margin						: 0px;
}

a:link, a{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color						: #ffffff;
	text-decoration				: none;
}


a:hover {
	color						: #ffffff;
	text-decoration				: none;
}

a:active {
	color						: #ffffff;
}
a:visited {
	color						: #ffffff;
}
/* --  printheader  -----------------------------------------------------*/
#printHeader {
	display						:none;
	visibility					:hidden;
}
/* --  content  -----------------------------------------------------*/

.contentTxt {
	font-size							: 11px;
	line-height							:15px;
}

/* --  header  -----------------------------------------------------*/
#header{
	height							: 258px;
	width							:100%;
	position						:relative;
	background-image				:url(../images/header/logo.jpg);
	background-position				: 360px 6px;
	background-repeat				:no-repeat;
	margin-top:10px;
}
#branding{
	position						:absolute;
	top								:0px;
	left							:20px;
	text-align						:right;
	margin-top						:18px;
}
#currentProject{
	position						:absolute;
	top:83px;
	width:260px;
	right:0;
}
/* --  mainPArt  -----------------------------------------------------*/
#mainPart { 
	width							:760px;
	position						:absolute;
	top								:96px;
	float							:left;
	
}
#mainLogoTransp {
position							:absolute;
top									:0px;
right								:0px;
background							:url(../images/header/logo-transp-home.png) no-repeat;
width								:132px;
height								:132px;

}
* html #mainLogoTransp {

background							:url(../images/header/logo-transp-home.gif) no-repeat;

}

/* --  mainLeft  -----------------------------------------------------*/
#mainLeft { 
	width							:480px;
	float							:left;
	margin-top						:0px;	
}
#mainHomeLeft {
	width							:330px;
	float							:left;
	position						:absolute;
	float							:right;
	left							:150px;
	overflow						:hidden;

}

/* --  mainRight  -----------------------------------------------------*/
#mainRight { 
	width							:260px;
	top								:-32px;	
	float							:right;
}

#menuPart	{
	width							: 240px;
	float							:left;
}

/* --  linksMenu  -----------------------------------------------------*/
#menu ul {
	color						: #36A7E8;
	font-size					: 11px;
	list-style-position			:outside;
}
#menu li {
	display						:block;
	margin-top					:2px;
	margin-bottom				:3px;

}
.menuTitle a:link, .menuTitle a{
	color						:#36A7E8;
}
.menuTitle a:active {
	color						: #9fd7c9;
}
.menuTitle a:visited {
	color						: #36A7E8;
}
.menuTitle a:hover {
	color						: #36A7E8;
	text-decoration				: none;
}
/* --  submenu  -----------------------------------------------------*/
.submenu {
	margin-left					:15px;
	color						:#FFFFFF;
	list-style-position			:outside;
	margin-top					:2px;
	margin-bottom				:3px;
}

.submenu li {
	display						:block;
}
.submenu a:link, .submenu a{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color						: #ffffff;
	text-decoration				: none;
}

.submenu a:active {
	color						: #9fd7c9;
}
.submenu a:visited {
	color						: #ffffff;
}
.submenu a:hover {
	color						: #36A7E8;
	text-decoration				: none;
}
/* --  rightContent  -----------------------------------------------------*/
.stipsPart {
	height						:20px;
	background-image			:url(../images/global/stipps-horizontaal.png);
	background-repeat			:repeat-x;
	width						:240px;
	float						:left;
}
.stipsPartSmall {
	height						:20px;
	background-image			:url(../images/global/stipps-horizontaal.png);
	background-repeat			:repeat-x;
	width						:60px;
}
.stipSpacer {
	height						:10px;
}

#contentPart {
	width						: 240px;
	float						:left;

}

/* --  img slider  Home -----------------------------------------------------*/
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 480px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:480px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 10000px;
		}

/* --  img slider  content -----------------------------------------------------*/
div.homeScroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 330px; 
	height: 495px;
	overflow: hidden;
	}
	div.homeScroller div.homeSection {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:330px;
		height:495px;
		overflow:hidden;
		float:left;		
		}
	div.homeScroller div.homeContent {
		width: 10000px;
		}


/*  -- --------------------------------------------------------------------*/		
#picNumbers{
	height						:30px;
	line-height					:30px;
	float:left;
}
#picNumbers li {
	display						:inline;
	text-align					:center;
	width						: 20px;
	height:30px;

}

#picNumbers a, #picNumbers a:link{
	color						: #ffffff;
	text-decoration				: none;
}

#picNumbers a:visited {
	color						: #ffffff;
}
#picNumbers a:hover {
	color						: #36A7E8;
	}
#picNumbers a:active {
	color						: #36A7E8;
}
/* --  linksFotoNummers  -----------------------------------------------------*/



/* --  media containter  -----------------------------------------------------*/
#ctr_flvPlayer {
width:480px;
height:390px;

}

#ctr_flvPlayerTrailer {
width:480px;
height:300px;

}
/* --  copyrright  -----------------------------------------------------*/
.copyrightFont {
	font-size:9px;
	text-align:right;
	float:right;
	line-height:30px
}
.pressLanguage {
	font-size:9px;	
}
.mediaAttentionBranding {	
	text-align:right;
	margin-top:3px;
	margin-bottom:10px;
	float:right;

}
.contactTekst {
	font-size						:11px;
	line-height						:18px;
	color							:#ffffff;
}
.contactTekst a:link, .contactTekst a{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color						: #36A7E8;
	text-decoration				: none;
}

.contactTekst a:active {
	color						: #36A7E8;
}
.contactTekst a:visited {
	color						: #36A7E8;
}
.contactTekst a:hover {
	color						: #36A7E8;
	text-decoration				: none;
}
