* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	outline: 0;	
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #FFF;
}

body,td,th, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
}
input {
	padding: 2px;	
	line-height: 22px;

}

select {
	padding: 2px;	
	line-height: 20px;

}


ul, li, ol {
	margin-left: 10px;	
}
.container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.topcontainer {
	height: 100px;
	width: 100%;
	background-color: #FFF;
	border-bottom: solid 1px #B1D211;
}
.demobutton {
	position: absolute;
	top: 55px;
	right: 5px;
	z-index: 100;
}





.topcontent {
	height: 100px;
	width: 900px;
	text-align: left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topmenucontainer {
	width: 100%;
	background-color: #B1D211;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #FFF;
	background-image: url(../images/topmenubackground.png);
	background-repeat: repeat-x;
	background-position: center;
}
.topmenu {
	width: 950px;
	text-align: left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: solid 1px #fff;
}
.topmenu ul, .topmenu li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	display: inline;
}
.topmenu  a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: inline-block;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}
.topmenu  a:hover {
	background-color: #F30;
	background-image: url(../images/topmenubackground.png);
	background-repeat: repeat-x;
	background-position: center;
}
.topmenu .active {
	background-color: #F30;	
	background-image: url(../images/topmenubackground.png);
	background-repeat: repeat-x;
	background-position: center;
}



.middlecontainer {
	padding-bottom: 30px;
	border-top: solid 1px #B1D211;
}
.middlecontent {
	width: 950px;
	min-height: 628px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 300px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 25px;
}
.middlecontent p, .middlecontent table, .middlecontent ul, .middlecontent ol, .middlecontent h1, .middlecontent h2, .middlecontent h3
{
	margin-bottom: 15px;	
	margin-top: 15px;
}
.leftmenu {
	float: left;
	width: 252px;
	padding-top: 5px;
	margin-top: 0px;
	background-image: url(../images/leftmenubottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftmenuborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 4px;
	padding-bottom: 25px;
}






.leftmenu h2 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.leftmenu h2 a:hover {
	text-decoration: underline;
}
.leftmenu ul {
	padding: 0px;
	margin-top: -15px;
	margin-right: 10px;
	margin-bottom: -22px;
	margin-left: 10px;
}
.leftmenu ul li {
	list-style-type: none;
	margin: 0px;
	border-top: solid 1px #ccc;	
}
.leftmenu a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 2.3em;
}
.leftmenu a:hover {
	color: #f30;
	text-decoration: none;	
}
.active, .active a {
	font-weight: bold;
	color: #f30;
}

.content {
	float: left;
	width: 620px;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 7px;
	line-height: 1.5em;
	position:relative;
	padding-bottom: 25px;
}
.content2 {
	float: left;
	width: 640px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 7px;
	line-height: 1.35em;
	position:relative;
	padding-bottom: 25px;
}


.leftcontent {
	float: left;
	width: 475px;
	margin-right: 50px;
	padding-left: 25px;
	padding-top: 7px;
	line-height: 1.35em;
	position:relative;
	padding-bottom: 25px;
}
.rightcontent {
	float: left;
	width: 400px;
	padding-top: 7px;
	line-height: 1.35em;
	position:relative;
	padding-bottom: 25px;
}
.bigcontent {
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	line-height: 1.35em;
	padding-bottom: 25px;
}
.content a, .leftcontent a, .rightcontent a, .bigcontent a, .ui-tabs a {
	color: #F30;
	text-decoration: none;
}
.content a:hover, .leftcontent a:hover, .rightcontent a:hover, .bigcontent a:hover, .ui-tabs a:hover {
	text-decoration: underline;
}

.content h1, .leftcontent h1, .rightcontent h1, .bigcontent h1, .ui-tabs h1 {
	font-size: 32px;
	font-weight: normal;
	color: #B1D211;
	margin-top: 10px;
	margin-bottom: 30px;
}
.content h2, .leftcontent h2, .rightcontent h2, .bigcontent h2{
	font-size: 18px;
	font-weight: normal;
	color: #F30;
	margin-top: 40px;
	margin-bottom: 10px;
}
.content h3, .leftcontent h3, .rightcontent h3, .bigcontent h3, .middlecontent h3, .ui-widget-content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #F30;
	margin-top: 30px;	
	margin-bottom: -15px;
}

.content h4, .leftcontent h4, .rightcontent h4, .bigcontent h4, .middlecontent h4 {
	font-size: 18px;
	font-weight: normal;
	color: #F30;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #ddd;
	margin-bottom: 10px;
}

.promoleft {
	position: absolute;
	left: -250px;
	top: 330px;
	width: 250px;

}

.toprightmenu {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #666;
}
.toprightmenu2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.toprightmenu2 h1 {
	color: #F30;
	font-size: 20px;
	font-weight: normal;
	
}
.toprightmenu a {
	color: #F30;
	text-decoration: none;
}
.toprightmenu a:hover {
	color: #f30;
	text-decoration: underline;
}
.toprightmenu2 a {
	color: #999;
	text-decoration: none;
}
.toprightmenu2 a:hover {
	color: #F30;
}


.clearboth {
	clear:both;	
}






.promobarblock  {
	display:block;
	float: left;
	width: 296px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-image: url(../images/promobarblockbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


.promobarblockborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 4px;
	background-image: url(../images/promoblock.jpg);
	background-repeat: no-repeat;
	background-position: left-top;	
}
.promobarblockborder a {
	display: block;	
	height: 120px;	
	padding: 15px;
	color: #333;
}

.promobarblockborder a:hover {
	background-color: #F30;
	background-image: url(../images/promoblockhover.jpg);
	color: #fff;
	text-decoration: none;
}
.promobarblockborder a h1 {
	color: #B1D211;
	text-decoration: none;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.promobarblockborder a:hover h1, .promobarblockborder a:hover {
	color: #fff;
	text-decoration: none;
}


.promobarblock2  {
	display:block;
	float: left;
	width: 296px;
	height: 154px;
	margin-right: 10px;
	margin-bottom: 7px;
	background-image: url(../images/promobarblockbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



.footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #F30;
	bottom: 0px;
	border-top: double 3px #FFF;
	padding-bottom: 10px;
}
.footercontent {
	width: 900px;
	text-align: left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}
.sitemaptable h1 {
	font-size: 25px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
.sitemaptable  {
	width: 100%;
	margin-bottom: 15px;

}
.sitemaptable td {
	color: #fff;
	width: 25%;
	vertical-align: top;
}
.sitemaptable ul {
	margin: 0px;
	padding: 0px;
}


.borderleft td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF724F;
	padding: 15px;
}
.borderright  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF724F;

}

.sitemaptable ul, .sitemaptable li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;	
	margin-left: 0px;
}

.sitemaptable a {
	color: #fff;
	text-decoration: none;
}
.sitemaptable a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright  {
	text-align: right;	
	color: #FFF;
	font-size:10px;
	background-image: url(../images/footerlogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
tr .copyright {
	vertical-align: bottom;	
	height: 70px;
}
tr .links {
	vertical-align: bottom;		
}


.imgright {
	padding-left: 30px;
	padding-bottom: 20px;
}

.imgleft {
	padding-right: 30px;
	padding-bottom: 20px;
}

.leftcolumn {
	width: 500px;	
}

.bigtable  {
	margin-bottom: 15px;
	margin-top: 18px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
	width: 100%;
	border: solid 1px #ccc;
}
 .bigtable .leftcorner {
	-moz-border-radius: 7px 0px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}
 .bigtable th {
	background-color: #B1D211;
	font-weight: bold;
	font-size: 15px;
	border: solid 1px #B1D211;
	color: #fff;
	padding: 7px;

}
 .bigtable .rightcorner {
	-moz-border-radius: 0px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}


.bigtable1 td {
	background-color: #EEEEEE;
	font-size: 13px;
	line-height: 30px;
	padding: 5px;
}
.bigtable2 td {
	padding: 5px;
	font-size: 13px;
	line-height: 30px;

}
.bigtablebottom td {
	background-color: #FF3300;
	font-weight: bold;
	font-size: 15px;
	color: #fff;

}
.formuliertable {
	border: solid 1px #ccc;
	width: 100%;
	background-color: #EFEFEF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.formuliertable td {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.bestelformulier {
	width: 100%;	
}
.bestelformulier td {
	padding-top: 6px;
	padding-bottom: 6px;
}

#selectpakket {
	width: 180px;
}

.form100   {
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
}
.red, .error, .gratis {
	color: #F30;	
}
.portfolioimg {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-top: 1px;
	border: solid 1px #999;	
	float:left;
}
.portfolioimg:hover {
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 0px;
	border: solid 2px #F30;			
}





#logo {
	display: none;
}

.small {
	font-size: 9px;
}
.grey {
	color: #999999;
}
#formulier {

}
#stappen {
	position: absolute;
	right: -20px;
	top: 0px;
	width: 200px;
	height: 15px;
	line-height: 15px;
	text-align: right;
	font-weight: bold;
	
}
.stappen {
	float: left;
	margin-right: 5px;
}
.bullet_done,
.bullet_todo {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	font-size: 0px;
	border: 1px solid #B1D211;
}
.bullet_done {
	background-color: #B1D211;
}

#fout {
	border: 1px solid #FF3300;
	margin-top: 30px;
	margin-bottom: 20px;
	display:block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#table_cart, #table_cart2 {
	width: 100%;
}
#table_cart2 td {
	padding: 7px;
}
.rightborder  {
	border-right: 1px solid #B1D211;
}
.whois {
	color: #666;
	padding-top: 0px;
}

#commentaar {
	border-top: 1px solid #B1D211;
	border-bottom: 1px solid #B1D211;
	display: block;
	padding: 10px;
}
#authcode {
	border: 1px solid #FF3300;
	display: block;
	padding: 10px;	
}
#authcode h3, #commentaar h3, #fout h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}


#voorwaarden {
	border-top: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	display: block;
	height: 150px;
	overflow: auto;
	background-color: #eeeeee;
	padding: 10px;
}

#table_cart,
#table_customer,
#table_payment_method {
	border: 0px;
	display: block;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
	padding: 7px;
}
#table_cart th,
#table_customer th{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #B1D211;
	padding: 7px;
}
#table_auth {
	border: 0px;
	width: 550px;
}
#table_auth th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
}
#table_auth_payment,
#table_auth_payment td {
	border: 0px;
}

.table_border_top td{
	border-top: 1px solid #B1D211;
	padding-top: 5px;
}
.table_right {
	text-align: right;
	padding-right: 10px;
}
.table_extra_info td{
	font-size: 10px;
	padding-left: 10px;
}
.customer_form input {
	width: 100%;

}
.customer_form select {
	width: 100%;
}

#form_new_customer {
	float: left;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
}

.button, .lbutton {
	float: right;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background-image: url(../images/topmenubackground.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F30;
	border: double #fff 3px;
	font-weight: bold;
	font-size: 14px;
}

.button:hover, .lbutton:hover, .button_large:hover {
	background-color: #B1D211;

}

.lbutton {
	float: left;

}
.button_large {
	float: right;
	width: 150px; 
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background-image: url(../images/topmenubackground.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F30;
	border: double #fff 3px;
	font-weight: bold;
	font-size: 14px;
	
}

.demotable {
	margin-top: 30px;	
}
.demotablebutton {
	position: absolute;
	right: 0px;
	top: 200px;
	z-index: 100;	
}

.normalbutton:hover {
	cursor: pointer;
}

.domeincheckblock {
	display: block;
	padding-bottom: 10px;
	border: solid 1px #ccc;
	background:url(../images/leftmenuback.jpg);
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;	
	margin-top: 15px;
	-moz-border-radius: 5px;
}
.domeincheckblock h2 {
	text-align: left;	
	margin-top: 0px;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	background-color: #F30;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	-moz-border-radius: 5px 5px 0px 0px;
}


.bestelbuttons input {
	width: 100px;	
	
}
.bestelbuttonL {
	float: left;
}
.bestelbuttonR {
	float: right;
}



