html {
 	overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;	
	border-left: 1px solid #b3b2b2;
	border-right: 1px solid #b3b2b2;
}

#header {
	width: 980px;
	height: 112px;
	padding: 0px;
	margin: 0px;
}

#header.AADATA {
	height: 112px;
	background-image: url(logo_aadata.gif);
	background-repeat: no-repeat;
}

#header.AASHQ {
	height: 112px;
	background-image: url(logo_aashq.gif);
	background-repeat: no-repeat;
}


#loginbox {
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0em;
	color: #5f6060;
	display: block;
	float: right;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 20px;
}

#loginbox a:link,a:visited,a:active{
	font-weight: 200;
	color: #808080;
	text-decoration: underline;
}

#loginbox a:hover {
	font-weight: 200;
	color: #5f6060;
	text-decoration: none;
}

#clientbox {
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0em;
	color: #5f6060;
	display: block;
	float: right;
	margin-top: 5px;
	padding-right: 5px;
	border-right: 1px solid #5f6060;
}

#menu {
	width: 980px;
	height: 44px;
	background-image: url(menubar.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
	border-top: 1px solid #b3b2b2;
}

#bar.AASHQ {
	width: 980px;
	height: 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#bar.AADATA {
	width: 980px;
	height: 4px;
	background-color: #ed2024;
	border-bottom: 1px solid #ffffff;
}

.submenu {
	display: none;	
	position: absolute;
	float:left;
	margin-top: 50px;
}

.submenu span {
	display: block;	
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 250;
  }
  
#nav li {
  float: left;
  position: relative;
  }
  
#nav li ul {
  display: none;
  position: absolute; 
  top: 0px;
  left: 0px;
  margin-top: 44px;
  }
  
#nav li > ul {
	top: auto;
	left: 0;
}

#nav li:hover ul, #nav li.over ul{ display: block; text-decoration: none;}
 
#nav li a {
	text-decoration: none;
}  
  
span.menuitem {
	width: 133px;
	height: 44px;
	display:  block;
	float: left;
	padding: 0px;
	margin-top: 0px;	
	background-image: url(menubtn_off.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}

span.menuitem:hover {
	width: 133px;
	height: 44px;
	display:  block;
	float: left;
	padding: 0px;
	margin:0px;
	margin-top: 0px;	
	background-image: url(menubtn_on.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}

span.menuitem span {
	display:  block;
	float: left;
	width: 133px;
	height: 40px;
	padding-top: 18px;
	font-size: 0.75em;
	font-weight: 200;
	letter-spacing: 0em;
	color: #111111;
	text-align: center;	
	text-decoration: none;
}

span.submenuitem {
	width: 133px;
	height: 20px;
	float: left;
	padding-top: 4px;
	margin-top: 0px;	
	background-image: url(sub-menubtn_off.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}

span.submenuitem:hover {
	width: 133px;
	height: 20px;
	display:  block;
	padding-top: 4px;
	margin:0px;
	margin-top: 0px;	
	background-image: url(sub-menubtn_on.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}

span.submenuitem span {
	display:  block;
	float: left;
	width: 133px;
	height: 20px;
	font-size: 0.75em;
	font-weight: 200;
	letter-spacing: 0em;
	color: #111111;
	text-align: center;
	text-decoration: none;	
}

#search {
	display: block;
	float: right;	
	height: 33px;
	margin-top: 15px;
	margin-right: 30px;
	text-align: right;
}

input.search {
	border: 1px solid #292828;
	height: 17px;
	padding: 1px;
	margin-right: 3px;
	font-size: 0.7em;	
}

img.search {
	position: absolute;
}

#submenubar {
	width: 980px;
	height: 25px;
	background-image: url(submenubar.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	color: #787675;
	font-size: 0.6em;	
}

#submenubar span.content {
	display: block;
	float: left;
	margin-top: 5px;	
}

#submenubar span.content a, #submenubar span.content a:link,#submenubar span.content a:visited,#submenubar span.content a:active{
	text-decoration: none;
	color: #787675;
}

#submenubar span.content a.AASHQ:hover {
	text-decoration: none;
	color: #45b8e9;
}

#submenubar span.content a.AADATA:hover {
	text-decoration: none;
	color: #ed2024;
}

#homebtn {
	display: block;
	float: left;
	width: 19px;
	height: 18px;
	border: 0px;
	margin-top: 3px;
	margin-left: 5px;
	background-image: url(home_icon_off.gif);
}	

#homebtn:hover {
	display: block;
	float: left;
	width: 19px;
	height: 18px;
	border: 0px;
	margin-top: 3px;
	margin-left: 5px;
	background-image: url(home_icon_on.gif);
	cursor: pointer;
}	

.splitter {
	display: block;
	float: left;
	width: 28px;
	height: 23px;
	border: 0px;
	margin-top: 1px;
	margin-left: 0px;
	background-image: url(submenusplitter.gif);
	cursor: pointer;

}	

#itembar {
	position: relative;
	width: 980px;	
	white-space: nowrap;
	overflow: hidden;	
	height: 150px;
	border-top: 1px solid #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1;
	background-image: url(itembar.gif);
	background-repeat: repeat;
	text-align: center;
}

#itembar_footer {
	position: relative;
	width: 980px;	
	white-space: nowrap;
	overflow: hidden;	
	height: 30px;
	border-bottom: 1px solid #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	background-image: url(itembar_footer.gif);
	background-repeat: repeat;
}

#itemtable {
	border-collapse: collapse;
}


.item {
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	padding: 0px;
	padding-top: 120px;
	color: #eeeeee;	
	width: 160px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

span.itemimg {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
	text-decoration: none;
	display: block;
	width: 175px;
	margin-left: 0px;
	margin-right: 0px;
}

.item, .item a, .item a:link, .item a:visited, .item a:active {
	color: #DDDDDD;
	text-decoration: none;	
}

.item a:hover, .item:hover, .item:hover a {
	color: #FFFFFF;
	text-decoration: none;	
}

#content_halfimg {
	width: 980px;
	height: 100px;	
	padding: 0;
	margin: 0;
	clear: both;
}

#content_fullimg {
	width: 980px;
	height: 430px;	
	padding: 0;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #b3b2b2;
}

#content_fullhomeimg {
	width: 980px;
	height: 460px;	
	padding: 0;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
}

#content_seperator {
	width: 930px;
	height: 1px;	
	padding: 0;
	margin: 0;
	clear: both;
	background: #a19e9d;
	border-bottom: 0px solid #a19e9d;
}

.content_line {
	width: 930px;
	height: 1px;	
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	background: #a19e9d;
	border-bottom: 0px solid #a19e9d;
}

#content_small {
	display: block;
	width: 980px;
	height: 200px;
	margin-left: 2px;
}

#content_small a{
	text-decoration: none;
}
	
.content_smallimg {
	width: 315px;
	height: 214px;	
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.content_smallimg h1 {
		font-family: Arial;
		font-size: 1.5em;
		color: #000000;
		margin: 0px;	
		font-weight: bold;
		margin-top: 15px;	
		margin-left: 15px;
		text-decoration: none;
}

.content_smallimg h2 {
		font-size: 0.9em;
		font-weight: normal;
		color: #3e3e3e;	
		margin: 0px;
		margin-left: 20px;
		margin-right: 80px;
		text-decoration: none;
}
	
#content_menu {
	float: right;	
	padding-right: 5px;
	padding-top: 5px;
	font-size: 0.75em;
	padding-top: 30px;
	padding-bottom: 10px;
	
}

#content_menu a:link, #content_menu a:visited {
	color: #666666;
	text-decoration: none;	
}

#content_menu a:active {
	color: #111111;
	text-decoration: underline;	
}

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

#content_menu .content_menuitem {
	margin-right: 20px;	
}


#content {
	font-size: 0.85em;
	line-height: 1.5em;
	width: 940px;
	min-height: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
	padding-top: 20px;
	color: #444444;
}

#content a:link, #content a:visited, #content a:active {
	color: #45b8e9;
	text-decoration: none;
}

#content a:hover {
	color: #45b8e9;
	text-decoration: underline;
}


#content h1 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
	font-weight: normal;
	color: #111111;
}


#content h2 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #333333;
}

#content h3, #content_text .content_left h3{
	font-size: 1.5em;
	margin-bottom: 0.4em;
	font-weight: normal;
	color: #333333;
	margin-top: 1.2em;
}

span#title.AASHQ h1{
	font-size: 1.6em;
	font-weight: 900;
	letter-spacing: -0.05em;
	color: #45b8e9;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
}

span.AADATA {
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: -0.05em;
	color: #ed2024;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
}
	
span#subtitle {
	font-size: 1.1em;
	font-weight: 200;
	letter-spacing: -0.05em;
	color: #736e6e;
	display: block;
}

span.partitle {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: -0.05em;
	color: #111111;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

span.desctitle {
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #ed2024;
	display: block;	
} 

.content_left {
	float: left;
	width: 600px;
}

.content_right {
	float: right;
	width: 200px;	
}

#clear {
	clear: both;	
}

#content_text {
	float: left;
	font-size: 0.9em;
	font-weight: 200;	
}

#content_text ul {
	margin-left: 20px;	
} 

#content_text table {
	border: 0px;
}

#content_text table tr td{
	vertical-align: top;
}

.route {
	border: 1px solid #c1bebe;
	}


div.productentry {
	clear: both;
	position: relative;
	width: 923px;
	height: 214px;
	background-image: url(productentry.jpg);
	background-repeat: no-repeat;
	}

div.productentry div.image {
	float: left;
	width: 310px;
	height: 205px;	
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

div.productentry div.text {
	float: right;
	position: relative;
	padding: 10px;
	width: 580px;
	height: 193px;	
	top: 0px;
	font-size: 0.85em;
	letter-spacing: 0em;	
}

div.productentry div.text div.description {
	width: 580px;
	height: 156px;
	display: block;
	overflow: auto;
}

div.productentry div.text div.specs {
	width: 580px;
	height: 156px;
	display: none;
	overflow: auto;
}

div.productentry div.text div.order {
	width: 580px;
	height: 156px;
	display: none;
	overflow: auto;
}

div.productentry div.price {
	clear: both;
	position: absolute;
	top: 170px;	
	right: 10px;
	text-align: right;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0em;
	color: #ed2024;	
}

div.productentry div.price span.pricedisc {
	font-size: 0.55em;
	font-weight: 200;
	letter-spacing: 0em;
	color: #646463;	
	text-align: right;
}

img.productsmall {
	height: 40px;
	border: 1px solid #c1bebe;
	margin-top: 10px;
	cursor: pointer;
}

div.tabs {
	position: absolute;
	bottom: 0px;
	left: -6px;
	width: 250px;
	height: 27px;
}

img.tab-elem {
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin:  0px;	
}

li.tab-elem1 {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(beschrijving_off.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

li.tab-elem1:hover {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(beschrijving_act.jpg);
	background-repeat: no-repeat;
	cursor: cursor;
}

li.tab-elem2 {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(specs_off.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

li.tab-elem2:hover {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(specs_act.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

li.tab-elem3 {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(bestellen_off.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

li.tab-elem3:hover {
	float: left;
	display: block;
	height: 27px;
	width: 80px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(bestellen_act.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}


#footer {
	clear: both;
	width: 950px;
	height: 35px;
	margin-top: 40px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 0.7em;
	font-weight: 200;
	letter-spacing: 0em;
}

#footer.AASHQ a:link, #footer.AASHQ a:active, #footer.AASHQ a:visited {
	color: #45b8e9;
	text-decoration: none;
}

#footer.AASHQ a:hover {
	color: #45b8e9;
	text-decoration: underline;
}

#footer.AADATA a:link, #footer.AADATA a:active, #footer.AADATA a:visited {
	color: #ed2024;
	text-decoration: none;
}

#footer.AADATA a:hover {
	color: #ed2024;
	text-decoration: underline;
}

#footer span.seperator {
	padding-left: 10px;
	padding-right: 10px;	
}

#sitemap {
	clear: both;
	width: 920px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 0.7em;
	font-weight: 200;
	border: 1px solid #DDDDDD;
	letter-spacing: 0em;	
	margin-left: auto;
	margin-right: auto;
	background: url(logo_watermark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#sitemap ul {
	line-height: 1em;	
}

#sitemap li {
	list-style: none;	
}


#sitemap span.title {
	display: block;
	font-size: 1.4em;
	border-bottom: 1px solid #DDDDDD;
	color: #333333;
	padding-bottom: 6px;
}

#sitemap a, #sitemap a:visited, #sitemap a:active, #sitemap a:link {
	 color: #777777;
	 text-decoration: none;
	 font-weight: normal;
}	

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

.spacer {
	height: 0px;
}

.endspacer {
	clear: both;
	display: block;
	height: 10px;
}

div.column {
	float: left;
	display: block;
	width: 180px;
	line-height: 1.6em;
}

/* vertical track */
#track1 {
	float: left;
	width: 15px;
	height: 200px;
	margin-left: 10px;
	background-color: #ccc;
}
			
/* vertical track handle */
#handle1 {
	width: 15px;
	height: 20px;
	background-color: #f00;
	cursor: move;
}

/* horizontal track */
#track2 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 15px;
	margin-top: 0px;
	background-image: url(scrollbar.gif);
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
			
/* horizontal track handle */
#handle2 {
	width: 57px;
	height: 15px;
	background-image: url(scrollbar_item.gif); 
	cursor: pointer;
}

.sblock_cl {
		float: left;
		height: 214px;
		width: 9px;
		background-image: url(column_left.gif);
}

.sblock_cnt {
		float: left;
		width: 240px;
		height: 200px;
		background-image: url(column_mid.gif);
		padding: 7px;
}

.sblock_cr {
		float: left;
		height: 214px;
		width: 9px;
		background-image: url(column_right.gif);
}

.global_block {
		float: left;
		clear: both;
		display: block;
		padding-left: 20px;
		padding-right: 10px;
		border: 0px solid #CCCCCC;
		width: 918px;
}

.block3_start {
		float: left;
		width: 270px;
		height: 200px;
		padding-left: 0px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		border-right: 1px solid #CCCCCC;
		color: #444444;
}

.block3 {
		float: left;
		width: 270px;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		border-right: 1px solid #CCCCCC;
		color: #444444;
}

.block3_end {
		float: left;
		width: 270px;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		color: #444444;
}

.block4 {
		float: left;
		width: 220px;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-right: 1px solid #CCCCCC;
		color: #444444;
}

.block4_end {
		float: left;
		width: 220px;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #444444;
}

.block4 a:link, .block4 a:visited, .block4 a:active, .block4_end a:link, .block4_end a:visited, .block4_end a:active {
	color: #45b8e9;
	text-decoration: none;
}

.block4 a:hover, .block4_end a:hover {
	color: #45b8e9;
	text-decoration: underline;
}

.block3 a:link, .block3 a:visited, .block3 a:active, .block3_end a:link, .block3_end a:visited, .block3_end a:active {
	color: #45b8e9;
	text-decoration: none;
}

.block3 a:hover, .block3_end a:hover {
	color: #45b8e9;
	text-decoration: underline;
}

span.block_title {
		display: block;
		font-size: 1.15em;
		font-weight: bold;
		color: #222222;
}

#content_text h2, #content_text h3 {
		font-size: 1.15em;
		font-weight: bold;
		color: #222222;
		margin-top: 1.2em;
		padding: 0;
}

#content #content_text .global_block h3 {
		font-size: 1.15em;
		font-weight: bold;
		color: #222222;
		margin-top: 5px;
		padding: 0;
}


span.block_subtitle {
		display: block;
		font-size: 1.1em;
		color: grey;
}

span.block_cnt_left {
		display: block;
		float: left;
		width: 80px;
}

span.block_cnt_right {
		display: block;
		float: left;
		width: 300px;
		
}

.8img {
		clear: both;
		height: 100px;
		width: 180px;
		margin: 40px;
}

#contact_left  {
		float: left;
		opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=90); /* IE lt 8 */
		-ms-filter: "alpha(opacity=90)"; /* IE 8 */
		-khtml-opacity: .90; /* Safari 1.x */
		-moz-opacity: .90; /* FF lt 1.5, Netscape */
	}
	
#contact_right  {
		float: right;
		opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=90); /* IE lt 8 */
		-ms-filter: "alpha(opacity=90)"; /* IE 8 */
		-khtml-opacity: .90; /* Safari 1.x */
		-moz-opacity: .90; /* FF lt 1.5, Netscape */
}
	
#contact_close_right  {
		font-size: 0.7em;
		float: right;
		margin-right: 20px;
}

#contact_close_left  {
		font-size: 0.7em;
		float: left;
		margin-left: 20px;
}


#contact_close_right a, #contact_close_left a{
		color: #FFFFFF;
}
	
#contact_item  {
		background: #333333;
		width: 340px;
		height: 450px;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		display: none;
}	

#buttons_right  {
		float: right;
		width: 480px;
		margin-top: 40px;
}

#buttons_left  {
		float: left;
		width: 500px;
		margin-top: 60px;
		margin-left: 20px;
}

#buttons_left .diensten {
		font-size: 0.7em;	
}

#buttons_left .left  {
		float: left;
		width: 240px;
		margin-right: 20px;
}

#buttons_left .right {
		float: left;
		width: 220px;
}

#buttons_left .diensten h1 {
		font-size: 1.8em;
		color: #5d5e5e;
		margin: 0px;
		margin-bottom: -5px;
}

#buttons_left .diensten h2 {
		font-size: 1.2em;
		color: #44b8eb;
		font-weight: normal;
		margin: 0px;
		margin-top: 15px;
}


#buttons_left img, #buttons_left a, #buttons_right img, #buttons_right a{
		border: 0px;
}

.cta_text .spacer {
	display:  block;
	width: 20px;
	height: 100px;	
}

.cta_text {
		line-height: 2.0em;	
		color: #505050;
		font-size: 0.9em;
		
}

.cta_text h1 {
		font-family: Arial;
		font-size: 3.8em;
		color: #000000;
		margin: 0px;	
		font-weight: bold;
		margin-top: 20px;	
}

.cta_text h1.twolines {
		font-family: Arial;
		font-size: 3.8em;
		color: #000000;
		margin: 0px;	
		font-weight: bold;
		line-height: 1.0em;
		margin-top: 20px;	
}

.cta_text h2 {
		font-size: 1.1em;
		font-weight: normal;
		color: #3e3e3e;	
		margin: 0px;
		margin-bottom: 10px;
}

.cta_text ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}

.cta_text li {
		background: url(bullet.gif) 0 0.8em no-repeat;
		padding-left: 14px;
}

.cta_text small {
		font-size: 0.6em;	
		line-height: 1.7em;
}

.cta_ip {
		width: 400px;
		margin-left: 50px;
		margin-top: 300px;	
}


.cta_systeembeheerders {
		margin-top: 30px;
		margin-left: 36px;
		color: #FFFFFF;	
}

.cta_20jaar {
		margin-top: -180px;
		margin-left: 60px;
		width: 400px;
		text-align: right;
		color: #FFFFFF;		
}

.cta_beschermuwdata {
		top: 340px;
		width: 400px;	
}

.cta_hosting {
		width: 400px;
		margin-left: 20px;	
		margin-top: 300px;
}

.cta_maximaliseer {
		width: 300px;
		margin-left: 10px;	
		margin-top: -20px;
}

.cta_lotusnotes {
		width: 200px;
		margin-left: 185px;
		margin-top: 280px;
}

.cta_overtuigd {
		width: 300px;
		margin-left: 0px;
		margin-top: 40px;
}

.cta_contactform {
		display: block;
		width: 490px;
		background: #000000;	
}

.cta_servicedesk {
		width: 300px;	
		margin-left: 80px;
		margin-top: 300px;
}

.block3_end td {
		border-bottom: 1px solid #CCCCCC;
		font-size: 0.8em;
		padding-right: 8px;
		padding-left: 0px;
}

.block3_end thead {
		font-weight: bold;
		background: #FAFAFA;
}

.block3_end td.end {
		border-bottom: 0px solid #CCCCCC;
		font-size: 0.8em;
		padding-right: 8px;
		padding-left: 0px;
		text-align: right;
}


/* DEBUGGING 
span {
	border: 1px solid green;
}

div {
	border: 1px solid blue;
}
*/

