body {  
	background: #f3f3f4 ; 
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	color:#000;
	line-height:185%;
	text-align: left;	
	margin: 0; 
	height:100%;   
}
html {
	overflow-y: scroll;
}
 
/*=============
LAYOUT STYLES
=============*/
  
div.mainwrapper { 
	margin: 0 auto; 
	background: #fff url('/images/head_bg.jpg') 50% 0% no-repeat;   
}
div.maincolumn {
	width: 1000px;
	background: #fff;    
	margin: 0 auto; 
	background: #fff url('/images/head_bg.jpg') 50% 0% no-repeat;
} 
div.col_space {
	width: 12px;
	float: left;
}
div.col_1 {
	width: 1000px;
	margin-left: 13px;
	float: left; 
}

div.single_col {
	width: 900px;
	margin-left: 33px;
	float: left; 
}
div.col_1_1 {
	width: 200px;
	float: left;
}

div.col_1_2 {
	width: 655px;
	float: left;
	margin-left: 14px;
	padding-top: 4px;
}

div.col_1_1_block {
	width: 100%;
	background: #eee;
}
div.col_1_1_block p{ 
	color: #4b5b51;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}
div.col_1_1_block_head { 
	width: 100%;
	background: #47b4db;
}

div.col_1_2 table, div.col_1_2 table tr,  div.col_1_2 table td, div.col_1_2 table p{
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0; 
}
div.col_1_2 table td{
	height: 12px; 
}

div.credits {
	width: 970px;
	text-align: right;
	font-size: 9px;
}
div.credits a:link, div.credits a:visited {
	color: #ccc;
	text-decoration: none;
}

div.credits a:hover {
	color: #333;
	text-decoration: none;
}
div.bottomwrapper { 
	margin: 0 auto;  
	background: #f3f3f4 url('/images/bottom_bg.png') center top no-repeat; 
	height: 135px;
}
div.bottomcolumn {
	width: 1000px;    
	margin: 0 auto;  
	padding-top: 44px;
}

div.facebook {
	width: 200px;      
  color: #999;
  float: left;
}
div.facebook iframe{
	margin-left: 30px;
}
div.address {
	width: 770px;     
  text-align: right; 
  color: #999;
  float: left;
}
div.address a:link, div.address a:visited{
  color: #999;
}
div.address a:hover {
  color: #bbb;
  text-decoration: none;
}
 

div.footer {
	width: 970px;   
  margin-top: 40px;
  text-align: left;
  margin-left: 20px; 
  color: #666;
}
div.footercol{
	border-left: 1px solid #d5d6d7; 
	width: 132px;
	float: left;
	padding-left: 5px; 
	margin-bottom: 30px;
}
div.footercol h1 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px; 
	border:0;
}
div.footercol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footercol li {
	margin: 0;
	padding: 0;
	list-style: none; 
}
div.footercol a:link, div.footercol a:visited {
	color: #555;
	text-decoration: none;
}

div.footercol a:hover{
	color: #000;
	text-decoration: none;
} 

div.footercol  h1 a.footh1 {
	color: #00aeef; 
} 
/*=============
GENERAL  STYLES
===============*/
p{
	text-align: justify;
}
img {
	border:0;
}
h1{ 
	color: #00aeef;
	font-size: 20px; 
	margin-bottom: 1px; 
	margin-top: 14px; 
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
} 
h2{ 
	color: #00aeef;
	font-size: 12px; 
	margin-bottom: 1px; 
	margin-top: 19px; 
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}
a:link, a:visited {
	color: #47b4db;
	text-decoration: none;
}
a:hover {
	color: #47b4db;
	text-decoration: underline;
}
p a:link,p a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;  
}
p a:hover {
	color: #000; 
	text-decoration: none;
	border-bottom: 1px solid #000;
}

hr {
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
}

img.imagecontent {
	border: 1px solid #eee;
	padding: 3px;
	margin: 3px;
}
 
span.bluetext{
	color: #26abe2;
	font-weight: bold;
	float: left;
	display: inline; 
}
span.blacktext{
	color: #000; 
	float: left;
	display: inline; 
}
span.greytext{
	color: #8B9299; 
	float: left;
	display: inline;
}
 
span.margin {
	margin-right: 5px;
}




/*=============
FRONTPAGE STYLES
=============*/

div.fp {
	width: 1000px;
	height: 388px;
	background: url('/images/bg_frontpage.png')  no-repeat;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
}

div.fp_col_1_1 {
	width: 350px;
	height: 388px;
	float: left;
	margin-left: 50px;
	margin-top: 86px;
}


div.fp_col_1_2 {
	width: 580px;
	height: 388px;
	float: left;
	margin-left: 14px;
	padding-top: 4px;
}

div.fp_col_1_1_left {
	width: 200px;
	float: left;
} 

	
div.fp_col_1_2 h1{ 
	color: #47b4db;
	font-size: 20px; 
	margin-bottom: 1px; 
	margin-top: 4px; 
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
div.fp_col_1_1 h1{ 
	color: #26abe2;
	font-size: 30px; 
	margin-bottom: 1px; 
	margin-top: 0px; 
	padding-bottom: 7px; 
	border: 0 ;
}

#carousel {
	width: 517px;
	height: 311px;
	overflow: hidden; 
	position: relative;
	left: 43px;
	top: 37px;
}

div.textholder {
	color: #000;  
}
div.textholder strong {
	color: #26abe2;
	font-weight: bold;
}

div.thumbs {
	position: relative;
	top: 42px;
	left: 42px;
	width: 250px;
} 

 


/*=============
CONTENT_PORTAL MODULE 
==============*/

div.contentp {
	width: 1070px; 
	overflow: hidden;
}

div.contentp_col_1_1 {
	width: 300px; 
	float: left;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 50px;
}

div.contentp_col_1_2 {
	width: 660px; 
	float: left;
	margin-left: 14px;
	margin-top: 65px;
}

div.contentp_col_1_1_left {
	width: 200px;
	float: left;
} 

div.contentp_col_2_1 {
	width: 1000px; 
	float: left; 
	height: auto;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}
 

div.contentp_col_2_1_1 {
	width: 300px; 
	float: left;
	margin-right: 28px;
	height: auto;
} 
div.contentp_col_2_1_1 a:hover  {
	text-decoration: none;
	color: #000;
}

.col_1 h1 a:link, .col_1 h1 a:visited,  .col_1 h1 a:hover{
	color: #00aeef;
	font-size: 20px;  
	border: 0;
} 
div.contentp_col_2_1_1 h1{ 
	color: #00aeef;
	font-size: 20px; 
	margin-bottom: 1px; 
	margin-top: 14px; 
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
} 

div.contentp_col_2_1_2 { 
	width: 300px; 
	float: left;
	margin-right: 28px;
	height: 20px;
	border-top: 1px solid #eee; 
	background: url('/images/base/triangle_blue.png') 0px 5px no-repeat;
}

/*==============
PORTFOLIO MODULE
==============*/


div.portfolio_col_1_1 {
	width: 88px; 
	float: left;
	margin-left: 20px;
	margin-right: 29px; 
	margin-top: 51px; 
}
div.portfolio_spacer {
	height: 70px;
	width: 880px; 
}
div.portfolio_col_1_2 {
	width: 878px; 
	float: left; 
} 
.pagenumber ul{
	margin: 0;
	padding: 0;
}

.pagenumber li{
	margin:0;  
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}

.pagenumber li a {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	color: #26abe2;
	background: #eee;
	display: block;
	text-decoration: none;
}

.pagenumber li a:hover {
	border: 1px solid #26abe2;
}
.pagenumber li a.activenumber { 
	color:  #fff;
	background: #26abe2; 
	border: 1px solid fff;
} 

.pagenumber li a.waitnumber {
	background: url('/images/ajax-loader6.gif') 50% 50% no-repeat;
	border: 1px solid #fff;
}

/*=============
CONTENT MODULE 
==============*/

div.content {
	width: 1050px; 
	overflow: hidden;
}

div.content_col_1_1 {
	width: 368px; 
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

div.content_col_1_2 {
	width: 250px; 
	float: left;
	margin-left: 14px;
	margin-top: 45px;
	margin-bottom: 35px;
}

div.content_col_1_1_left {
	width: 200px;
	float: left;
} 

 
/*=====================
CONTACT AND ROUTE MODULE
=====================*/

div.contact_col_1_1 {
	width: 441px;
	height: 501px;
	background: url('/images/contactform_bg.png') no-repeat;
	float: left; 
	margin-top: 50px; 
}

div.contact_col_1_1 h1 {
	border:0;
	margin-left: 29px;
	margin-top: 59px;
	color: #fff;
	width: 388px;
}
div.contact_col_1_1 ul {
	margin: 0;
	padding: 0;
}
div.contact_col_1_1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
} 
div.contact_col_1_1 li.textarea { 
	height: 150px;
}
  
  

div.contact_col_1_1 li.submit { 
	padding-left: 20px;
}


 
div.intro {
	width: 400px;
	height: 70px;
	margin-left: 20px;
	margin-top: 5px;
	overflow: hidden;
}

div.contact_col_2_1 {
	width: 516px;
	height: 368px;
	background: url('/images/contactroute_bg.png');
	float: left; 
	margin-top: 17px; 
	margin-left: 21px; 
}
div.contact_col_2_1 h1 {
	border:0;
	height: 20px;
	margin-left: 31px;
	margin-top: 92px;
	color: #fff;
	width: 388px;
}
div.contact_col_2_1 p{
	margin-bottom:4px;
	margin-left:20px;
	margin-top: 4px;
}
div.contactaddress {
	width: 208px;
	float:left;
}
div.googlemaps{
	float: left;
	width: 270px;
	height: 320px; 
	margin-top: 18px;
}
div.googlemaps p{
	text-align: right; 
	margin-top: 20px;
}

div.contactaddress a:link,div.contactaddress a:visited {
	color: #000;
}
div.contactaddress a:hover {
	color: #26abe2;
	text-decoration: none;
}
div.googlemaps a:link,div.googlemaps a:visited {
	color: #000;
}
div.googlemaps a:hover {
	color: #26abe2;
	text-decoration: none;
}
/*=============
FORM STYLES
=============*/

form {
	margin: 0;
	padding: 0;
}
label {
	width: 50px;
	float: left;
	text-align: left; 
	margin: 0;
	padding: 0;
	margin-left: 20px;
	display: block;
	margin-right: 15px;
}
 
label.cms {
	width: 350px; 
	margin: 0;
	padding: 0; 
	display: inline; 
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
 
input, textarea {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
}

input.contact {
	width: 320px;
}
textarea.contact {
	width: 320px;
	height: 120px;  
	overflow-y: auto;
	resize:none;

}
input.contactsubmit {
	background: none;
	border:0;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;
	font-size: 20px;	
	font-weight: bold;
	color: #fff;
}
input.edit {
	width: 500px;
}
.error { 
	background: #26abe2 url('/images/base/uitroepteken.png') 95% 3px no-repeat;
	color: #fff;
}

select.edit {
	width: 500px;
}
input.edit_frontpage {
	width: 420px;
}

textarea.edit {
	width: 500px;
	height: 60px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}

 
 

 

/*===============
PORTFOLIO ELEMENT
================*/
ul.portfoliothumb {
	margin: 0;
	padding: 0;
}
ul.portfoliothumb li{
	width: 192px;
	height: 209px;
	background: url('/images/portfolio_thumb_bg.png');
	float: left;
	margin-right: 23px;
	margin-bottom: 10px;
	display: inline;
	list-style: none;
}

div.pfimagewrapper {
	width: 145px;
	height: 85px;
	margin-left: 26px;
	margin-top:23px;
	text-align: center;
	background: #fff;
	cursor: hand;
	overflow: hidden;
}
img.portfoliothumb {
  max-width: 150px;
  max-height: 100px;
  width: expression(this.width > 150 ? "150px" : true);
  height: expression(this.height > 100 ? "100px" : true);
}
  
 
ul.portfoliothumb li p {
	margin: 10px 0px 0px 25px;
	line-height: 130%;
}
span.portfolioblock {
	width: 156px;
	text-align: left;
}

p.portfoliodescription {
	padding-top: 3px;
	height: 59px;
	overflow: hidden
}

p.portfoliolinks {
	height: 30px;
	width: 154px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
}
/*===================
LARGE IMAGE ELEMENT
====================*/

div.largeimage {
	width: 590px;
	height: 363px;
	background: url('/images/largeimage_bg.png');
	float: left;
	margin-right: 26px;
	margin-bottom: 10px;
	display: inline;
	list-style: none;
}

div.largeimage  img { 
	margin-left: 43px;
	margin-top: 39px;
}

div.largeimage  p {
	margin: 22px 0px 0px 52px;
	line-height: 130%;
}


/*=============
HOSTING MODULES
==============*/

div.hosting_col_1_1 {
	width: 448px; 
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

div.hosting_col_1_2 {
	margin-top: 45px;
	margin-left:30px;
	width: 462px;
	height: 123px;
	background: url('/images/hosting_check_bg.png');	
	float:left;
}

div.hosting_col_1_2_1 {
	width: 362px;
	float: left;
}

div.hosting_col_1_2_1 h1{
	margin-left: 25px;
	margin-top: 10px;
	border: 0;
}
input.webhosting{
	margin-left: 105px;
	width: 250px;
	height: 24px;
	margin-top: 10px;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;
	font-size: 18px;
	color: #47b4db;
	background: #fff;
}

div.hostingsubmit{
	width: 85px;
	height: 35px;
	float: left;
	margin-left: 22px; 
	margin-top: 13px; 
}

input.hostingsubmit {
	background: url('/images/triangle_blue_right.png') 2px  no-repeat;
	border:0;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana,  sans-serif;
	font-size: 20px;	
	font-weight: bold;
	color:#47b4db;
	padding-left: 15px;
}

div.hostingresult{
	width: 250px;
	height: 25px;
	float: left;   
	margin-top: 20px; 
}
div.hosting_col_1_2_2 {
	width: 60px;
	float: left;
}
.target {
	width: 60px;
	height: 26px;
	background: url('/images/domainnames.png');	
	background-position: 0px 0px;
	margin-top: 14px;
	margin-left: 10px;
}
 
.updown_up { 
	background: url('/images/hosting_up.png');	
	width: 30px;
	height: 20px;	 
	margin-top: 13px;
	margin-left: 28px;
	cursor: hand;
}  
.updown_up_hover { 
	background: url('/images/hosting_up_hover.png');	
	width: 30px;
	height: 20px;	 
	margin-top: 13px;
	margin-left: 28px;
	cursor: hand;
}
.updown_down { 
	background: url('/images/hosting_down.png'); 
	width: 30px;
	height: 20px;
	margin-top: 16px;
	margin-left: 28px; 
	cursor: hand;
}
.updown_down_hover { 
	background: url('/images/hosting_down_hover.png'); 
	width: 30px;
	height: 20px;
	margin-top: 16px;
	margin-left: 28px; 
	cursor: hand;
}


div.hosting_col_1_3 {
	margin-top:  5px;
	margin-left: 30px;
	margin-bottom: 40px;
	width: 463px;
	height: 271px;
	background: url('/images/hosting_price_bg.png');	
	float:left;
}

div.hosting_col_1_3 h1{
	margin-left: 25px;
	margin-top: 18px;
	border: 0;
}
div.hosting_col_1_3 table {
	margin-left: 10px;
	margin-top: 7px; 
	width: 446px;
	border: 0;
}
div.hosting_col_1_3 td { 
	background: url('/images/tablecellgradient2.png') top left no-repeat;
	border-bottom: 1px solid #eee;
}

div.hosting_col_1_3 tr.headrow td { 
	background: none;
	height: 30px;
	color: white;
	vertical-align: top; 
}
/*=============
ADMIN STYLES
=============*/

span.admin {
	color: #F00;
}
div.admin {
	float: right;
	background: #fff;
}
img.tool {
	width: 20px;
	border: 0px;
}

div.tool {
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	float: left;
}

img.toolsmall {
	width: 14px;
	border: 0px;
}

div.toolsmall {
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	float: left;
}

/*=============
MENU STYLES
=============*/ 

div.menuwrapper {
	width: 1000px;
	height: 136px;  
}

div.logoclick {
	width: 300px;
	position: relative;
	top: 60px;
	float: left;
	height: 50px;
}

.logoclick a{
	width: 270px;
	height: 50px;
	background: url('/images/transp.png');
	display: block
}
.logoclick a span {
	display: none;
}

div.mainmenu {
	width: 700px; 
	position: relative;
	top: 74px; 
	font-size: 11px;
	float: left;
}

div.mainmenu ul { 
	margin: 0px;
	padding: 0px; 
}
div.mainmenu li {
	display: inline;
	margin-right: 23px;
	text-transform: uppercase;
	font-weight: bold; 
	color: #00AEEF;
}
 

div.mainmenu li a:link,  div.mainmenu li a:visited {
	color: #eee;
	text-decoration: none; 
	padding-bottom: 10px;
}
div.mainmenu li a:hover {
	color: #fff;
	text-decoration: none; 
	padding-bottom: 10px;  
}

div.mainmenu li a.active  {
	color: #00AEEF;
	text-decoration: none; 
	padding-bottom: 10px;
}

div.mainmenu li a.currentmouseover {
	background: url('/images/base/triangle_blue_up.png') center 16px no-repeat;
}

div.mainmenu li a.currentmouseout {
	background: url('/images/base/triangle_grey_up.png') center 16px no-repeat;
}

div.submenu {
	width: 700px; 
	position: relative;
	top: 89px;
	left: 0px;  
}
div.submenuwrapper {
	width: 1000px; 
	height: 26px;
}
div.submenu ul {    
	margin: 0px;
	padding: 0px;  
}

div.submenu li {
	display: inline;
	margin-right: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
}

div.submenu li a:link,  div.submenu li a:visited {
	color: #444; 
	padding-bottom: 10px;
	text-decoration: none;
}
div.submenu li a:hover {
	color: #000; 
	text-decoration: none;
	padding-bottom: 10px;
} 
div.submenu li a.active {
	color: #0098D1; 
	text-decoration: none;
	padding-bottom: 10px;
	background: url('/images/base/triangle_blue_up.png') center 18px no-repeat;
} 
 

