@charset "utf-8";

/* * * * * * * * * * * * * * IN THE BEGINING * * * * * * * * * * * * * */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_body.jpg);
	font: 80% Georgia, "Times New Roman", Times, serif;
}

img {
border: none;
}

/* * * * * * * * * * * * * * GRID * * * * * * * * * * * * * */

#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_header2.png) no-repeat;;
	height: 371px;
}

#content {
	background: url(../images/bg_content.png) repeat-y;
	padding: 20px 40px;
	overflow: hidden;
}

#footerwrapper {
	width: 100%;
	background: url(../images/bg_pixel_trans20.png);
}

#footer {
	background: url(../images/bg_footer.png);
	height: 246px;
	width: 980px;
	margin: 0 auto;
}

/* * * * * * * * * * * * * * HEADER * * * * * * * * * * * * * */

#logo a {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 80px;
	left: 770px;
	display: block;
}

#topmenu {
	position: absolute;
	top: 335px;
}

#topmenu ul{
	list-style-type: none;
	margin: 0 50px;
}

#topmenu ul li {
	float: left;
	padding: 0 15px;
	font-size: 1.3em;
}

#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a:hover {
	color: #a19274;
}


/* * * * * * * * * * * * * * MIDDLECONTENT * * * * * * * * * * * * * */


#middlecontent {
	width:620px;
	float: left;
	margin: 0 30px 0 0;
}


/* ------- entry ------- */

.entry {
	background: url(../images/bg_pixel_trans20.png);
	padding: 30px;
}

.entry h1 {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}

.entry h2 { 
	background: url(../images/bg_entry_title.png) no-repeat;
	height: 41px;
	color: #FFFFFF;
	font-size: 2em;
	padding: 25px 20px 0 20px;
	margin: 0 0 3px 0;
	text-align: right;
}

.hour {
	color:#FFFF00;
	font-size: 0.7em;
}

.entry h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.entry h2 a:hover {
	color: #fff200;
}

.entry .published { 
	background: url(../images/bg_entry_published.png) no-repeat;
	height: 30px;
	color: #a19274;
	font-size: 0.9em;
	padding: 5px 20px 0 20px;
}

.entry_text {
	margin: 10px 0 10px 30px;
	color: #FFFFFF;
	line-height: 1.8em;
	font-size: 1.2em;
}

.entry_text p{
	padding: 0 0 20px 0;
}

.entry_text a,
.entry .published a,
.entry .comments a {
	color: #fff200;
	text-decoration: underline;
}

.entry_text a:hover,
.entry .published a:hover,
.entry .comments a:hover {
	color: #fff200;
	text-decoration: none;
}

.entry .comments {
	color: #a19274;
	font-size: 0.9em;
}

.item {
overflow: auto;
}

/* * * * * * * * * * * * * * RIGHTCONTENT * * * * * * * * * * * * * */

#rightcontent {
	width: 220px;
	float: left;
}

#rightcontent h3 span {
	display: none;
}

#time {
	background: url(../images/bg_time.png) no-repeat;
	width: 196px;
	height: 192px;
}

#videos {
	background: url(../images/bg_videos.png) no-repeat bottom;;
	width: 196px;
	height: 231px;
}

#videos h3 {
	background: url(../images/title_bekijkdevideos.png) no-repeat;
	width: 196px;
	height: 35px;
}

#socialnetworks h3 {
	background: url(../images/title_bezoekonsop.png) no-repeat center top;
	width: 196px;
	height: 36px;
}

#google_map iframe{
border: 5px solid #9e8f77;
}
