/*	 	Stylesheet Appels en Peren 		*/
/* 	(c) 2007 Vincent De Munck & Free CSS Templates 	*/
/* 		fruitoorlog@quizmasters.be 		*/
body
{
	margin: 0;
	padding: 0;
	background: #666767 url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}
h1
{
	letter-spacing: -1px;
	font-size: 2.6em;
}
h2
{
	font-size: 1.8em;
}
h3
{
	font-size: 1.3em;
	font-weight: bold;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
}
dfn
{
	border-bottom: 1px dotted;
}
p
{
	margin-top: 0px;
	margin-bottom: 1.3em;
	text-align: justify;
	line-height: 180%;
}
strong
{
	color: #E0E0E0;
}
blockquote
{
	margin: 1em;
	margin-left: 2em;
	font-style: italic;
}
blockquote p
{
	margin: 0px;
	line-height: 120%;
}
.auteur
{
	text-align: right;
	font-style: normal;
}
.subitem
{
	margin-left: 20px;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}

.gototop
{
	font-size: 0.85em;
}
.center
{
	text-align: center;
}

/* Header */

#header h1
{
	padding: 115px 0 0 50px;
}

#header h2
{
	margin-top: 10px;
	padding: 0 0 0 50px;
}

#header a
{
	text-decoration: none;
}

/* Nav */

.nav
{
	width: 700px;
	margin: 0 auto;
	background: #666767 url(images/img03.jpg);
	text-align: center;
}
.nav a
{
	font-size: 1.2em;
	margin-left: 8px;
	margin-right: 8px;
}
.nav .selected{
	text-decoration: none;
	color: #CCCCCC;
}

/* Page */

#page
{
	width: 700px;
	margin: 0 auto;
	background: #666767 url(images/img03.jpg);
}

/* Content */

#content
{
	float: left;
	width: 450px;
}

.inhoud
{
	padding: 30px 20px 30px 40px;
}

.inhoud .title
{
	margin: 0px 0px 5px 0px;
	padding-left: 30px;
	background: url(images/appel.gif) no-repeat left center;
	font-size: 2em;
}
.inhoud .title a, .inhoud h3 a, h3
{
	color: #97a977;
}
.inhoud .meta
{
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}
.inhoud ul
{
	margin-top: 0px;
	margin-bottom: 35px;
}
.illustratie
{
	margin-left: 20px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 250px;
}
#sidebar ul, ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li
{
	margin-bottom: 0px;
	padding: 34px 20px 0px 20px;
}

#sidebar li ul
{
	line-height: 2em;
}

#sidebar li li
{
	margin: 0;
	padding: 0;
}

#sidebar h2
{
	margin-bottom: 14px;
	letter-spacing: -1px;
}

#sidebar a
{
	border: none;
}
#sidebar img
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px 0px 30px 0px;
}

/* Contact */

form
{
	margin: 0;
	padding: 0;
}
input, textarea, select
{
	background-color:#F4F3F0;
	border:1px solid #000;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0.1em;
	margin: 0px;
}
textarea
{
	width: 390px;
}
.label
{
	text-align: right;
}
.clickableWidget
{
	float:right;
	padding:1px;
	margin-left:1em;
	font-family: "Helvetica nueue",
	Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	color: #333333;
	text-decoration: none;
	border-top: 3px double #CCCCCC;
	border-right: 3px double #999999;
	border-bottom: 3px double #999999;
	border-left: 3px double #CCCCCC;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../images/background_form_element.gif);
}
.clickableWidget:hover,.clickableWidget:active,.clickableWidget:focus
{
	letter-spacing: normal;
	color: #000000;
	border-top: 3px double #999999;
	border-right: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: 3px double #999999;
	text-decoration: none;
	background-color: #ffffff;
}

/* Footer */

#footer
{
	clear: both;
	width: 730px;
	height: 80px;
	margin: 0 auto;
	padding-top: 30px;
	background: #130D0F url(images/img04.jpg);
	color: #666767;
}

#footer p
{
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a
{
	color: #666767;
}