* {
	margin: 0;
	padding: 0
}
body, html{
	background: #f3faff;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, sans-serif; 
	font-size: 12px;
	line-height: 16px;
}
/**Algemene dingen**/
img{
	border: none;
}
br.clear{
	clear: both;
}
div#content li{
	margin-left: 15px;
}
p a{
	color: #7F9BFF;
	border-bottom: 1px dotted #7F9BFF;
	text-decoration: none;
}
p a:hover{
	background: #7F9BFF;
	color: #fff9e8;
}
h2,h3,h4{
	color: #3752b9;
	font-family: "Trebuchet MS";
	font-weight: 100;
}
h2{
	margin: 15px 0 30px 0;
	font-size: 25px;
}
h3{
	font-size: 16px;
	margin: 15px 0 5px 0;
}
dl{
   display: block;
   width: auto;
   height: auto;
}
dt{
   display: block;
   float: left;
}
.bold{
	font-weight: bold;
}
form{
	max-width: 410px;
}
form.fullwidth{
	max-width: none;
}
.red{
	color: red;
}
table{
	font-size: 11px;
}
table tr.tablebold td{
	font-weight: bold;
	color: #3752b9;
}
table tr td{
	padding: 0px 15px 5px 0;
}
input.text, input.password, input.textsmall, input.textmiddle, input.passwordmiddle{
	border: 1px solid #9fb2f7;
	background: url('images/input.gif');
	font-weight: 100;
	font-family: Tahoma;
}
input.text, input.password, input.passwordmiddle{
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-size: 23px;
	margin-top: 5px;
}
input.check{
	background: black;
}
input.textsmall{
	width: 120px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
}
input.textmiddle{
	width: 200px;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
}
input.passwordmiddle{
	width: 200px;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
}
input.submit, input.submitsmall, button.submitsmall, a.submitsmall{
	display: block;
	float: right;
	padding: 0 25px;
	margin-right: 8px;
	_margin-right: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ffd55f;
	color: #83630c;
	background: url('images/submit.gif');
	font-size: 13px;
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: 100;
}
input.submitsmall, button.submitsmall, a.submitsmall{
	float: none;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
}
a.sma{
	text-decoration: none;
	float: left;
}
select.selectsmall{
	border: 1px solid #9fb2f7;
	background: url('images/input.gif') left top;
	font-weight: 100;
	font-family: Tahoma;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	margin-right: 40px;
}
select.selectsmall option{
	background: #F3FAFF;
	margin-right: 5px;
}
/**Start content**/
div#container{
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	margin-top: 15px;
}
div#header{
	float: left;
	margin-left: 25px;
}
/**Hoofd- en submenu**/
ul#navigation{
	float: right;
	margin-right: 25px;
}
ul#subnavigation{
	float: left;
	margin: 15px 0 0 25px;
}
ul#navigation li, ul#subnavigation li{
	list-style: none;
	display: inline;
}
ul#navigation li a, ul#subnavigation li a{	
	display: block;
	font-family: "Trebuchet MS";
	text-decoration: none;
	float: left;
	border: 1px solid #6487ff;
}
ul#navigation li a{	
	line-height: 60px;
	background: #a5b7ff;
	height: 60px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
}
ul#navigation li a#current{	
	background: #7F9BFF;
}
ul#subnavigation li a{	
	line-height: 40px;
	background: #ffe7a5;
	height: 40px;
	padding: 0 25px;
	color: #7a5900;
	font-size: 12px;
	border: 1px solid #f8d265;
}
ul#subnavigation li a#currentsub{	
	background: #FFDD7F;
}
ul#navigation li a:hover{	
	background: url('images/navigation.gif');
}
ul#subnavigation li a:hover{	
	background: url('images/subnavigation.gif');
}
/**Rechts**/
div#divright{
	float: right;
	margin: 10px 20px 0 0;
	padding: 15px 20px;
	width: 230px; /**260-20-20+5+5**/
	height: 407px; /**437-15-15**/
	background: url('images/bgright.gif');
	font-size: 11px;
	font-weight: bold;
}
div#divright h2{
	color: #3752b9;
	font-size: 23px;
	margin-bottom: 10px;
}
#content input.text{
	width: 400px;
}
div#dlogin{
	margin-top: 100px;
}
* div#dlogin{
	margin-top: 80px;
}
_div#dlogin{
	margin-top: 120px;
}
/**Content**/
div#content{
	float: left;
	width: 560px;
	margin: -375px 0 20px 25px;
}
div#content p{
	line-height: 20px;
	margin-bottom: 10px;
}
/**Footer**/
div#footer{
	width: 835px;
	background: url('images/footer.gif');
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	color: #fff9e8;
	padding: 15px 0 0 25px;
}
div#footer h2{
	color: #fff9e8;
}
div#footer ul li{
	font-size: 12px;
	list-style-image: url('images/list.gif');
	margin-left: 15px;
}
div#footernote{
	float: right;
	font-size: 11px;
	margin: 12px 15px 5px 0;
}
div#footer a{
	text-decoration: none;
	color: #fff9e8;
}
div#footer a:hover{
	background: #fff9e8;
	color: #7f9bff;
}
/*Portfolio*/
div.dportfolio{
	border: 1px solid #A5B7FF;
	width: 100%;
	margin-bottom: 15px;
	height: 125px;
}
div.dportfolio img{
	float: left;
	margin-right: 10px;
}
div.dportfolio p.portmarg{
	margin: -5px 10px 0 10px;
}
div.dportfolio p.portmarg a{
	border-bottom: none;
}
/*Nieuws*/
div#content p.newsdate{
	font-size: 11px;
	color: #939393;
}
div#content span.newsdate{
	font-size: 11px;
	color: #939393;
	margin-right: 10px;
}
h3.news{
	margin-top: 50px;
}
div#news h2{
	margin-bottom: 18px;
}
/*Contact*/
div#content p.note{
	font-style: italic;
	font-size: 11px;
}
/*Bestelling*/
ul#stepstatus{
	margin: -15px 0 40px 0;
}
* ul#stepstatus{
	height: 40px;
	line-height: 40px;
	width: 545px;
	border: 1px dotted #3752B9;
}
ul#stepstatus li{
	list-style: none;
	display: inline;
}
ul#stepstatus li {
	float: left;
	color: #BDBDBD;
	margin: 0 13px 0 5px;
}
ul#stepstatus li .done {
	text-decoration: none;
	color: #bd4444;
	border-bottom: 1px dashed #bd4444;
}
span.stepnumber{
	font-size: 20px;
}
span.stepdescriptin{
	font-size: 13px;
}
ul#stepstatus li a:hover{	
	color: #ffdd7f;
	border-bottom: 1px dashed #ffdd7f;
}
ul#stepstatus li#currentstep {
	color: #3752B9;
}
#tregister{
	font-size: 12px;
}
.facturenoverzicht tr td{
	padding: 5px 15px 0 0;
}
p#domains a{
	border: none;
}
table#domains td.firsttd{
	font-weight: bold;
}
select{
	width: 150px;
}
