/*
	TABLE OF CONTENTS:
	- Browser reset		Removes most browser differences
	- HTML elements		Styling of tags
	- Generic content	Styling for text created with rich text editors
	- Main containers	Styling of all containers and its content
	- Form				All styling of forms
	- General			Styles that are not confined to a specific container
	- Page				All style resets that start with "body.ClassName"
	- CMS				Styles that are used in the page editor of the CMS
	- Hacks				Mainly Firefox hack
	- Print				Extra styling in case the page is printed
 */






/*
 * Begin browser reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * End browser reset
 */






/*
 * Begin HTML elements
 */

body {
	background:#d8edeb url("../images/bg_verloop.jpg") 0 0 repeat-x;
}

body,
input,
select,
textarea {
	color: #000;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	line-height:140%;
	
}

a:link,
a:hover,
a:active,
a:visited {
	color: #f4a600;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

a.hrefBlack:link,
a.hrefBlack:hover,
a.hrefBlack:active,
a.hrefBlack:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a.hrefBlack:hover,
a.hrefBlack:focus {
	text-decoration: underline;
}

a.hrefBlack.bold:link,
a.hrefBlack.bold:hover,
a.hrefBlack.bold:active,
a.hrefBlack.bold:visited {
	font-weight:bold;
}
a.hrefBlack.bold:hover,
a.hrefBlack.bold:focus {
	font-weight:bold;
}


p,
ul,
ol {
	margin: 0 0 1em 0;
}

ul li,
ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	padding: 0 0 10px 25px;
	background: url(../images/li_dot.gif) 0 1px no-repeat;
}

ol li {
	padding: 0 0 0 40px;
	list-style: decimal;
}

/*
 * End HTML elements
 */






/*
 * Begin generic content
 */

*.genericContent p,
*.genericContent ul,
*.genericContent ol {
	margin: 0 0 1em 0;
}

*.genericContent h1 {
}

*.genericContent h2 {
}

*.genericContent h3 {
}

*.genericContent h4 {
}

*.genericContent h5 {
}

*.genericContent h6 {
}


*.genericContent img[align="left"] {
	margin: 4px 10px 0 0;
}

*.genericContent img[align="right"] {
	margin: 4px 0 0 10px;
}

div.contentContainer H1,
div.contentContainer H2,
div.contentContainer H3 {
    color:#f6a804;
    font-weight:bold;
    padding-bottom:3px;
    text-decoration:none;
}

div.contentContainer h1 {
	font-size:18px;
}

div.contentContainer h2 {
	font-size:14px;
}

div.contentContainer h3 {
	font-size:12px;
}



/*
 * End generic content
 */

 
 
 
 
 
/*
 * Begin main containers
 */
div.siteWrapper {
	width:853px;
	margin:15px auto 0 auto;
	background:#fff;
	text-align:left;
}

div.topContainer {
	width:853px;
	height:230px;
	background:#fff url("../images/bg_top.png") 0 0 no-repeat;
}

div.flashElement {
	width:630px;
	height:80px;
	padding:0;
	margin:0;
}

div.mainMenuContainer {
	width:389px;
	height:35px;
	margin-top:6px;
	margin-left:148px;
	background:url("../images/bg_mainMenu.png") 0 0 no-repeat;
}

div.subMenuContainer {
	height:35px;
	padding:10px 0 25px 0;
}

div.subMenuContainer a {
	color:#fff;
}

div.subMenuContainer span.subMenuLeft {
	display:block;
	width:10px;
	height:35px;
	background:url("../images/submenu_left.png") 0 0 no-repeat;
}
div.subMenuContainer span.subMenuRight {
	display:block;
	width:10px;
	height:35px;
	background:url("../images/submenu_right.png") 0 0 no-repeat;
}

div.mainContainer {
	position:relative;
	padding:0 15px;
	background:url("../images/bg_verloopMain.png") right bottom no-repeat;
	min-height:0;
}

div.contentContainer {
	margin-top:-100px;
	min-height:400px;
	width:600px;
}

div.subContainer {
	position:absolute;
	left:630px;
	top:0;
	bottom:0;
	width:auto;
	text-align:center;
}

div.subContainerContent {
	position:absolute;
	bottom:0;
	margin:20px 0 40px 50px;
}

div.footerContainer {
	height:71px;
	background:url("../images/bg_footer.jpg") 0 0 no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	line-height:150%;
}

div.footerContainer span {
	display:block;
	padding:8px 0 0 15px;
}

div.footerContainer span.logoSpan {
	padding:4px 5px 0 0;
}

div.footerContainer a {
	color:#fff;
	font-weight:normal;
}

div.footerContainer a.syncitLogo {
	display:block;
	width:73px;
	height:64px;
	background:url("../images/logo_syncit_footer.png") 0 0 no-repeat;
}

div.wide {
	width:825px;
}

#divContact1 
{
	float:left;
	width:232px; 
	padding: 0 0 15px 0; 
}
	
#divContact2 
{
	float:left;
	width:123px; 
	padding: 0 0 15px 0; 
}

#divContact3
{
	float:left;
}

#divChat1 
{
	float:left;
	width:232px; 
	padding:10px 0 15px 0; 
}
	
#divChat2 
{
	float:left;
	padding:10px 0 0 0; 
}

.textboxChat {
	background-color:transparent;
	overflow-y:auto;
}

.buttonChatSend 
{
	width:85px;
	height:37px;
	background-color:White;
	display:block;
}

.buttonColorConvert
{
	width:200px;
	height:22px;
	background-color:White;
}

.formTextBox
{
	width:200px;
	height:18px;
	background-color:White;
}


/*
 * End main containers
 */






/*
 * Begin form
 */
/*
*.defaultFormHolder {
	min-height: 0;
}
* html *.defaultFormHolder {
	height: 0;
}

*.defaultFormHolder fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
}
* html *.defaultFormHolder fieldset {
	position: relative;
	margin-top: 0.6em;
}



*.defaultFormHolder fieldset.submit input,
div.subCol div.contentBlock input.sf_subscribeBtn {
    display:block;
    float:right;
    border:none;
    width:76px;
    height:20px;
    background:#E2F0F5 url(/Images/submitbutton.png) 0 0 no-repeat;
    text-indent:-9999px;
   
}

*+html *.defaultFormHolder fieldset.submit input {
	line-height: 20px;
}

*.defaultFormHolder fieldset.submit input {
    margin-right:80px;

}

*.defaultFormHolder legend {
	font-weight: bold;
}
* html *.defaultFormHolder legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}

*.defaultFormHolder fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

*.defaultFormHolder fieldset ol ol {
	float: left;
	margin: 0;
	padding: 0;
}

*.defaultFormHolder fieldset ol li li {
	padding: 0;
}

*.defaultFormHolder fieldset ol li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0 0 8px 0;
	background: none;
}

*.defaultFormHolder fieldset ul li {
	width: auto;
	float: left;
	clear: none;
	padding: 0;
	white-space: nowrap;
	background: none;
}

*.defaultFormHolder fieldset ul {
	margin: 0;
	float: left;
}

*.defaultFormHolder fieldset ul input {
	display: inline;
	width: auto !important;
}

*.defaultFormHolder fieldset ul label {
	display: inline;
	float: none;
	width: auto !important;
}

*.defaultFormHolder fieldset.submit {
	margin-top: 0.5em;
}

*.defaultFormHolder label,
*.defaultFormHolder span.label {
	display: block;
	position: relative;
	float: left;
	width: 142px;
	margin-top: 5px;
	margin-right: 1em;
}

*.defaultFormHolder label span,
*.defaultFormHolder span.label span {
	position: absolute;
	left: 142px;
}

*.defaultFormHolder ol ol label {
	display: inline;
	position: static ;
	float: none;
	width: auto;
	margin-right: auto;
}

div.topmenu div.zoekBoxContainer input.sf_searchText,
*.defaultFormHolder input.text,
*.defaultFormHolder textarea {
	height: 20px;
	width:350px;
	background:#FFF url(/Images/bg_input.png) 0 0 no-repeat;
	border:none;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	line-height: 20px;
	padding: 0 5px 0 5px;
}

div.topmenu div.zoekBoxContainer input.sf_searchText {
    width:94px;
}

*.defaultFormHolder textarea {
	height: 8em;
}

*.defaultFormHolder ol li.checkbox input {
	float: left;
}
*.defaultFormHolder ol li.checkbox label {
	width: auto !important;
}

*.defaultFormHolder input[type="radio"],
*.defaultFormHolder input[type="checkbox"] {
	margin: 2px;
}
*:first-child + html .defaultFormHolder input[type="radio"],
*:first-child + html .defaultFormHolder input[type="checkbox"] {
	margin: 0 0 0 -2px;
}
* html .defaultFormHolder .radio,
* html .defaultFormHolder .checkbox {
	margin: 0 0 0 -2px;
}

.formFeedback {
	margin: 2em 0 2em 0;
	font-size: 1.1em;
	font-weight: bold;
}
*+html *.defaultFormHolder .formFeedback {
	margin-top: 1em;
}
* html *.defaultFormHolder .formFeedback {
	margin-top: 1em;
}

*.defaultFormHolder .formFeedbackFailure {
	color: #ff0000;
}

*.defaultFormHolder .formCheckFeedback {
	clear: both;
	padding-left: 150px;
}

*.defaultFormHolder .formCheckFeedback ul {
	display: none;
}
*/
/*
 * End form
 */

 
 
 /*
 * Begin general
 */

 div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

*.displayNone {
	display: none;
}

*.floatLeft {
	float: left;
}

*.floatRight {
	float: right;
}

*.alignLeft {
	text-align: left;
}

*.alignRight {
	text-align: right;
}

.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

*.map {
	display: block;
	overflow: hidden;
	background-color: #EFEBE2;
}

label {
	cursor: pointer;
}

.imageButton {
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	margin:0;
	padding:0;
}

/* MAINMENU */
ul.mainMenu {
	margin:0;
}
ul.mainMenu li {
	float:left;
	margin-top:4px;
	margin-left:29px;
}

ul.mainMenu li a {
	display:block;
	height:26px;
	background:url(../images/sprite_mainmenu.png) 0 0 no-repeat;
}

ul.mainMenu li.buttonAlgemeen a {
	width:92px;
	background-position:0 0;
}

body.Algemeen ul.mainMenu li.buttonAlgemeen a,
ul.mainMenu li.buttonAlgemeen a:hover {
	background-position:0  -26px;
}

ul.mainMenu li.buttonOplossingen a {
	width:112px;
	background-position:-120px 0;
}

body.Oplossingen ul.mainMenu li.buttonOplossingen a,
ul.mainMenu li.buttonOplossingen a:hover {
	background-position:-120px -26px;
}

ul.mainMenu li.buttonContact a {
	width:73px;
	background-position:-270px 0;	
}

body.Contact ul.mainMenu li.buttonContact a,
ul.mainMenu li.buttonContact a:hover {
	background-position:-270px -26px;	
}

ul.mainMenu li.buttonActive {	
	background-position:bottom;
}



/* SUBMENU */

ul.subMenu {
	background:url(../images/bg_submenu.png) 0 0 repeat-x;
}

ul.subMenu li {
	float:left;
	display:block;
	height:25px;
	padding:7px 15px;
	background:url(../images/bg_li_submenu.png) 0 5px no-repeat;
}

ul.subMenu li:first-child {
	background:none;
}

ul.subMenu li span.subMenuActive {
	display:none;
}


ul.subMenu li.active span.subMenuActive {
	display:block;
	width:20px;
	height:15px;
	position:relative;
	top:4px;
	left:4px;
	background:url(../images/submenu_active.png) 0 0 no-repeat;
}

ul.subMenu li a {
	
}



/* Sitemap tree */

ul.tree li.last  
{
	background: white url(/images/sitemap_lastnode.png) no-repeat;

}
 
ul.tree, ul.tree ul  
{
	list-style-type: none; 
	background: url(/images/sitemap_vline.png) repeat-y; 
	margin: 0px 0px 0px 15px; padding: 0; 
} 

ul.tree ul  
{
	margin-left: 10px; 
} 

ul.tree li  
{
	width: 300px;
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url(/images/sitemap_node.png) no-repeat; 
	font-weight: bold; 
} 


/* LOGO BUTTON */
.logoButton {
	display:block;
	width:192px;
	height:113px;
	margin:2px 0 0 16px;
	background:url(../images/logo_e-ss.png) 0 0 no-repeat;
}
/*
 * End general
 */






/*
 * Begin page
 */

/*
 * End page
 */

 
 
/*
 * Begin hack
 */
div.mainContainer:after,
*.defaultFormHolder:after,
div.containerMain:after,
div.safeBox:after,
div.subCol ol.sf_eventsList:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * End hack
 */






/*
 * Begin print
 */

@media print {

	ul {
		padding: 0 0 0 20px;
	}

	ul li {
		padding: 0;
		list-style: disc;
		background: none;
	}	

}

/*
 * End print
 */