html
	{
	overflow-y: scroll;
	}

body
	{
	background: #ECECEC;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	}

/****** DIVERS  ******/
img
	{
	border: 0px;
	}

img.sub
	{
	vertical-align: sub;
	}

img.middle, #adressen img
	{
	vertical-align: middle;
	}

a:link, a:visited{
	color: #7EA016;
	text-decoration: none;
	}

a:hover, a:active{
	color: #999999;
	}


.borte
	{
	display: none;
	visibility: hidden;
	}

.box
	{
	position: relative;
	border: 1px solid #EEEEEE;
	background: #FAFAFA;
	margin-bottom: 20px;
	padding: 0px 20px 0px 20px;
	}

#wrapright .box
	{
	width: 648px;
	}

/* rounded borders for Firefox users - You've choosen a real browser! */

div.box
	{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.box h2, .box h3
	{
	color: #666666;
	text-shadow: #FFFFFF 0px 1px 3px;
	}


/***** CONTAINER *****/

#container
	{
	position: relative;
	margin: auto;
	padding: 0px 12px 12px 12px;
	background: white;
	width: 950px;
	min-height: 800px;
	text-align: left;
	}

#header
	{
	z-index: 1;
	}

#ct, #cb, #cl, #cr, #menu
	{
	z-index: 2;
	}

#tl, #tr, #bl, #br
	{
	z-index: 3;
	}

#tl
	{
	position: absolute;
	left: 0; 
	width: 15px; 
	height: 15px;
	background: url(../images/container_tl.png) no-repeat;
	}

#tr
	{
	position: absolute;
	right: 0;
	width: 15px; 
	height: 15px;
	background: url(../images/container_tr.png) no-repeat; 
	}

#bl
	{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px; 
	height: 15px;
	background: url(../images/container_bl.png) no-repeat; 
	}

#br
	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px; 
	height: 15px;
	background: url(../images/container_br.png) no-repeat; 
	}


#cl
	{
	position: absolute;
	left: 0; 
	background: url(../images/container_cl.png) repeat-y; 
	width: 15px; 
	height: 100%;
	}

#ct
	{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/container_ct.png) repeat-x; 
	width: 100%; 
	height: 15px;
	}

#cb
	{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/container_cb.png) repeat-x; 
	width: 100%; 
	height: 15px;
	}

#cr
	{
	position: absolute;
	right: 0; 
	background: url(../images/container_cr.png) repeat-y; 
	width: 15px; 
	height: 100%;
	}

/****** HEADER ******/

#header
	{
	background: url(../images/header_bg.jpg) repeat-x;
	width: 100%; 
	height: 150px;
	}

#logo
	{
	position: absolute;
	top: 13px;
	left: 30px;
	}

#motto	
	{
	position: absolute;
	top: 25px;
	right: 30px;
	font:italic bold 12px Georgia, serif;
	color: #BBBBBB;
	}

#bookmark
	{
	position: absolute;
	top: 50px;
	right: 30px;
	font:italic bold 12px;
	color: #BBBBBB;
	}

/****** MENU  ******/

#menu
	{
	position: relative;
	background: #DDE9B9 url(../images/menu/background.png);
	height: 32px;
	margin: 0px;
	}

#menu a:link, #menu a:visited
	{
	display: block;
	height: 36px;
	width: 122px;
	float: left;
	background: url(../images/menu/passive.png) no-repeat;
	text-align: center;
	margin: auto auto auto 4px;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-shadow: white 0px 1px 3px;
	}

#menu a:hover, #menu a:active, #menu a:visited.actief, #menu a:link.actief
	{
	background: url(../images/menu/active.png) no-repeat;
	color: black;
	}

/****** CONTENT  ******/

#wrapper
	{
	margin: 20px;
	}

#wrapleft
	{
	float: left;
	width: 200px;
	margin-right: 20px;
	}

#wrapright
	{
	float: left;
	}

/****** PAGINA'S ******/

/* home */
div.services
	{
	clear: both;
	margin-bottom: 20px;
	}

div.services h2, div.services p
	{
	margin: 0px;
	}

div.services img
	{
	float: left;
	margin: 1px 10px 0px 0px;
	}


/* contact */

#adressen
	{
	font-size: 10px;
	}

#adressen h3
	{
	color: #999999;
	}

#contactform
	{
	margin-bottom: 20px;
	}

#contactform label
	{
	display: block;
	}

#contactform #naam, #contactform #email
	{
	width: 300px;
	display: block;
	}

#contactform #bericht
	{
	width: 400px;
	height: 100px;
	display: block;
	}

.address-thumbnail {	
	width: 158px;
	height: 106px;
	background: url('../images/address.png') no-repeat;
	opacity:0.7;filter:alpha(opacity=70);
}

.address-thumbnail:hover {
	opacity:1.0;filter:alpha(opacity=100);
}

/* portfolio */

div.thumbs
	{
	min-height: 120px;
	margin-bottom: 10px;
	opacity:0.7;filter:alpha(opacity=70);
	}

div.thumbs:hover
	{
	opacity:1;filter:alpha(opacity=100);
	}

div.thumbs img.thumb
	{
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
	}

div.domeininfo img
	{
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
	}

div.domeininfo
	{
	margin: 0px 0px 0px 160px;
	padding: 10px 10px 0px 10px;
	background: white;
	border: 1px solid #EEEEEE;
	}


/* sales */

#salestable {
	background: white;
	width: 100%;
	border: 1px solid #DDD;
}

#salestable tr:hover{
	background: #FAFAFA;
}

.salestable-index {
	color: #397EB3;
}

.salestable-index img {
	vertical-align: middle;
	margin-left: 3px;
}


#salestable .domain {
	width: 170px;
}

#salestable .remarks {
	width: auto;
}


#salestable .price {
	width: 80px;
	text-align: right;
	padding: 2px;
}

#salestable .info {
	width: 30px;
	text-align: right;
}

/* hosting */

.evoswitch
	{
	background: #FAFAFA url(/images/tree.png) bottom right no-repeat;
	}

/* hosting */

img.semantiek
	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

div.semantiek p
	{
	margin-right: 90px;
	}

/* FOOTER */

p.footer
	{
	color: #999999;
	font-size: 10px;
	margin: auto;
	}
