/* @override http://denherd.nl/css/screen.css */

@import url(navigatie.css);

@import url(gastenboek.css);

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, table, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {
	background-color: #000000;
	background-image: url("../images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

body.denherd {
	background-color: #000000;
	background-image: url("../images/bg-denherd.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

a img {
	border: none;
}

/* Commonly used to style page titles. */

h1 {
	color: #00ab67;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	/* font-family: "News Gothic Std";*/
  	display: block;
	float: left;
	width: 498px;
}

h1.nieuws {
	color: #00ab67;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	/*font-family: "News Gothic Std";*/
  	display: block;
	float: left;
	width: 452px;
	padding-left: 46px;
}

h1.agenda {
	color: #00ab67;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	/* font-family: "News Gothic Std";*/
  	display: inline;
	float: left;
	width: 312px;
	padding-left: 56px;
}

h1.programma {
	color: #00ab67;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	/* font-family: "News Gothic Std";*/
 	display: inline;
	float: left;
	width: 452px;
	padding-left: 46px;
}

h1.gb {
	color: #00ab67;
	font-size: 18px;
	font-weight: bold;
	/* line-height: 18px;*/
  	text-transform: uppercase;
	/*  font-family: "News Gothic Std";*/
  	display: inline;
	float: left;
	width: 452px;
	padding-left: 46px;
}

p {
	text-align: justify;
	padding-bottom: 6px;
}

p.small {
	font-size: 10px;
	line-height: 12px;
	color: #3B3B3B;
}

#zoekbox {
	margin-bottom: 12px;
}

#item {
	cursor: pointer;
	clear: both;
}

#item:hover {
	cursor: pointer;
	background-color: #CACACA;
}

/* Commonly used to style section titles. */

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* Sets the style for unvisited links. */

a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for visited links. */

a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */

a:hover {
	color: #6D6D6D;
	text-decoration: none;
}

/* Sets the style for a link that has focus. */

a:focus {
	color: #000;
}

/* Sets the style for a link that is being activated/clicked. */

a:active {
	color: #000;
}

/*div, img { behavior: url(js/iepngfix.htc) }*/

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
	margin: 0 auto 0 auto;
	

/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;


/* Redefines the text alignment defined by the body element. */
  width: 934px;
}

#outerWrapper #header {
	background-image: url("../images/header-menu.png");
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
  	font-size: 18px;
	font-weight: bold;
	height: 200px;
	line-height: 15px;
	padding: 00px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentTopGb {
	background-image: url("../images/content-top-gb.png");
	background-position: top;	
	background-position: left;
	background-repeat: no-repeat;
	border-style: none;	/* Sets the border style properties for an element using shorthand notation */
  	height: 33px;
	padding: 30px 34px 0px 34px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentTopProgramma {
	background-image: url("../images/content-top-prog.png");
	background-position: top;	
	background-position: left;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
  	height: 33px;
	padding: 30px 34px 0px 34px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentTopNieuws {
	background-image: url("../images/content-top-nieuws.png");
	background-position: top;	
	background-position: left;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	height: 33px;
	padding: 30px 34px 0px 34px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentTop {
	background-image: url("../images/content-top.png");
	background-position: top;	
	background-position: left;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
  	height: 31px;
	padding: 32px 34px 0px 34px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper {
	background-image: url("../images/content-bg.png");
	background-repeat: repeat-y;
	min-height: 400px;
	overflow: hidden;
	zoom: 1;
}

#outerWrapper #contentWrapper #rightColumn1 {
	border-style: none;
	float: right;
	padding: 0px 34px 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	width: 348px;
	margin: 0;
}

#agendabox {
	display: block;
	width: 351px;
	background-image: url("../images/agenda-schaduw.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#theatericoon {
	float: right;
	display: inline-block;
	width: 26px;
	height: 22px;
	background-image: url(../images/agenda-theater.jpg);
	background-repeat: no-repeat;
}

h2.agendacat {
	color: #A9A9A9;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
}

h2.agendaitem {
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

p.datum {
	color: #797979;
	font-size: 10px;
	padding: 0 0 0 14px;
	background-image: url("../images/agenda-pijltje.jpg");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {
  	width:  478px;
	padding: 0px 9px 0px 34px;
	float: left;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}

#outerWrapper #footer {
	background-image: url("../images/content-bottom.png");
	background-position: top;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
  	height: 200px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#nieuws-top {
	background-image: url(../images/nieuws-top.jpg);
	background-repeat: no-repeat;
	display: block;
	line-height: 9px;
	width: 479px;
	font-size: 1px;
	height: 9px;
}

#nieuwsbox {
	display: block;
	width: 459px;
	background-color: #bababa;
	background-image: url(../images/nieuws-bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}

#nieuws-bottom {
	background-image: url(../images/nieuws-bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 479px;
}

h2.nieuwstitel {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

h2.programmatitel {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

p.nieuwsdatum {
	color: #696969;
	font-size: 11px;
	padding: 0;
	padding-bottom: 4px;
}

span.toegevoegd {
	color: #989696;
}

.nieuwsthumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.programma {
	float: left;
}

div.nieuwstxt {
	color: #292929;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	padding-bottom: 4px;
	min-height: 115px;
}

div.nieuwstxt div {
	float: left;
}

.col0 {
	background-color: #BABABA;
}

.col1 {
	background-color: #FFFFFF;
}

/* Paginering */

.vorigevolgende {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9em;
}

.vorigevolgende a {
	display: inline-block;
	padding: 3px;
	border: 1px solid #E1E0DE;
	font-weight: normal;
}

.vorigevolgende a:hover {
	display: inline-block;
	padding: 3px;
	border: 1px solid black;
}

.vorigevolgende a:active, .vorigevolgende a#current, .vorigevolgende a.active {
	display: inline-block;
	padding: 3px;
	border: 1px solid black;
	background-color: black;
	color: white
}

fieldset.search {
	border: 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted white;
}

form {
	
}

form * {
	
}

form label {
	display: block;
}

form input {
	border: 1px solid #a4aeb5;
	padding: 0 0 0 5px;
	margin: 0;
	height: 20px;
	background: #fff url(../images/input_bg.png) repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

form select {
	border: 1px solid #a4aeb5;
	padding: 0;
	margin: 0;
	height: 23px;
	background: #fff url(../images/input_bg.png) repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

.zoek {
	border: 1px solid #a4aeb5;


/*	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;*/
	padding: 3px;
	margin: 0;
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-size: 10px;
}

form input:focus {
	border: 1px solid #014073;
}

form textarea {
	border: 1px solid #a4aeb5;
	padding: 3px 1px 1px 3px;
	margin: 0;
	height: 120px;
	overflow: auto;
	background: #fff url(../images/input_bg.png) repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

form textarea:focus {
	border: 1px solid #014073;
}

form p {
	font-family: Lucida Sans Unicode, Lucida Grande;
}

form p.error {
	
}

form p.error input {
	border-width: 2px;
	border-color: #f00;
}

form p.error textarea {
	border-width: 2px;
	border-color: #f00;
}

form button {
	padding: 6px;
	margin: 0 0 0 auto;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

form button:active {
	background: #fff url(../images/input_bg.png) repeat-x 0 0;
}

table, tr, td {
	
}

button {
	padding: 6px;
	margin: 0 0 0 auto;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Grande;
}

img.floatleft {
	float: left;
	display: inline;
	padding-right: 10px;
}

form input.knop {
	padding: 6px;
	margin: 0 0 0 auto;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Grande;
	height: 32px;
}