* {
	margin: 0;
	padding: 0;
	line-height: normal;
	outline: none;
	list-style: none;
	text-decoration: none;
	}
	
body {
	background: #c8f2ff url(http://www.webhostnow.nl/images/bg.png) top left repeat-x;
	border: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #666;
	width: 920px;
	margin: 0 auto;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
a,a:visited {
	color: #919191;
	outline: none;
	text-decoration: none;
	}	
	
a:hover {
	color: #1786a9;
	text-decoration: none;
	}
ul {
	margin: 3px;
	}
					
ul li {
	background: url(http://www.webhostnow.nl/images/list.png) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 7px 0;
	font-size: 11px;
	}
		
ul li:hover {
	background: url(http://www.webhostnow.nl/images/list-hover.png) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 7px 0;
	font-size: 11px;
	}
		
ul.none li {
	background: none;
	padding: 0;
	}
	
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;			
	font-size: 13px;
	color: #444;
	padding-bottom: 6px;
	font-weight: normal;
	}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #1786a9;
	font-weight: normal;
	}
				
h1 a, h2 a {
	font-weight: normal;
	padding-bottom: 2px;
	}

input{
	background: #1786A9;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: 11px;
	color: #FFF;
	}
	
input.submit {
	background: #1786A9;
	border: 0px;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: 11px;
	color: #FFF;
	}
	
.neukfout {
	background: #FFFFFF;
	border: 0px;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: 11px;
	color: #FFF;
	}
	
#error {
	background: #CFE6ED url(http://www.webhostnow.nl/images/error.png) left center no-repeat;
	border: 2px solid #FF0000;
	padding: 2px;
	padding-left: 50px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: 11px;
	color: #FF0000;
	}
	
textarea {
	background: #fafbfc;
	border: 1px solid #1DB8E9;
	padding: 4px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #85858c;
	line-height: 19px;
	overflow: auto;
	}
		
	.no_input {
		background: none;
		border: none;
		width: auto;
		}
	

	.left {
		float: left;
		}
		
	.right {
		float: right;
		}
	
		.clear {
			clear: both;
			font-size: 1px;
			}
			
	
	.accent {
		color: #76af05;
		}	
.tbl0 {
		padding: 4px 4px 4px 4px;
		width: 100%;
	}
	
	.tbl1 {
		border: 1px dotted #1DB8E9;
		padding: 3px 3px 3px 3px;
		width: 100%;
	}
.tbl0 td {
		border-bottom: 1px solid #1786a9;
		height: 10px;
		padding: 6px 0px 0px 0px;
	}
	.tbl0 tr:hover {
		background-color: #80BDD0;
		color: #fff;
		cursor: pointer;
	}		

/*------------------------------------------------------------------
[2. Top]
*/

	/*--------------------------------------------------------------
	[2.1. Top / #top]
	*/
	
	#top {
		height: 0px;
		margin: 0;
		padding: 0;
		}
		
		#top .logo {
			height: 40px;
			padding: 25px 0 0 !important;
			}

	/*--------------------------------------------------------------
	[2.2. Menu / #menu]
	*/
	
	#menu {
		width: 920px;
		height: 39px;
		}
		
		#menu .menu-left {
			background: url(http://www.webhostnow.nl/images/menu.png) top left no-repeat;
			height: 39px;
			width: 10px;
			float: left;
			}
			
		#menu .menu-right {
			background: url(http://www.webhostnow.nl/images/menu.png) top right no-repeat;
			height: 39px;
			width: 10px;
			float: right;
			}
			
		#menu .menu {
			background: #1DB8E9;
			width: 900px;
			height: 39px;
			float: left;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			}
			
			#menu .menu ul {
				margin: 0;
				padding: 0;
				}
				
				#menu .menu ul li {
					background: none;
					margin: 0 -6px 0 0;
					padding: 0;
					float: left;
					display: block;
					}
					
				#menu .menu ul a,
				#menu .menu ul a:visited {
					background: none;
					padding: 10px 14px 13px;
					font-family: "Trebuchet MS", Arial;
					font-weight: bold;
					font-size: 14px;
					color: #fff;
					display: block;
					text-decoration: none;
					}
					
				#menu .menu ul a:hover {
					background: #1786a9 url(http://www.webhostnow.nl/images/nav-hover.gif) repeat-x;
					padding: 10px 14px 13px;
					}

	/*--------------------------------------------------------------
	[#header]
	*/
	
	#header {
		width: 920px;
		height: 180px;
		}
		
		#header img {
			width: 920px;
			height: 180px;
			}
						
/*------------------------------------------------------------------
[3. Content]
*/

#content {
	margin: 20px 0 0;
	width: 920px;
	}

	/*--------------------------------------------------------------
	[3.1. Sidebar / .sidebar]
	*/
	
	#content .sidebar {
		width: 190px;
		}
		
		.sidebar .item {
			background: url(http://www.webhostnow.nl/images/sidebar-item.png) bottom left no-repeat;
			padding: 0 0 8px;
			margin: 0 0 12px;
			}
			
			.sidebar .item h2 {
				background: url(http://www.webhostnow.nl/images/sidebar-header.png) top left no-repeat;
				padding: 8px 12px;
				margin: 0 0 1px;
				}
				
			.sidebar .item .bericht {
				background: #fff;
				padding: 12px 12px 4px;
				line-height: 23px;
				font-size: 11px;
				}
				
				
				.sidebar .item .bericht p {
					line-height: 18px;
					margin: 0 0 10px;
					}
				
				.sidebar .item .bericht ul {
					margin: 4px 0 0 7px;
					}
					
					.sidebar .item .bericht ul li {
						margin: 0 0 6px;
						}
						
					.sidebar .item .bericht ul a,
					.sidebar .item .bericht ul a:visited {
						color: #777;
						text-decoration: none;
						}
						
					.sidebar .item .bericht ul a:hover {
						color: #1786a9;
						text-decoration: none;
						}
						
					.sidebar .item .bericht ul span.datum {
						color: #999;
						margin: 0 10px 0 0;
						}
					
					.sidebar .item .bericht ul span.archive a,
					.sidebar .item .bericht ul span.archive a:visited {
						color: #919191;
						margin: 0 10px 0 0;
						}
						
					.sidebar .item .bericht ul span.archive a:hover {
						color: #1786a9;
						text-decoration: none;
						}
						
				.sidebar .item .bericht .input {
					width: 154px;
					}

	/*--------------------------------------------------------------
	[3.2. Main / #main]
	*/
	
	#main {
		width: 516px;
		margin: 0 12px;
		float: left;
		}
	#main h1 a {
	color: #FFFFFF;
	}
	#main h1 a:hover {
	color: #1786a9;
	}
	#main .nieuwsinfo {
	font-size: 10px;
	text-align: right;
	}
		
		#main .item {
			background: url(http://www.webhostnow.nl/images/main-item.png) bottom left no-repeat;
			padding: 0 0 8px;
			margin: 0 0 12px;
			}
			
			#main .item .top {
				width: 516px;
				height: 34px;
				margin: 0 0 0px;
				}
			
				#main .item .top .top-left {
					background: url(http://www.webhostnow.nl/images/content-header.png) top left no-repeat;
					height: 33px;
					width: 8px;
					float: left;
					}
					
				#main .item .top .top-right {
					background: url(http://www.webhostnow.nl/images/content-header.png) top right no-repeat;
					height: 33px;
					width: 8px;
					float: right;
					}
					
				#main .item .top h1 {
					background: #1DB8E9;
					color: #FFF;
					float: left;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
					font-size: 14px;
					padding: 9px 3px;
					padding-bottom: 7px;
					width: 494px;
					}
					
			#main .item .bericht {
				background: #fff;
				padding: 18px 18px 10px;
				}
				
				#main .item .bericht p,strong {
					line-height: 22px;
					margin: 0 0 20px;
					}
					
					#main .item .bericht .highlight {
					color: #1786a9;
					}
					
					#main .item .bericht .details {
					color: #999;
					}

/*------------------------------------------------------------------
[4. Footer / #footer]
*/

#footer {
	width: 920px;
	margin: 2px 0 0;
	}
	
	#footer .footer-top {
		background: url(http://www.webhostnow.nl/images/footer.png) top left no-repeat;
		width: 920px;
		height: 13px;
		}
		
	#footer .footer-bottom {
		background: url(http://www.webhostnow.nl/images/footer.png) bottom left no-repeat;
		width: 920px;
		height: 7px;
		margin: 0 0 30px;
		}
		
	#footer .footer {
		background: #FFF;
		padding: 0 0 10px;
		}
			
		#footer .footer .copyright {
			margin: 0 12px;
			padding: 4px 10px;
			text-align:center;
			}
			
			#footer .footer .copyright p {
				line-height: 18px;
				}
			
		#footer .footer .banners {
			width: 45%;
			float: right;
			padding: 0px 20px;
			padding-right: 20px;
			text-align: right;
			}
			
/*------------------------------------------------------------------
[X. Misc]
*/
				
	img.centered,
	img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 14px;
		display: inline;
		}
	
	img.alignleft {
		padding: 4px;
		margin: 0 14px 2px 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left;
		}

    .graph { 
		background: #1886A8;
        position: relative; /* IE is dumb */
        width: 100px;
		height: 20px;
        border: 1px solid #1DB8E9; 
        padding: 0px; 
    }
    .graph .bar { 
        display: block;
        position: relative;
        background: #1DB8E9 url(http://www.webhostnow.nl/images/bar.png) repeat-x; 
        text-align: center; 
        color: #FFF; 
        height: 20px; 
        line-height: 20px;            
    }
	h4.prijs {
	color: #ffffff;
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: url(http://www.webhostnow.nl/images/price.png) no-repeat;
}
    .graph .bar span { position: absolute; left: 10px; }