/*
	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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
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.yellowUnderline:link,
a.yellowUnderline:hover,
a.yellowUnderline:active,
a.yellowUnderline:visited {
	color: #f4a600;
	font-weight: bold;
	text-decoration: none;
    border-bottom: 1px solid #f4a600; 
    padding-bottom: 0.5px; 
}

a.yellowUnderline:hover,
a.yellowUnderline:focus {
	text-decoration: none;
}

a.hrefBlack:link,
a.hrefBlack:hover,
a.hrefBlack:active,
a.hrefBlack:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1px solid #000000; 
    padding-bottom: 0.5px; 
	
}
a.hrefBlack:hover,
a.hrefBlack:focus {
	text-decoration: none;
}

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;
	min-height:0;
}

div.mainContainerBG {
	background:url("../images/bg_verloopMain.png") right bottom no-repeat;
}


div.contentContainer {
	margin-top:-100px;
	min-height:400px;
	width:610px;
}

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_v2.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 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; 
} 


ul.selling
{
}

ul.selling li 
{
	width: 255px;
	height: 20px;
	float:left;
}


ul.normal 
{
	list-style: circle;
	margin-left: 0px; 
}

ul.normal li {
    background: none;
}


/* 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
 */
 
 
 #compareTable {
	border-collapse:collapse;
	border:solid 1px white;
}

#compareTable td {
	border:solid 1px #19b0b1;
	padding: 2px 4px 2px 4px;
	background-color:#ecf8f8;
}


/* hidden links behind schema image */

#schemamenu a {
  position: relative;
  /*height: 100px;*/
  text-decoration: none;
  font-size : 20px;
}

#schemamenu a i { visibility: hidden; }

a#googleshopping { left: 440px;  top:96px; }
a#beslist { left: 290px;  top:145px;}
a#vergelijk { left: 170px; top:187px; }
a#kieskeurig { left: 40px; top:227px; }
a#kelkoo { left: 485px; top:255px; }
a#ciaoshopping { left: 340px; top:308px; }
a#prijsvergelijk { left: 150px; top:355px; }
a#tradetracker { left: 430px; top:384px; }

.searchitDemo { width: 235px; height: 18px; position:relative; top: 204px; left: 32px; }
.searchButton { background:#00c1fe url("/images/searchit_demo_button.png") 0 0 no-repeat;  width: 80px; height: 25px; position:relative; top: -610px; left: 660px; }
