@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Freestyle Script; src: url('FREESCPT.TTF');
}
::selection {
	background: #FF0A6C;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#container {
	margin: auto;
	width: 1000px;
	height:inherit;
}
#header {
	text-align:center;
}
#menu {
	height:146px;
	width:1000px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	background-color:#9a0808;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	line-height:46px;	
	padding-left:-100px;
	margin-top:-11px;
}
#content {
	min-height:500px;
	width:970px;
	height:inherit;
	min-height:800px;
	background:#fff;
	padding:15px;
	padding-bottom:50px;
	margin-top:-105px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
}
#content img {
	max-width: 600px;
	border:0;
}

#content table {
	border-collapse: collapse;
	width: 600px;
}

#content td {
	padding: 5px;
	vertical-align: top;
}

#menu ul {
	list-style:none;
	margin-left:-30px;
}
#menu li {
	display:inline;
	padding:13px;
	border-right:1px dotted #fff;	
}
#menu a {
	text-decoration:none;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#menu a:hover, a:active {
	text-decoration:underline;
}
#right a {
	color:red;
	text-decoration:none;
	display:block;
}
#right a:hover, a:active {
	text-decoration:underline;
}
h1 {
	clear: both;
	background:url(images/title_bg.gif) repeat-x;
	padding:4px;
	padding-left:40px;
	width:63%;
	margin-left:-35px;
	position:relative;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	color:#fff;
	font-family:Freestyle Script;
	font-size:36px;
	text-shadow: 2px 2px 3px #000;	
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.arrow {
	width:0; height:0;
	line-height:0;
	border-left: 20px solid transparent;
	border-top: 10px solid #610707;	
	left:0;
	top:100%;
	position:absolute;
}
#facebook {
	margin-left:850px;
	margin-top:-34px;
	margin-bottom:2px;
}
#youtube {
	margin-top: -46px; margin-left: 900px;
} 
#adsense {
	width:336px; height:250px;
	float:right;
	position:relative;
}
#right {
	width:336px;
	margin-left:630px;
	position:absolute;
}
.test {
	font-size:18px;
	color:red;
}
h2 {
	background:url(images/title_bg.gif) repeat-x;
	padding:4px;
	padding-left:20px;
	color:#fff;
	font-family:Freestyle Script;
	font-size:36px;
	text-shadow: 2px 2px 3px #000;	
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:1px 1px 3px #000;
	margin-bottom:0px;
}
#right ul {
	list-style-type:none;
}
#right li {
	border-bottom:1px dotted #999;
	margin-left:-35px;
	padding:3px;
}
#footer {
	text-align:right;
	color:#fff;
	width:980px;
	background:url(images/title_bg.gif) repeat-x;
	height:51px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	line-height:51px;
	margin-top:-15px;
	padding-right: 10px;
	padding-left:10px;
	box-shadow:1px 1px 3px #000;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
}
#footer a{
	text-decoration:underline;
	text-transform:bold;
	color:#FFF;
}
#footer a:hover, a:active {
	color:#000;
}
a.more-link:link, a.more-link:visited {
	text-shadow: 1px 1px 1px #000;
	background:url(images/lees_meer.png) no-repeat;
	width:87px;
	height:36px;
	line-height:29px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}

a.more-link:hover, a.more-link:active {
	text-shadow: 1px 1px 1px #000;
	text-decoration:underline;
	color:#fff;
}
a.more-link {
	float:right;
	padding:3px;
	padding-bottom: 7px;
	padding-left:19px;
	margin: 5px 0 0 0;
}
p a:link, p a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
p a:hover, p a:active {
	text-decoration:underline;
	color:#F00;
}
a:link, a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:underline;
	color:#F00;
}
p {
	width:63%;
}
a.reactie:link {
	text-decoration:none;
	color:#777777;
}
a.reactie:visited {
	text-decoration:none;
	color:#777777;
}
a.reactie:hover {
	text-decoration:underline;
	color:red;
}
a.reactie:active {
	text-decoration:underline;
	color:red;
}
p.posts {
	text-align:left;
}
.ad_footer {
	background:#fff;
	height:90px;
	padding-bottom:30px;
	text-align:center;
}
#sidebar_ad {
	display:none;
	text-align:center;
}
.ad {
	width:468px;
	height:60px;
	text-align:center;
	padding:10px;
}
a[rel="tag"] {
	color: red;
	text-decoration: none;
}
a[rel="tag"]:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
#onderdelenafb {
	width: 250px;
	float: left;
	height: 160px;
}
#onderdeleninfo {
	margin-left: 255px;
	width: 350px;
	height: 160px;
}
#searchform input {
	padding: 7px;
	border:1px dotted #ffffff;
	background: url(images/search_bg.png) repeat-x #fd0000;
	width: 150px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	margin-top: -54px;
	float: right;
	margin-right: 15px;
	border-radius: 5px;
	padding-right: 25px;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {  
   color: #fff;  
}
ul.search {
	padding:0;
	margin: 0;
}
li.search {
	list-style: none;
	padding: 3px;
	border-bottom: 1px dotted #999;
}
#left {
	width: 600px;
}
li.search a{
	color: red;
	text-decoration: none;
}
li.search a:hover{
	color: red;
	text-decoration: underline;
}
#searchform input[type="submit"] {
	width: 25px;
	height: 25px;
	background: url(images/search.png) no-repeat;
	border:0;
	margin-top: -48px;
	margin-right: 8px;
	cursor: pointer;
	background-size: 20px;
}
#disqus_thread {
	width: 600px;
}

.post-info {
	width: 600px;
	margin-top: -15px;
	border-bottom: 1px dotted #ccc;
	font-style: italic;
	opacity: 0.6;
}

.post-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.post-info ul li {
	display: inline-block;
	margin-right: 5px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: none;
}