/*
Theme Name: A3 Uitgevers
Theme URI: http://wordpress.org/
Version: 1.0
Author: Marko Postma
Author URI: http://www.friks.nl

*/

body {
background:		#4f5001 url(img/bg.jpg) center top no-repeat;
  	font-family:    "Century Gothic",
					"Avant Garde",
                    sans-serif;
	overflow-y:		hidden;
}

p {
	margin-bottom:	20px;
}


#clear {
	clear:both;
	width: 1px;
	height: 1px;
}
h1 {
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		18pt;
	margin-bottom:	30px;
	font-weight:	normal;
}

#wrapper {
	width:			960px;
	margin:			0 auto;
}

#header {
	float:			left;
	width:			960px;
	height:			164px;
	position:		relative;
}

#header a {
	position:		absolute;
	display:		block;
	width:			240px;
	height:			50px;
	left: 			192px;
	top: 			21px;
}

#contentwrap {
	float:			left;
	width:			960px;
	position:		relative;

}

#footer {
	width:			526px;
	text-align:		center;
	font-size:		9pt;
	padding-top:	20px;
	padding-bottom:	10px;
	float:			left;
	margin-left:	284px;
}

#footer p {
	margin-bottom:	5px;
}

#footer a {
	color:			#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#navigatie {
	float:			left;
	width:			224px;
	margin-right:	60px;
	text-align:		right;
	padding-top:	20px;
	font-size:		11pt;
}

#navigatie a {
	color:			#fff;
	text-decoration:none;
}

#navigatie a:hover {
	color:			#000	
}

#navigatie li {
	padding:		5px 30px 0 0;	
}

#krant {
	display: block;
	width: 110px;
	height: 120px;
	float: left;
	position:relative;
	top: 70px;
	
	

}

#content {
	float:			left;
	padding-right:	10px;
	width:			546px;
	height:			360px;
	overflow:		auto;
	font-size:		10pt;	
	line-height:	18px;	
}

#content a {
	text-decoration:none;
	color:			#bcbe00;
	font-weight:	bold;
}

