/* Bestand: reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}/* Bestand: style.css */
/* Body */

body
{
	color: #222;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 13px;
	line-height: 22px;
	min-width: 980px;
}

/* Type */

h1,h2,h3,h4,h5
{
	font-size: 36px;
	font-family: "Gill Sans", Arial, sans-serif;
	line-height: 44px;
	margin-bottom: 22px;
	text-shadow: #fff 1px 1px 2px;
	font-weight: 400;
	color: #111;
}


strong
{
	font-weight: bold;
}

h1
{
	padding-top: 44px;
	font-weight: 300;
}

h2
{
	font-size: 26px;
	margin: 0;
	line-height: 22px;
	margin-bottom: 22px;
}

h3
{
	font-size: 20px;
	margin: 0;
	line-height: 22px;
	margin-bottom: 13px;
	margin-top: 9px;
	color: #ea5e18;
}

h4
{
	font-size: 18px;
	margin: 0;
	line-height: 22px;
	margin-bottom: 21px;
}

	h3 b, h3 strong
	{
		color: #333;
		font-weight: normal;
	}

h5
{
	font-size: 16px;
	margin: 0;
	line-height: 22px;
	text-shadow: #222 1px 1px 2px;
	margin-bottom: 11px;
	padding-bottom: 11px;
	color: #ea5e18;
	border-bottom: 1px solid #333;
}

	h1 a,h2 a
	{
		color: #333;
	}

a
{
	color:#ea5e18;
	
}

em
{
	font-style: italic;
}

a:hover,h1 a:hover,h2 a:hover
{
	color:#0997da;
}

a:active,h1 a:active,h2 a:active
{
	color: #000000;
}

hr
{
	background: url(http://i.overbyte.nl/stripes.png) center;
	border: 0;
	height: 5px;
	margin: 22px 0;
 
}
/* algemeen */

.center
{
	margin:0 auto;
	position:relative;
	width:940px;
}

.clear
{
	clear: both;
}

#top
{
	background: url(http://i.overbyte.nl/stripes.png) center;
	height: 110px;
	margin-bottom: 22px;

}	
		#top .center h1
		{
			margin-left: 316px;
		}

input, textarea
{
	padding: 5px;
	background: #fff;
	color:#333;
	font-size: 14px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus
{
	border: 1px solid #0997da;
}



/* Button */

.button
{
	background: #ea5e18;
	border: 1px solid #ea5e18;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	padding: 0 7px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #812804 0 1px 0;
}

.grijs
{
	background: #999;
	border: 1px solid #999;
	text-shadow: #666666 0 1px 0;
}

.grijs span
{
	position: absolute;
	top: 23px;
	right: 5px;
}

.button span
{
	font-family: Arial, Helvetica sans-serif;
}

.button:hover
{
	background: #fff;
	color: #0997da;
	border: 1px solid #0997da;
	text-shadow: none;;
}

.grijs:hover span
{
	display: none;
}

.button:active
{
	border: 1px solid #333;
	color: #333;
}

/* Header */

#header
{
	background: #212121;
}

	#header .logo
	{
		position: absolute;
		left: 0;
		z-index: 9999;
	}
	
ul.nav
{
	list-style:none;
	margin: 0;
	padding:0;
	margin-left: 300px;
}

	ul.nav li
	{
		float:left;
		list-style-type:none;
		padding:0;
		border-right: 1px solid #777;
		width:159px;
	}
	
	ul.nav li.login
	{
		border: none;
		padding-left: 10px;
		width: 150px;
		padding-top: 32px;
	}
		
		ul.nav li.login #loginbutton
		{
			margin-left: 2px;
		}
		
		ul.nav li.login #logoutbutton
		{
			margin-left: 2px;
		}
	
	ul.nav li.usermenu
	{
		border: none;
		padding-left: 10px;
		width: 150px;
		font-size: 11px;
		color: #fff;
	}
	
		ul.nav li.usermenu span
		{
			display: block;
			padding: 5px 0;
			height: 22px;
		}
		
		ul.nav li.usermenu span a
		{
			color: #ccc;
		}
		
		ul.nav li.usermenu span a:hover
		{
			color: #fff;
			
		}
	
	ul.nav li.menu a
	{
		border:0;
		display:block;
		outline:none;
		width:139px;
		height: 22px;
		padding:35px 10px 10px 10px;
		color: #fff;
		font-size: 16px;
		font-variant: small-caps;
	}
	
		ul.nav li.menu a:hover
		{
			background: #333;
		}
		
		ul.nav li.menu a:active
		{
			padding:36px 10px 9px 10px;
		}


/* Footer */
		
#footer
{
	background: #212121;
	padding: 22px 0 27px 0;
	color: #fcfcfc;
	font-size: 11px;
	font-weight: bold;
	margin-top: 22px;
}
	
	#footer .list
	{
		float: left;
		width: 300px;
		margin-right: 20px;
	}
	
	#footer .last
	{
		margin-right: 0;
	}
	
		#footer .list ul
		{
			float: left;
			width: 140px;
			margin-right: 20px;
		}
		
		#footer .list ul.last
		{
			margin: 0;
		}


	#footer a
	{
		color: #fcfcfc;
		display: block;
		padding-left: 2px;
	}
	
	#footer a:hover
	{
		color: #0997da;
	}
	
	#footer a:active
	{
		color: #fcfcfc;
		background: #333;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	
	#footer a span
	{
		float: right;
		padding: 0px 3px;
		line-height: 20px;	
		color: #666;	
		*margin-top: -22px;
	}
	
	#footer a:hover span
	{
		background: #0997da;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#footer ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#footer form input#search
	{
		background: #fff;
		border: 1px solid #fff;
		padding: 1px 4px;
		height: 20px;
		float: left;
		margin-top: 21px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 200px;
	}
	
	#footer form input#search:focus
	{
		border: 1px solid #0997da;
	}
	
	#footer form input#button
	{
		float: left;
		margin-top: 21px;
		margin-left: 2px;
	}
	
	
/* Page */

#page .center img
{
	float: left;
	border-top: 1px solid #ddd;
	padding-top: 21px;
	margin-right: 20px;
}

.center .inhoud
{
	width: 460px;
	float: left;
}

	.center .inhoud p 
	{
		padding-bottom: 22px;
	}
	
/* artikel */

#artikel .plaatjes, .line1
{
	float: left;
	margin-right: 20px;
	width: 300px;
	min-height: 100px;
}

.extra
{
	display: none;
	position: absolute;
	right: 40px;
}

#reacties ul li:hover .extra
{
	display: block;
	
}

.line1, .line2
{
	margin-top: 22px;
}

.line2
{
	float: left;
	width: 620px;
}

#artikel .plaatjes img
{
 float: left;
 margin-bottom: 1px;
}
 
#artikel .center .inhoud
{
	width: 460px;
	float: left;
	margin-right: 20px;

}

		#artikel .center .inhoud p 
		{
			padding-bottom: 22px;
		}
		
		#artikel .center .inhoud .intro
		{
			font-weight: bold;
		}

	#artikel .center .info
	{
		width: 140px;
		float: left;
		font-size: 11px;
		color: #666;
	}
	
		#artikel .center .info a
		{
			font-weight: bold;
		}

		#artikel .center .info h4
		{
			margin-top: 22px;
			margin-bottom: 0;
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #333;
		}
		
		#artikel .center .info .first
		{
			margin-top: 0;
		}
		
		#artikel .center .info strong
		{
			color: #333;
		}

#artikel #reactieheader
{
		background: url(http://i.overbyte.nl/stripes.png) center;
		padding: 44px;
		margin: 22px 0;
}

#artikel #reactieheader h2
{
	width: 460px;
	float: left;
	margin-bottom: 0;
	line-height: 22px;
}

#artikel #reactieheader .count
{
	width: 300px;
	margin-right: 20px;
	color: #ccc;
}

#artikel #reacties li
{
	border-top: 1px dotted #ddd;
	padding: 21px 0 22px 0;
}

#artikel #reacties #eerstereactie
{
	border-top: 0px;
}

	#artikel #reacties .poster
	{
		width: 300px;
		margin-right: 20px;
		float: left;
	}
	
		#artikel #reacties .poster div
		{
			float: left;
			width: 220px;
			font-size: 11px;
		}
		
		#artikel #reacties .poster a,#artikel #reacties .poster .gast
		{
			font-size: 13px;
			font-weight: bold;
			color: #ea5e18;
		}
		
		#artikel #reacties .poster img
		{
			float: left;
			width: 60px;
			margin-right: 20px;
		}
		
	#artikel #reacties .bericht
	{
		width: 460px;
		float: left;
	}
	
	#artikel #reacties .permlink
	{
		float: right;
	}

#artikel #formheader
{
		background: url(http://i.overbyte.nl/stripes.png) center;
		padding: 44px;
		margin-top: 22px;
		margin-bottom: -22px;
}

#artikel #formheader h2
{
	margin: 0 0 44px 320px;
}


#artikel .reactietable
{
	float: left;
}

	#artikel .reactietable .tcolumn1
	{
		width: 300px;
		text-align: right;
		font-weight: bold;
		vertical-align: top;
	}
	
	#artikel .reactietable .tcolumn2
	{
		width: 290px;
		font-weight: bold;
		vertical-align: top;
		padding: 0 0 11px 20px;
	}
	
	#artikel .reactietable input.tekst
	{
		width: 290px;
	}
	
	#artikel .reactietable textarea
	{
		width: 450px;
	}

#artikel .voorwaarden
{
	float: right;
	font-size: 11px;
	width: 140px;
	margin-top: 87px;
}
	
/* Crew */

#top .crew h1
{
	margin-left: 0;
}

#crew h3
{
	margin-top: 0;
	margin-bottom: 22px;
}

#crew img
{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#crew .inhoud
{
	height: 285px;
}


#crew .member
{
	width: 220px;
	float: left;
	margin-left: 20px;
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
}

#crew .top
{
	padding-top: 21px;
	border-top: 1px solid #ddd;
}

#crew .first
{
	margin-left: 0;
}

	#crew .member a
	{
		background: #ea5e18;
		height: 112px;
		width: 200px;
		display: block;
		color: #fff;
		padding: 10px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		position: absolute;
	}
	
	#crew .member a span
	{
		display: block;
		color: #000;
	}
	
	#crew .member a:hover,#crew .active a
	{
		background: none;
		filter:alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity: 0;
		opacity: 0;
		color: #fff;
	}
	
/* Links */
#top .toplinks h1
{
	margin-left: 0;
}

#links .link
{
	float: left;
	width: 220px;
	border-top: 1px solid #ddd;
	padding-top: 11px;
	margin-bottom: 22px;
	margin-right: 20px;
}

#links .last
{
	margin-right: 0;
}

#links .datum
{
	clear: both;
	padding-top: 22px;
	margin-top: 22px;
}

	#links .link a
	{
		display: block;
		height: 44px;
		font-weight: bold;
	}	
	
/* Podcasts */
.podcasts .laatste
{
	padding-top: 11px;
	text-align: center;
}	

	.podcasts .laatste h2 a
	{
		font-size: 48px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 22px;
		display: block;
	}
	
	.podcasts .laatste .aflevering
	{
		font-variant: small-caps;
		font-weight: bold;
		display: block;
		margin-bottom: 22px;
	}
	
	.podcasts .laatste p
	{
		width: 460px;
		margin-left: 240px;
		display: block;
		margin-bottom: 22px;
	}
	
	.podcasts .laatste .datum
	{
		font-size: 11px;
		display: block;
		margin-top: 22px;
	}


.podcasts .podcastarchief
{
	float: left;
	width: 300px;
	margin-right: 20px;
	height: 360px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 22px;
	padding-bottom: 22px;
}

	.podcasts .podcastarchief h3
	{
		height: 44px;
		display: block;
	}
	
	.podcasts .podcastarchief .aflevering
	{
		font-weight: bold;
		display: block;
	}
	
	.podcasts .podcastarchief p
	{
		display: block;
		margin-bottom: 22px;
		height: 187px;
	}
	
	.podcasts .podcastarchief .datum
	{
		display: block;
		margin-top: 11px;
		font-size: 11px;
	}

.podcasts .last
{
	margin-right: 0;
}
	
/* Frontpage Highlight */

#highlight
{
	background: url(http://i.overbyte.nl/stripes.png) center;
}
	#highlight .center
	{
		z-index: 13;
	}
	
	#highlight .buttons
	{
		position: absolute;
		top: 255px;
		z-index: 14;
		display: none;
	}
	
	#highlight .buttons #infoscroll1
	{
		display: none;
		font-size: 11px;
	}
	
	#highlight .buttons .scrolinfo
	{
		float: left;
		background: #fff;
		border: #ccc 1px solid;
		padding: 3px;
	}
	
	#highlight h1
	{
		height: 66px;
		width: 530px;
	}

	#highlight .highlightbol
	{
		width: 15px;
		height: 15px;
		background: url(http://i.overbyte.nl/highlightbol.png) bottom;
		background-position: 0 48px;

		cursor: pointer;
		float: left;
		margin-right: 5px;
	}
	
	#highlight .highlightbol:hover
	{
		background-position: 0 32px;
	}
	
	#highlight .highlightbol:active
	{
		background-position: 0 16px;
	}
	
	#highlight .active,#highlight .active:hover
	{
		cursor: default;
		background-position: 0 0;
	}

	#highlight #scroller
	{
		margin: 0;
		padding: 0;
		height: 286px;
		overflow:hidden;
		position: relative;
		min-width: 960px;
	}
	
	#highlight #scroller ul
	{
		padding: 0;
		list-style: none;
		width: 940px;
		position: relative;
		margin: 0 auto;
	}
	
	#highlight #scroller li
	{
		height: 286px;
		width: 940px;
		float: left;
		position: relative;
	}
	
		#highlight #scroller li img
		{
			position: absolute;
			right: 0;
			z-index: 10;
		}
		
		#highlight #scroller li .content
		{
			left: 0;
			z-index: 11;
			position: absolute;
		}
	
	#highlight .info
	{
		float: left;
		width: 140px;
		margin-right: 20px;
		font-size: 11px;
		font-weight: bold;

	}
	
		#highlight .info span
		{
			color: #ea5e18;
		}
	
	#highlight p
	{
		float: left;
		width: 380px;
	}
	
	#highlight img
	{
		float: right;
		z-index: -1;
		
	}
	
/* Frontpage Column 1 */

#column1
{
	width: 620px;
	margin-right: 20px;
	float: left;
}

	#column1 .artikel
	{
		border-top: 1px solid #ddd;
		margin-top: 22px;
		padding-top: 17px;
	}
	
	#column1 .comments
	{
		float: right;
		margin-top: 6px;
	}
					
		#column1 .artikel img
		{
			float: left;
		}
		
		#column1 .artikel img:hover
		{
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity: 0.9;
			opacity: 0.9;
		}
		
		#column1 .artikel img:active
		{
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
			opacity: 0.7;
		}
		
		#column1 .artikel .float
		{
			float: right;
			width: 380px;
			position: relative;
		}
		
		#column1 .artikel p
		{
			width: 370px;
		}
			
			#column1 .artikel p a
			{
				font-weight: bold;
			}

			
		#column1 .artikel .info .categorie
		{
			font-weight: bold;
			font-size: 15px;
			display: block;
		}
		
		#column1 .artikel .info .schrijver,#column1 .artikel .info .datum
		{
			font-size: 11px;
			color: #999;
			float: left;
			width: 200px;
			margin-bottom: 22px;
			font-weight: bold;
		}
		
		#column1 .artikel .info .schrijver:hover,#column1 .artikel .info .datum:hover
		{
			color: #0997da;
		}
		
		#column1 .artikel .info .schrijver
		{
			width: 180px;
		}
		
/* Frontpage Column 2 */
			
#column2
{
	float: left;
	width: 300px;
	font-size: 11px;
	margin-top: 22px;
}

	#column2 a
	{
		font-weight: bold;
	}
	
	#column2 p
	{
		margin-bottom: 22px;	
	}

	#column2 .sub
	{
		padding-top: 22px;
		border-top: 1px solid #ddd;
	}
	
		#column2 .sub ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#column2 .sub ul span
			{
				float: left;
				width: 258px;
			}
		
			#column2 .sub ul img
			{
				float: left;
				margin-right: 10px;
				padding-top: 5px;
			}
			
			#column2 .sub ul li
			{
				margin-bottom: 22px;
			}
			
			#column2 .sub ul li em
			{
				font-style: normal;
				color: #999;
			}
			
			#column2 .sub ul li em a
			{
				color: #333;
				font-weight: bold;
			}

/* Archief */

#archief #column1
{
	margin-right: 0;
}

#archief #column2
{
	margin-right: 20px;
}

#archief .archief
{
	border-top: 1px #ddd solid;
	padding-bottom: 22px;
}

	#archief .archief .heading
	{
		border-bottom: 1px dotted #ddd;
		margin-bottom: 22px;
	}
	
	#archief .archief .heading h2
	{
		float: left;
		font-size: 20px;
		margin: 0;
		padding: 0;
		line-height: 44px;
	}
	
	#archief .archief .heading span
	{
		float: right;
		line-height: 44px;
		font-weight: bold;
	}

#archief .archief .info
{
	width: 60px;
	margin-right: 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

#archief .archief p
{
	width: 380px;
	margin-right: 20px;
	float: left;
}

#archief .archief .plaatje
{
	width: 140px;
	float: right;
}

#archief .list
{
	border: 0;
	border-top: 1px solid #ddd;
	padding: 22px 0;
}

		#archief .list ul
		{
			float: left;
			width: 140px;
			margin-right: 20px;
		}
		
		#archief .list ul.last
		{
			margin: 0;
		}


	#archief .list a
	{
		display: block;
		padding-left: 2px;
	}
	
	#archief .list a:hover
	{
		color: #0997da;
	}
	
	#archief .list a span
	{
		float: right;
		padding: 0px 3px;
		line-height: 20px;	
		color: #666;
	}
	
	#archief .list a:hover span
	{
		background: #0997da;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
/* Login */
#top .login h1
{
	float: left;
	width: 480px;
	margin-left: 0;
}

	#top .login h1.last
	{
		width: 400px;
	}

#page .login
{
	float: left;
	width: 460px;
	margin-left: 320px;
}

#page .left
{
	margin-left: 0;
}

#page .login table
{
	font-weight: bold;
}

#page .login table .info
{
	width: 240px;
	font-weight: bold;
	padding: 10px 0;
	vertical-align: top;
}

#page .login table .register
{
	font-size: 11px;
	padding-top: 22px;
}

#page .login table .register a
{
	font-weight: bold;
}

#page .login .button
{
	background: #ea5e18;
	border: 1px solid #ea5e18;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	padding: 0 7px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #812804 0 1px 0;
	width: auto;
}

#page .reg
{
	width: 460px;
	margin-left: 20px;
	float: left;
}

#page .login table
{
	width: 460px;
}

#page .login .remember
{
	font-size: 11px;
}

#login-container
{
	z-index: 100;
	position: absolute;
	border: 1px solid #ea5e18;
	top: 60px;
	left: 700px;
	background: url("http://i.overbyte.nl/stripes.png") repeat scroll center center transparent;
	padding: 10px;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	#login-container td
	{
		padding-right: 5px;
	}
	
	#login-container h2
	{
		color: #EA5E18 !important;
		padding-bottom: 0px;
		margin-bottom: 7px;
	}

/* Profiel */
#page .center .profiel
{
	margin-left: 320px;
	width: 460px;
}

	#page .center .profiel dt
	{
		font-weight: bold;
	}

	#page .center .profiel dd
	{
		margin-bottom: 22px;
	}

/* Reactionform */
#reactionform td
{
	padding-right: 10px;
}

/* reCAPTCHA */

#recaptcha_reload, #recaptcha_switch_audio, #recaptcha_whatsthis, #recaptcha_logo, #recaptcha_image img, #recaptcha_tagline {
	padding-top: 0px !important;
	margin-right: 0px !important;
}

#recaptcha_logo, #recaptcha_image img, #recaptcha_tagline {
	border: 0px !important;
}
			
/* Tipsy */	
		
.tipsy { padding: 5px; font-size: 11px; line-height: 14px; font-weight: bold; background-repeat: no-repeat;  background-image: url(http://i.overbyte.nl/tipsyblauw.gif); }
.tipsy-inner { padding: 4px 6px; background-color: #0997da; color: #fff; max-width: 150px; text-align: center; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
