@charset "utf-8";

/*
*	Basis
*/

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #8d8d8d;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}


a {
	color: #f80;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

h1:first-letter {
	color: #f80;
}

h1 a {
  text-decoration: none;
  color: inherit;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#wrapper {
	padding: 0px 25px;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -26px;
	background: #fff url(../images/background.gif) center repeat-y;
}

/*
*	Header
*/

#header {
	height: 200px;
	background: url(../images/header.jpg) center top no-repeat;
	border-bottom: 1px solid #000;
	clear: both;
}

/*
*	Menu
*/

#menu {
	padding: 10px;
	width: 205px;
	float: right;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
}

#menu ul a, #menu li a {
  text-decoration: none;
  color: #000;
}

#menu ul a:hover, #menu li a:hover {
  text-decoration: underline;
  color: #f80;
}

/*
*	Content
*/

#content {
	padding: 10px;
	width: 755px;
	float: left;
}

#content img.webthumb {
	padding: 5px;
	width: 300px;
	height: 225px;
	border: 1px solid #ccc;
	background: url(../images/websites/achtergrond.jpg) center no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 110px;
}

#content ul.author, #content ul.author li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*
*	Footer
*/

#push {
	height: 25px;
	clear: both;
}

#footer {
	padding: 5px 25px;
	margin: 0px auto;
	width: 950px;
	height: 15px;
	background: url(../images/footer.jpg) center no-repeat;
	text-align: center;
	color: #fff;
	border-top: 1px solid #000;
	clear: both;
}