/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2008, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Global
--------------------------------------------------------------------*/
* { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #203a7f;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #b90201;
	font-size: 12px;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	color: #be0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 3px;
	border: 1px #203a7f solid;
	color: #000000; 
}

select {
	margin: 0;
	padding: 3px;
	border: 1px #203a7f solid;
	color: #000000; 
	height: 22px;
}

textarea {
	margin: 0;
	padding: 3px;
	border: 1px #203a7f solid;
	color: #000000; 
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table td {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}


/* Website
--------------------------------------------------------------------*/
div#site {
	position: relative;
	margin: 0 auto;
	width: 999px;
	text-align: left;
	background: url(css/images/bg_site.jpg) #ffffff repeat-y;
}


/* Header
--------------------------------------------------------------------*/
div#header {
	position: relative;
	height: 334px;
	background: url(css/images/img_header.jpg) no-repeat;
}

div#header div#animation1 {
	position: absolute;
	top: 175px;
	left: 540px;
	background: url(/images/animated1.gif) no-repeat;
	height: 113px;
	width: 227px;
}

div#header div#animation2 {
	position: absolute;
	top: 175px;
	left: 340px;
	background: url(/images/animated2.gif) no-repeat;
	height: 113px;
	width: 397px;
}

div#header div#animation3 {
	position: absolute;
	top: 175px;
	left: 340px;
	background: url(/images/animated3.gif) no-repeat;
	height: 105px;
	width: 209px;
}

div#header div#animation4 {
	position: absolute;
	top: 175px;
	left: 540px;
	background: url(/images/animated4.gif) no-repeat;
	height: 105px;
	width: 209px;
}

div#header div#animation5 {
	position: absolute;
	top: 175px;
	left: 540px;
	background: url(/images/animated5.gif) no-repeat;
	height: 113px;
	width: 227px;
}

div#header div#animation6 {
	position: absolute;
	top: 175px;
	left: 540px;
	background: url(/images/animated6.gif) no-repeat;
	height: 113px;
	width: 251px;
}

div#header div#box1 {
	position: absolute;
	top: 143px;
	left: 360px;
	font-size: 9px;
}

div#header div#box1 input {
	margin-left: 10px;
	height: 13px;
	border: 0;
	width: 170px;
	font-size: 9px;
}

div#header div#box2 {
	position: absolute;
	top: 146px;
	left: 687px;
}


/* Height
--------------------------------------------------------------------*/
div#height {
	float: left;
	height: 300px;
}

/* Content
--------------------------------------------------------------------*/
div#content {
	position: relative;
	width: 999px;
	margin: 0;
	color: #000000;
	line-height: 20px;
}

	/* left */
	div#content div#left {
		float: left;
		width: 344px;
		height: 350px;
		background: url(css/images/bg_menu.jpg) no-repeat;
	}
	
	div#content div#left div#bnnr {
		position: absolute;
		top: 10px;
		left: 50px;
	}
	
	div#content div#left div#menu {
		position: relative;
		margin: 2px 0 0 127px;
	}
	
	div#content div#left div#menu ul {
		
	}
	
	div#content div#left div#menu ul li {
		height: 30px;
		line-height: 30px;
	}
	
	div#content div#left div#menu ul li a {
		color: #c53e59;
		font-size: 12px;
		margin-left: 18px;
	}
	
	div#content div#left div#menu ul li a:hover {
		font-weight: bold;
		text-decoration: none;
	}
	
	div#content div#left div#menu ul li.active {
		background: url(css/images/bg_li.jpg) no-repeat;
	}
	
	div#content div#left div#menu ul li.active a {
		color: #ffffff;
	}
	
	div#content div#left div#submenu {
		position: absolute;
		top: 275px;
		left: 20px;
	}
	
	div#content div#left div#submenu ul li {
		height: 16px;
		line-height: 16px;
	}
	
	div#content div#left div#submenu ul li a {
		color: #c1001f;
	}
	
	div#content div#left div#theaters {
		position: absolute;
		top: 275px;
		left: 145px;
	}
	
	div#content div#left div#theaters ul li {
		height: 16px;
		line-height: 16px;
	}
	
	/* center */
	div#content div#center {
		float: left;
		width: 400px;
		background: url(css/images/bg_center.jpg) no-repeat;
		padding-left: 10px;
		padding-right: 37px;
		margin-bottom: 20px;
		min-height: 335px;
	}
	
	div#content div#center div#img_home {
		position: absolute;
		left: 342px;
		top: -160px;
		width: 614px;
		height: 292px;
		background: url(css/images/img_home.jpg) no-repeat;
		z-index: 6;
	}
	
	div#content div#center div#gratislid {
		position: absolute;
		left: 766px;
		top: 127px;
	}
	
	div#content div#center div#fun {
		position: relative;
		background: url(css/images/bg_fun.jpg) no-repeat;
		height: 355px;
		width: 610px;
		margin-bottom: -21px;
	}
	
	div#content div#center div#fun div#kleurplaat {
		position: absolute;
		top: 55px;
		left: 26px;
	}
	
	div#content div#center div#fun div#kleurplaat a {
		margin-right: 9px;
		color: #ffffff;
		font-weight: bold;
	}
	
	div#content div#center div#fun div#masker {
		position: absolute;
		top: 130px;
		left: 26px;
	}
	
	div#content div#center div#fun div#masker a {
		color: #ffffff;
		letter-spacing: -1px;
	}
	
	div#content div#center div#fun div#media {
		position: absolute;
		top: 203px;
		left: 26px;
	}
	
	div#content div#center div#fun div#media a {
		color: #ffffff;
		letter-spacing: -1px;
	}
	
	div#content div#center div#fun div#tom {
		position: absolute;
		top: 25px;
		left: 265px;
	}
	
	div#content div#center div#fun div#to {
		position: absolute;
		top: 120px;
		left: 322px;
	}
	
	div#content div#center div#fun div#tilly {
		position: absolute;
		top: 103px;
		left: 498px;
	}
	
	div#content div#center div#fun div#tummy {
		position: absolute;
		top: 210px;
		left: 521px;
	}
	
	div#content div#center div#fun div#timmy {
		position: absolute;
		top: 177px;
		left: 356px;
	}
	
	div#content div#center div.line {
		background: url(css/images/bg_line.jpg) repeat-x;
		width: 385px;
		height: 2px;
		margin: 12px 0 12px 0;
	}
	
		/* news */
		div#content div#center div.newsitem {
			float: left;
			width: 386px;
		}
		
		div#content div#center div.newsitem div.newstitle {
			color: #c1001f;
			font-weight: normal;
			font-size: 11px;
			text-transform: uppercase;
			margin: 0;
		}
		
		div#content div#center div.newsitem div.newsdate {
			color: #c1001f;
			font-weight: normal;
			font-size: 10px;
			margin: -5px 0 0 140px;
		}
		
		div#content div#center div.newsitem div.newscontent {
			color: #1f1e21;
			font-weight: normal;
			font-size: 10px;
			margin-top: 0px;
			line-height: 12px;
		}
		
		div#content div#center div.newsitem a {
			color: #c1001f;
		}
		
		div#content div#center div.newsitem div.newsimage {
			float: left;
			width: 130px;
			height: 82px;
			background-color: #8cd8f8;
			margin: 4px 10px 0 0;
		}
		
		div#content div#center div.newsmore {
			
		}
		
		div#content div#center div.newsback {
			float: right;
		}
		
		/* archief */
		div#content div#center div.newsdate {
			
		}
		
		div#content div#center div.newstitle {
			margin-left: 10px;
		}
		
		/* references */
		div#content div#center div.reference {
			float: left;
			width: 386px;
		}
		
		div#content div#center div.reference div.referencetitle {
			color: #ffffff;
			font-weight: normal;
			font-size: 11px;
			text-transform: uppercase;
			margin-top: 7px;
			line-height: 12px;
			
		}
		
		div#content div#center div.reference div.referencedate {
			color: #ffffff;
			font-weight: normal;
			font-size: 10px;
			margin: -2px 0 0 120px;
			font-weight: bold;
		}
		
		div#content div#center div.reference div.referencecontent {
			color: #ffffff;
			font-weight: normal;
			font-size: 10px;
			margin-top: -2px;
			line-height: 11px;
		}
		
		div#content div#center div.reference a {
			color: #ffffff;
			text-decoration: underline;
		}

		div#content div#center div.reference a:hover {
			text-decoration: none;
		}
		
		div#content div#center div.reference div.referenceimage {
			float: left;
			width: 130px;
			height: 82px;
			margin: 4px 0px 0 0;
		}
		
		div#content div#center div.reference {
			
		}
		
		div#content div#center ul {
			list-style: disc;
			margin: 0;
			padding: 0px 0 0 0;
			margin-left: 20px;
		}
	
	/* right */
	div#content div#right {
		float: left;
		width: 150px;
		color: #000002;
		margin-bottom: 20px;
	}
	

div#content div.errors {
	color: red;
	margin-bottom: 10px;
}

div#content input.error , div#content textarea.error{
	border: 1px red solid;
}

div#content ul {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 30px;
}

div#content ul li {
}

div#content td {
	line-height: 22px;
}


/* Footer
--------------------------------------------------------------------*/
div#footer {
	position: relative;
	height: 40px;
	width: 999px;
	background-color: #ffffff;
}

div#footer div#box1 {
	position: absolute;
	top: 10px;
	left: 40px;
	color: #8b8b8c;
	font-size: 10px;
}

div#footer div#box2 {
	position: absolute;
	top: 10px;
	left: 775px;
	color: #868788;
}

div#footer div#box2 a {
	color: #868788;
	font-size: 10px;
}

div#footer div#box2 a:hover {
	color: #303030;
	text-decoration: underline;
}

