* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #494949;
	background-repeat: no-repeat;
	
}


html {
	background-image: url('../img/dotted.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: #fff;
	
}
body {
	font-size: 11px;
	overflow-x: hidden;
}
#contentdiv, #searchresults {
	line-height: 1.6;
	font-size: 12px;	
}
#contentdiv ul {
	margin: 10px;
	clear: both;
}
#contentdiv li {
	padding-left: 10px;
	background-image: url('../img/li.gif');
	list-style: none;
	background-position: 0px 4px;
	
}
#contentdiv a:hover {
	text-decoration: none;
}
#logodiv {
	background-color: #FFFFFF;
    background-image: url("../img/logo.png");
    background-position: 5px 58px;
    cursor: pointer;
    height: 90px;
    left: 722px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -1234em;
    top: 20px;
    border-top: 1px solid #fff;
    width: 175px;
    z-index: 16;
}


#searchdiv {
	position: absolute;
	z-index: 5;
	left: 722px;
	top: 0px;
	width: 175px;
	height: 19px;
	background-color: #35B3D1;
}

#searchdiv .zoekveld {
	background-color: transparent;
	
	border: 0px;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	
	width: 139px;
	float: left;
	margin-top: 1px;
}
#searchdiv .zoekbutton {
	background-color: transparent;
	border: 0px;
	text-indent: -99999px;
	overflow: hidden;
	width: 26px;
	float: right;
	background-image: url('../img/zoek.gif');
	background-position: center center;
	height: 19px;
	cursor: pointer;
}

#bluebalk {
	position: absolute;
	left: 0px;
	top: 111px;
	width: 37px;
	height: 74px;
	background-color: #35B3D1;
	z-index: 4;
}
.home #bluebalk {height: 150px;}
#bluebalk_right {
	position: absolute;
	left: 722px;
	top: 111px;
	height: 66px;
	right: 0px;
	min-width: 270px;  
	background-color: #35B3D1;
	z-index: 3;
	font-size: 24px;
	font-weight: bold;
	color: #D7F0F6;
	padding: 8px 0px 0px 8px;
}

#topmenu-container {
	position: absolute;
	left: 37px;
	border-top: 20px solid #fff;
	top: 0px;
	width: 860px;
	z-index: 2;
}

#topmenu-container {
	background-image: url(../img/bg/highway.jpg);
	background-position: -220px -158px;	
}
#topbuttons {
	position: absolute;
	left: 37px;
	top: 20px;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topbuttons li {
	float: left;
	width: 127px;
	height: 91px;
	border-right: 1px solid #fff;	
}
#topbuttons * {
	cursor: pointer;
	color: #fff;
}
#topbuttons a {
	display: block;
	text-decoration: none;
}
#topbuttons a span {
	float: left;
	border-bottom: 1px solid #fff;
	padding: 5px;
	width: 117px;
	clear: both;
}
#topbuttons a span.top {
	padding-top: 3px;
	height: 43px;
	background-image: url('../img/toplink.png');
	cursor: pointer;
	
}
* html #topbuttons a span.top {
	background-image: url('../../blueprint/img/spacer.gif');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="site/img/toplink.png", sizingMethod="crop");
}

#topbuttons a:hover span.top,
#topbuttons .active a span.top {
	background-image: url('../img/toplink_hover.png');
}
* html #topbuttons a:hover span.top,
* html #topbuttons .active a span.top {
	background-image: url('../../blueprint/img/spacer.gif');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="site/img/toplink_hover.png", sizingMethod="crop");
}

#topbuttons a span.bottom {
	height: 36px;
	background-color: #35B3D1;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 5px;
	padding-top: 2px;
}

#topbuttons a:hover span.bottom,
#topbuttons .active a span.bottom {

	background-color: #801682;
	border-color: #801682;
}




#contentdiv, #logindiv, #searchcontainer {
	position: relative;
	margin-left: 37px;
	margin-top: 185px;
	width: 511px;
	z-index: 5;
	background-image: url('../img/dotted.gif');
	background-position: -37px 0px;
	background-repeat: repeat-y;
	background-color: #fff;
	opacity: 0.9;
	display: block;

}

.home #contentdiv, .home #logindiv,.home #searchcontainer {margin-top: 261px;}
#content, #logindiv .content, #searchresults {
	
	margin: 0 0 0 1px;
	width: 490px;
	background-color: #fff;
	padding: 10px 10px 10px 9px;
	display: block;
}

#content2 {
	width: 163px;
	padding: 5px;
	position: absolute;
	right: 176px;
	top: 100%;
	float: right;
	overflow: hidden;
	z-index: 3;
	font-size: 12px;
	line-height: 1.6;
}
#content2 > div {
	height: 152px;
	overflow: hidden;
	
}
#content2 > a {
	background-color: #903E92;
	margin: 10px -5px 0 -5px;
	display: block;
	text-align: right;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#content2 > a:hover {

	text-decoration: underline;
}
#content2 img {
	max-width: 163px;
	max-height: auto;
	
}


#contenttitle, #logindiv .title, #title_e, #searchtitle, #contentdiv h3 {
	padding: 20px 10px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #903E92;
	display: block;
	background-color: #fff;
	width: 489px;
	margin: 0 0 0 1px;

}

#contentdiv h3 {
	font-size: 12px;
	padding: 10px 0 0 0 ;	
}
#content2 h2 {
	color: #fff;
	margin: -5px -5px 5px -5px;
	padding: 5px;
	background-color: #903E92;
}
#content2 h3 {
	font-size: 12px;
	color: #903E92;
	padding: 0;
	margin-bottom: 5px;
}
#content, #logindiv .content, #searchresults {

	min-height: 300px;
	
	
}
* html #content {
	height: 300px;
}

#topmenu > h2 {
	display: none;	
}

#topmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#topmenu .menulevel1 {
	float: right;
	width: 175px;
	margin-top: 230px;
		
}
.home #topmenu .menulevel1 {
	margin-top: 241px;	
}
#topmenu a {
	text-decoration: none;
	cursor: pointer;

}
#topmenu a * {
	cursor: pointer;
}
#topmenu ul {background-color: #35B3D1;}
#topmenu .menulevel1 li.currenttree ul {background-color: #fff;}
#topmenu .menulevel2 li.currenttree ul {background-color: #f3f3f3;}
#topmenu li {
	display: block;
}
#topmenu a {outline: none;}
#topmenu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #74CBDF;
	background-image: url('../img/pl.gif');
	background-position: 3px 6px;	
	
}
#topmenu .menulevel2 li a {	background-position: 13px -38px;}
#topmenu .menulevel3 li a {	background-position: 23px -38px;}
#topmenu .menulevel4 li a {	background-position: 33px -38px;}
#topmenu li a span {color: #fff;}

#topmenu a:hover, #topmenu a.currentlink {

	background-color: #fff;
	color: #35B3D1;
	background-position: 2px -38px;
}
#topmenu li a:hover span,
#topmenu li a.currentlink span {color: #801682;}


#topmenu .menulevel2 a {
	padding-left: 20px;	
}
#topmenu .menulevel2 a span {color: #35B3D1;}
#topmenu .menulevel3 a {
	padding-left: 30px;	
}
#topmenu .menulevel4 a {
	padding-left: 40px;	
}
   
#topmenu .menulevel1 ul {
	display: none;
	
}
#topmenu .menulevel1 .currenttree > ul {
	display: block;
}   

#searchresults .title{
	font-weight: bold;
	font-size: 14px;
	color: #35B3D1;
	padding-top: 6px;
	border: 0px;
	cursor: pointer;
	text-decoration: none !improtant;
}
#searchresults .content {
	cursor: pointer;  
	width: 100%;
}
#searchresults .trail {
	background-color: #fff;
	padding-bottom: 6px;
}
#searchresults .trail a {
	color: #35B3D1;
	padding: 0px !important;
	text-decoration: none;
}
#searchresults .trail a:hover {
	text-decoration: underline;
}
#searchresults .CSearchItem {
	background-color: #fff;
	border-bottom: 1px solid #35B3D1;
}
#searchresults a {
	text-decoration: none;
	color: #000000;
	background-color: #fff;
}

#searchresults a:hover {
	text-decoration: underline;
}


.inputrow {
	float: left;
	width: 362px;
}

.inputlabel, .inputheader, #usertext, #passtext {
		font-weight: bold;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-right: 10px; 
		width: 102px;
		float: left;
	}

	.inputheader {
		color: #006DBB;
		border: none;
		white-space: nowrap;
	}

	
	.inputfields, #userinput, #passinput {
		float: left;
		width: 250px;
		margin-bottom: 4px;
		


	}
	
	.rowover .inputfields {
		border-bottom: 1px solid #000000;
	}
	

	
	
	.inputrow input, .InvoerLabel textarea, .inputrow textarea, #passinput input, #userinput input, #searchmoment input {
		border: 1px solid #35B3D1;
		background-position: right center;
		background-repeat: no-repeat;
		padding-left:  2px;
		display: inline;
		width: 234px;
		
		
	}
	
	input.inputradio {
	 	border: none;
	 	width: 12px;
	 	height: 12px;
	 	margin-right: 5px;
	 }
	.inputrow textarea {
		height: 100px;
		background-position: right 5px;
	}
	
	.required {
		background-image: url('../img/required_non.gif');
	}

	.reqex {
		float: right;
		background-position: right center;
		background-repeat: no-repeat;
		padding-right: 15px;
	}
	#requiredmessage {
		padding: 3px;
		color: #ff0000;
		font-weight: bold;
		background-repeat: repeat;
		float: left;
		width: 354px;
		margin-bottom: 10px;
		
	}
	
	.wrongmessage, .okmessage {
		font-weight: bold;
		padding: 2px;
		clear: both;
	}
	.wrongmessage {
		color: #ff0000;
		background-image: url(../img/wrong.gif);
	}
	.okmessage {
		color: #31BA04;
		background-image: url(../img/good.gif);
	}
	#linked .psubmit, #linked .loginbutton {
		background-color: #35B3D1;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		float: right;         
		clear: both; 
		margin-bottom: 30px;
	}
	.loginbutton {
		float: left;
	}
	
	.pn {
		background-color: #35B3D1;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
	}
#content object, #content embed, #content img {
	clear: both;
	display: block;
	float: none;
}                  

#contentdiv #linked {
	
	
}

#home {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	background-color: #801682;
	margin-top: 71px;
	margin-left: -37px;
	z-index: -1;
	opacity: 0.6;
	display: none;
}
.home #home {display: block;}
#home ol, #home ul {list-style: none; padding: 0; margin: 0;}
#home ol li {display: none;}
#home ol li {
	background-color: #801682;
	height: 51px;
	width: 127px;
	position: absolute;
	top: -91px;
	text-indent: -1234em;
}	

#home ol li.active {display: block;}
#topmenu-container > h4, #topmenu-container > h3 {position: absolute; z-index: 40; color: #fff; font-size: 18px; font-weight: normal; top: 152px; display: none;}
.home #topmenu-container > h4, .home #topmenu-container > h3 {
	display: block;
}
#topmenu-container > h3 {color: #fff; font-weight: bold; font-size: 20px}
#topmenu-container > h4 {padding-top: 22px;}
#tempcontent {display: none;}   



a.youtube {
	float: left;
	width: 122px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
a.youtube span {
	text-decoration: none;
	color: #494949;
	margin-bottom: 10px;
	display: none;
	
}
a.youtube img {
	border: 1px solid #35B3D1;
	float: left;
	clear: both;
	margin-bottom: 2px;
}
a.youtube:hover img {
	border-color: #903E92;
}
a.youtube:hover span {
	color: #903E92;
}
         
#grayer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 39;
}
#youtubeplayer, #lightbox {
	position: fixed;
	left: 50%;
	margin-left: -280px;
	top: 50%;
	margin-top: -170px;
	width: 560px;
	height: 340px;
	z-index: 40;
}
#lightbox {
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	margin: -3px;
	border: 3px solid #fff;
}
#lightbox iframe {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#flashcontainer {
	position: fixed;
	border: 2px solid #35B3D1;
	z-index: 40;
	padding: 10px;
	background-color: #fff;
}
.shadows {
	position: absolute;
	left: -37px;
	top: -20px;
	z-index: -1;
	
	
}
.shadows > * {
	position: absolute;
	width: 502px;
	height: 302px;
	left: 68px;
	top: 162px;
	overflow: hidden;
	text-indent: -1234em;
	background: url(../img/shadow.png);
	z-index: 2;
}
.home .shadows span {
	top: 238px;
}
 .shadows em, .shadows i  {
	background: url(../img/right-shadow.png);
 }
 .shadows em {
 	left: 699px;
 	top: 230px;
 	background-position: 0 -324px;
 }
 .home .shadows em {
 	top: 241px;
 }
 
 .shadows i {
 	left: 699px;
 	top: -94px;
 	background-position: 0 0;
 }
 
 .shadows b {
	background: none repeat scroll 0 0 #FFFFFF;
    height: 111px;
    left: 549px;
    top: 0;
    width: 173px;
    z-index: 1;
 }

address {
	display: block;
	clear: both;
	width: 489px;
	margin-left: 38px;
	padding: 10px 10px;
	background: url(../img/bg/highway.jpg) no-repeat 0 0;
	color: #fff;
	
	font-style: normal; 
	position: fixed;
	bottom: 0;
	z-index: 100;
}
address a {
	color: #fff;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}


.siemensed #contentdiv object,
.siemensed #contentdiv embed,
.siemensed #contentdiv img  {

	max-width: 490px; 
	max-height: auto;
	position: relative !important;
}
.flash-wrapper {
	position: relative;
	width: 490px;
	overflow: hidden;
}
.siemens-helper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;
	background: url(../img/open-popup.png) no-repeat 100% 50%;
}

a.close {
	position: absolute;
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -20px;
}
.partners {
	display: block;
	position:Relative;
	overflow: hidden;
	margin-left: 731px;
	width: 174px;
	margin-bottom: -36px;
	
}
.partners h3 {
	font-size: 11px;
	margin-bottom: 4px;
	color: #903E92;
}
.partners ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.partners ul li {
	float: left;
	width: 50%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	text-indent: -1234em;                                                 
	cursor: pointer;

}
.partners ul li.logo-microsoft {background-image: url(../img/logo-microsoft.png);}
.partners ul li.logo-siemens {background-image: url(../img/logo-siemens.png);}
.partners ul li.logo-kpn {background-image: url(../img/logo-kpn.png);}
.partners ul li.logo-tele2 {background-image: url(../img/logo-tele2.png);}
