/*
	#
*/

body {
	background:#81bde1 url('/images/bgfiller.jpg') repeat-x;
	font:14px "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#page {
	width:755px;
	margin:75px auto 0 ;
	border:1px solid #0079c2;
}

/*
	Header Styles
*/


#header h1 {
	position:absolute;
	top:6px;
	padding-left:10px;
}

#header h1 img{
    border:0;
}

#headerimg {
	background:url('/images/header-img-index.jpg');
	width:755px;
	height:128px;
        
}

#headermenu {
	background:#0079c2;
	height:32px;
}

#headermenu .menu {
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#headermenu .item {
	margin:0;
	padding:5px;
	height:22px;
	float:left;
	
}

#headermenu .item a {
	color:#FFF;
	padding:5px 10px 9px;
}
#headermenu .item a:hover {
	background-color: #4C4C4E;
	-moz-opacity:0.5;
        filter:alpha(opacity=50);
}

#headermenu .selected {
	background:url('/images/selected.gif') no-repeat center bottom;
}

/*
	Content Styles
*/
#content {
	padding:5px;
	background:#FFFFFF url('/images/daank-interworking-single-logo.jpg') no-repeat 640px bottom;
}

#aanbieding {
	background:#FFF;
	background:url('/images/aanbieding-filler.jpg');
        margin:10px 0;
}

#aanbieding .top, #aanbieding .bottom {
	display:block;
	width:748px;
	height:4px;
}

#aanbieding .filler{
	display:table;
	width:748px;
	padding:0 10px;
}

#aanbieding .filler h3 {
    position:relative;
    margin:0;
    padding:0 0 0 200px;
}

#aanbieding .top{
	background:url('/images/aanbieding-top.jpg');

}
#aanbieding .bottom{
	background:url('/images/aanbieding-bottom.jpg');
}

#aanbieding .servers {
	margin:5px 0;
	float:left;
}

#aanbieding .badge {
	margin:5px 20px;
	float:right;
}

#aanbieding .selling-points {
	display:table;
	float:left;
	list-style-image:url('/images/icon-list-item.gif');
}

#domeinchecker {
	background:#FFF;
	background:url('/images/filler.jpg');
        margin:10px 0;
}

#domeinchecker .top, #domeinchecker .bottom {
	display:block;
	width:748px;
	height:4px;
}

#domeinchecker .filler{
	display:table;
	width:748px;
	padding:0 10px;
}

#domeinchecker .top{
	background:url('/images/aanbieding-top.jpg');

}
#domeinchecker .bottom{
	background:url('/images/aanbieding-bottom.jpg');
}


/*
        Over DaanK
*/

#overDaanK {
    padding:20px;
}


/*
	Hosting
*/

#content-hosting {
	padding:10px;
}

#content-hosting ul {
	margin:0;
	padding:0;
}
#content-hosting li {
	margin:0;
	padding:0;
        list-style-type:none;
}

#content-hosting .row{
	display:table-row;
	text-align:left;

}

#content-hosting .td{
        float:left;
	display:table-cell;
	width:70px;
	text-align:center;
        padding:2px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

#content-hosting .description{
	width:180px;
	text-align:left;
}

#content-hosting .last{
	border-bottom:1px solid #000000;
}

#content-hosting .side{
	border-right:1px solid #000000;
}

#content-hosting .lastside{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#content-hosting .strong{
	font-weight:bold;
}

#content-hosting .diff{
	background:#C3E0F0;
        margin:0;
        padding:0;
}

#content-hosting div {
	padding:2px;
}

/*
        Contact styles
*/

#contact {
    padding:20px;
}

#contact p {
    margin-left:30px;
}

#contact #googleMaps {
    width:640px;
    margin:auto;
    margin-bottom:20px;
}

/*
	Footer Styles
*/

#footer {
	text-align:center;
	padding:4px;
	font-size:80%;
	background:#0079C2;
	color:#FFF;
}

#footer a {
	color:#FFF;
}