/* --- BODY ------------------------------- */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	
	background: #F7EBCE url(/media/images/bg.gif) repeat-x top;
}

a:link    {text-decoration: none; color: #4A281B; outline: none; }
a:visited {text-decoration: none; color: #4A281B; outline: none; }
a:active  {text-decoration: underline; color: #D1241B; outline: none; }
a:hover   {text-decoration: underline; color: #D1241B; outline: none; }	
			
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;	
	background: url(/media/images/content_bg.gif) repeat-y;
	
	width: 760px;
	min-height: 100%;
	height: 100%;	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}

/* --- HEADER ------------------------------- */

#head {
	width: 760px;
}

#head #logo h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 149px;
	background-image: url(/media/images/head.jpg);
}

#head span {
	display: none;
}

/* --- NAVIGATION ------------------------------- */

#navigation {
	width: 702px;
	height: 29px;
	margin: 0px 29px 0px 29px;
	padding: 0px;
	background-image: url(/media/images/menu.jpg);
}

#navigation ul {
	display: block;
	margin: 0px 51px 0px 51px;
	padding: 0px;
	width: 600px;
	height: 29px;
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	width: 120px;
	float: left;
}

#head ul li a:hover {
	background-image: none;
}

/* --- NAV BUTTONS ------------------------------- */

#menu_voorpagina_i {
	width: 120px;
	height: 29px;
	background: url(/media/images/button1.gif) 0px 0px no-repeat;
	}
#menu_voorpagina_o {
	width: 120px;
	height: 29px;
	background: url(/media/images/button1.gif) -120px 0px no-repeat;
}

#menu_theorie_i {
	width: 120px;
	height: 29px;
	background: url(/media/images/button2.gif) 0px 0px no-repeat;
	}
#menu_theorie_o {
	width: 120px;
	height: 29px;
	background: url(/media/images/button2.gif) -120px 0px no-repeat;
}

#menu_auteurs_i {
	width: 120px;
	height: 29px;
	background: url(/media/images/button3.gif) 0px 0px no-repeat;
	}
#menu_auteurs_o {
	width: 120px;
	height: 29px;
	background: url(/media/images/button3.gif) -120px 0px no-repeat;
}

#menu_titels_i {
	width: 120px;
	height: 29px;
	background: url(/media/images/button4.gif) 0px 0px no-repeat;
	}
#menu_titels_o {
	width: 120px;
	height: 29px;
	background: url(/media/images/button4.gif) -120px 0px no-repeat;
}

#menu_dagboek_i {
	width: 120px;
	height: 29px;
	background: url(/media/images/button5.gif) 0px 0px no-repeat;
	}
#menu_dagboek_o {
	width: 120px;
	height: 29px;
	background: url(/media/images/button5.gif) -120px 0px no-repeat;
}

/* --- CONTENT ------------------------------- */

#googleads {
	display: block;
    text-align: center;
    margin: 10px 77px 0px 77px;
	width: 606px;
	padding-bottom: 12px;
	border-bottom: 1px solid #696969;
}


#content {
	margin: 0px 30px 0px 30px;
	padding: 10px 47px 45px 47px;
	width: 606px;
	background-color: #FFFFFF;
	font-family: "Verdana", "Arial", sans-serif;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 2.3em;
	padding-left: 32px;
	background: url(/media/images/h2_bg.gif) repeat-y;
}
#content h1, #content h2, #content h3 {
	font-family: "Trebuchet MS", "Arial", sans-serif;
}

#content li {
	margin-bottom: 5px;
	margin-top: 5px;
}


.infotable {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

.infotable tr {
	padding: 0px;
	margin: 0px;
}

.infotable th {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #2C1700;
	background-color: #696969;
}

.infotable td {
	padding: 5px;
	vertical-align: top;
	margin: 0px;
}

.light { background-color: #FFFFFF; }
.dark  { background-color: #FBF6E8; }


.messagehead {
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: #696969;
}

.post_name {
	display: block;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.post_date {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
}

.messagetext {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	background-color: #FBF6E8;
	border-bottom: 2px solid #EDD0AF;
}

.pagination {
	display: table;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 596px;
	padding: 5px;
	border-bottom: 2px solid #EDD0AF;
}

.paginationleft {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	float: left;
	text-align: left;
}

.paginationcenter {
	font-size: 10px;
	line-height: 18px;
	float: left;
	width: 256px;
	text-align: center;
}

.paginationright {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	float: right;
	text-align: right;
}

hr {
	height: 1px;
	border: 1px dotted #EDD0AF;
}


/* --- FOOTER ------------------------------- */

#foot {
	position: absolute;
	bottom: 0;
	display: block;
	margin: 15px 30px 0px 30px;
	padding: 10px 20px 3px 20px;
	width: 660px;
	background: #000000 url(/media/images/foot_bg.gif) repeat-x;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}

#foot a:link    { text-decoration: none; color: #FFFFFF; }
#foot a:visited { text-decoration: none; color: #FFFFFF; }
#foot a:active  { text-decoration: underline; color: #FFFFFF; }
#foot a:hover   { text-decoration: underline; color: #FFFFFF; }	

/* --- FORM ------------------------------- */

form {
	margin: 0px;
	padding: 0px;
}

form table {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

form table td, form table th {
	padding: 5px 10px 5px 0;
	border-bottom: 1px dotted #EDD0AF;
	text-align: left;
	vertical-align: top;
}

form label {
	cursor: pointer;
}

form input, form textarea {
	margin: 1px 0;
}

form textarea {
	display: block;
	clear: left;
	width: 97%;

	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-color: #AAAAAA #EEEEEE #EEEEEE #AAAAAA;
	color: #333333;
}

input.text {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-color: #AAAAAA #EEEEEE #EEEEEE #AAAAAA;
	color: #333333;
}

.button {
	height: 29px;
	width: 120px;
	background-color: #F5F4F2;
	background-image: url('/media/images/button.jpg');
	border-width: 1px;
	border-style: solid;
	border-color: #DCD7D1 #A59A8C #A59A8C #DCD7D1;
	color: #000000;
}

.formerror {
	display: block;
	background: url(/media/images/icon_warning.gif) no-repeat 0px 0px;
	padding: 1px 0px 0px 20px;
	color: #660000;
}
