/* OUIPA 3, gebaseerd op: */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

TOC:
1. algemene indeling
2. typografie
3. formulieronderdelen
4. menuonderdelen
5. overig

*/

/* algemene indeling pagina */

body {
margin: 0 auto;
padding: 0;
text-align: center;
background: #FFDB58;
}

#wrap {
	margin: 0 auto;
	width: 750px;
	background-color: #F9F9FF;
}

#header {
	clear: both;
	margin: 10px 0 0 0;
	width: 100%;
	padding: 0;
	height: 127px;
	background-color: #FFDB58;
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
}
#header #banner {
	width: 186px;
	height: 36px;
	float: right;
	position: relative;
	top: 62px;
}
#filmstrip {
	width: 749px;
	height: 63px;
	border-top: 1px solid #8F3926;
	border-bottom: 1px solid #8F3926;
	background-image: url(filmstrip01.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#menu {
	float: left;
	width: 192px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#menu #menupic {
	width: 192px;
	height: 128px;
	float: left;
	border-bottom: 1px solid #8F3926;
	border-right: 1px solid #8F3926;
	padding: 0;
	margin: 0;
}

#inhoud {
/* height: 445px; */
margin: 0;
padding: 0px;
line-height: 1.8em;
text-align: left;
clear: left;
background-position: right bottom;
background-repeat: no-repeat;
/* border-bottom: 1px solid #8F3926; */
}
#inhoudlang {
/* height: 1300px; */
margin: 0;
padding: 0px;
line-height: 1.8em;
text-align: left;
clear: left;
background-color: #F9F9FF;
background-position: right bottom;
background-repeat: no-repeat;
/* border-bottom: 1px solid #8F3926; */
}
#tekst {
	float: left;
	width: 545px;
padding-top: 9px;
	padding-left: 9px;
	padding-right: 2px;
}

#voettekst {
	clear: both;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: center;
	border-top: 1px solid #8F3926;
	background-color: #FFDB58;
}
/* typografie */

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}
#tekst p {
	padding-top: 0px;
	font: 90% Arial,sans-serif;
	color: #02098E;
}
.quote {
	background-image: url(quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 16px;
}
#tekst li {
	list-style-image: url(bullet.jpg);
	font: 90% Arial,sans-serif;
	color: #02098E;
	line-height: 1.8em;
}
#titeltekst {
	background-color: #F9F9FF;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	height: 50px;
}

#tekst h1, #wrap #titeltekst h1 {
font-size: 1.6em;
font-family: "Trebuchet MS", Verdana, serif;
margin: 0 0 5px 0;
color: #8F3926;
}
#voettekst p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #02098E;
	display: block;
	line-height: 75%;
	padding: 0;
}
#voettekst a:link, #voettekst a:visited {
	color: #02098E;
	text-decoration: none;
}
#voettekst a:hover {
	color: #02098E;
	text-decoration: underline;
}

#tekst a:link {
	color: #02098E;
	text-decoration: none;
	border-bottom: 1px dotted #02098E;
}
#tekst a:visited {
	color: #02098E;
	text-decoration: none;
	border-bottom: 1px dotted #02098E;
}
#tekst a:hover {
	color: #8F3926;
	text-decoration: none;
	border-bottom: 1px solid #8F3926;
}
/* 3. formulier onderdelen */
FORM {
	font: 90% Arial,sans-serif;
	color: #02098E;
}
INPUT, TEXTAREA {
	border: 1px solid #02098E;
	font: 90% Arial,sans-serif;
}
TEXTAREA {
	width: 500px;
	height: 100px;
	font: 90% Arial,sans-serif;
}
FIELDSET {
	border: none;
}
.formulierveld {
	width: 300px;
	font: 90% Arial,sans-serif;
}
.knop {
	width: 150px;
	color: #F9F9FF;
	border: 1px solid #02098E;
	background-color: #02098E; 
	font: 90% Arial,sans-serif;
}

/* 4. menuonderdelen */
#menu ul {	
list-style: none;
width: auto;
margin: 0 0 0 0;
padding: 0;
font-size: 1.1em;
}
#menu li.page_item {
float: left;
width: 193px;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
}
#menu li.page_item a {
	font-weight: bold;
	text-decoration: none;
	color: #E2725B;
	display: block;
	text-align: left;
	padding: 3px 0 3px 10px;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #F9F9FF;
	border-bottom: 1px solid #8F3926;
}	
	
#menu li.page_item a:hover, #menu li.current_page_item a {
	display: block;
	color: #8F3926;
	background-repeat: no-repeat;
	background-color: #F9F9FF;
	background-position: left;
	background-repeat: no-repeat;
	background: url(inactiveachter.jpg) repeat-y;
	border-right: 1px solid #8F3926;
}
#menu li.current_page_item {
float: left;
width: 193px;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
background-color: Blue;
}

/* 5. overige elementen */
#inhoud img, #inhoudlang img {
display:inline;
}
/* radiobutton (BNR interview) */
#special {
float: right;
display: inline;
padding: 10px 0px 0px 0px;
}
#special A:link, #special A:hover, #special A:visited {
	text-decoration: none;
	border: none;
}
/* twitter pagina */
#tweets {
	margin-left: 15px;
	margin-right: 15px;
}
.tweet {
	border-bottom: 1px solid #FFDB58;
	padding: 10px 10px 10px 20px;
	display: block;
	background-image: url(bullet.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
A.tweettijd, A.tweettijd:visited {
	color: Silver;
	text-decoration: none;
	font-size: 10px;
}
A.tweettijd:hover {
	color: Black;
	text-decoration: none;
	font-size: 10px;
}