/* pagina-indeling */

body {
	color: #ffffff;
	background: #000;/* url('/media/backgrounds/background.jpg') no-repeat center top;*/
	background-attachment:fixed;
	/*background: #121212;*/
	font-family: "Verdana", sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

#bgimage {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bgimage img {
	width: 100%;
}

.shadow {  
	-moz-box-shadow: 3px 3px 4px #fff; /* Firefox/Mozilla */  
	-webkit-box-shadow: 3px 3px 4px #fff; /*Safari/Chrome */  
	box-shadow: 0px 1px 8px #f00; /* Opera & hoe het zou moeten */  
}

div#maincontent {
	width: 1100px;
	margin: 0 auto 12px auto;
	color: #fff;
	background: #d90013 url('/media/layout2/bg-content.jpg') repeat-y center center;
	z-index: 10;
	position: relative;
	-moz-box-shadow: 3px 3px 4px #fff; /* Firefox/Mozilla */  
	-webkit-box-shadow: 3px 3px 4px #fff; /*Safari/Chrome */  
	box-shadow: 0px 1px 16px #f00; /* Opera & hoe het zou moeten */  
}

div#header {
	width: 1076px;
	margin: 0 12px;
}

div#header div#header-image {
	position: relative;
	height: 130px;
	background: url('/media/layout/header.png') no-repeat;
}

div#header div#link-mobile {
	position: absolute;
	left: 5px;
	top: 5px;
}

div#header div#link-foursquare {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

h1 {
	background: #000;
	height: 38px;
	padding: 8px 20px 0 36px;
	text-transform: lowercase;
	background: #000 url('/media/layout2/headerpijl.png') no-repeat 12px center;
}

/* algemeen */
div.spacer {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	overflow: hidden;
}

div.block-header {
	height: 31px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #ffffff;
	background: red;
}

div.block-header div, div.block-header h3 {
	margin: 0;
	padding-left: 1em;
	padding-top: 5px !important;
	font-size: 10.1pt;
	font-weight: normal;
}

div.block-content {
	overflow: hidden;
	color: #ffffff;
	background: #101010;
}

div.block-content img {
	border: 0 none;
}

div.h2header {
	margin: 0 0 2px 0;
}

div.h2header h2 {
	margin: 0;
	padding-left: 1.5em;
	font-size: 24pt;
	letter-spacing: -3px;
}

/* headerblok */
div#headerrow {
	height: 390px;
}

div#headercol1 {

}

div#headercol1 {
	width: 210px;
	float: left;
	margin-right: 8px;
}

div#headercol2 {
	width: 858px;
	float: left;
}

div#headerbanner1, div#headerbanner2 {
	background: #ddd;
	height: 188px;
	margin-bottom: 7px;
}

/* hoofdmenu */
div#header div#mainmenu {
	width: 210px;
	height: 312px;
}

div#header div#mainmenu ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}

div#header div#mainmenu ul li {
	width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header div#mainmenu ul li a {
	display: block;
	width: 190px;
	height: 22px;
	margin: 0 0 7px 0;
	padding: 10px 10px 0 10px;
	color: #ffffff;
	background: #000;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

div#header div#mainmenu ul li a:hover, div#header div#mainmenu ul li.active a, div#header div#mainmenu ul li.activepath a {
	color: #005ec5;
}

div#social {
	height: 71px;
	margin-bottom: 7px;
	background: #000;
}

div#social ul {
	margin: 0;
	padding: 12px 0;
	overflow: auto;
}

div#social ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 2px;
}

/* content indeling */
div#content {
	
}

div#content div#content-in {
	margin: 0 36px 0 36px;
	padding-bottom: 36px;
	overflow: auto;
}

div#content div#content-in div#content-text {
	float: left;
	width: 690px;
	padding-bottom: 1em;
	background: #000;
}

div#content div#content-in div#content-text div#content-text-in {
	margin: 10px;
	height: 1%;
}

div#content div#content-in div#content-submenu {
	float: right;
	width: 325px;
	background: #000;
}

div#content div#content-in div#content-submenu div#content-submenu-in {
	margin: 10px;
	height: 1%;
}

div.footer {
	color: #888;
	background: #050505;
	border: 1px solid #555;
	padding: 6px 35px;
	height: 16px;
	overflow: hidden;
	text-transform: uppercase;
}

div.picspageline {
	margin: 0.1em 0;
}

div.picspageline span {
	background: #555;
	color: #fff;
	margin-right: 2px;
}

div#content div.picspageline span a {
	color: #fff;
	text-decoration: none;
}

div.picspageline span.active {
	background: #aaa;
}

div.topbanner {
	position: relative;
}

div.topbanner div.topbannerbanner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

div.topbanner div.topbannersocial {
	position: absolute;
	bottom: 26px;
	right: 0;
	width: 30%;
	height: 24px;
	padding: 2px 5px;
	z-index: 11;
	background: #fff;
}


/* debug colors */
/*
div#content {
	background: #ff8184;
}

div#content div#content-in {
	background: #ffc1c3;
}

div#content div#content-in div#content-text {
	background: #8183ff;
}

div#content div#content-in div#content-text div#content-text-in {
	background: #c1c4ff;
}

div#content div#content-in div#content-submenu {
	background: #82ff81;
}

div#content div#content-in div#content-submenu div#content-submenu-in {
	background: #c2ffc1;
}

*/

div.rssfeed {

}

div.rssfeed div.rssitem {
	overflow: auto;
	border-bottom: 1px dotted #d90013;
}

div.rssfeed div.rssitem p.thumb {
	float: left;
	margin: 0 1em 1em 0;
}

div.rssfeed div.rssitem p.creator {
	margin-top: -0.5em;
}
