/*#############################################################
Name: Mysicus
Date: 2008-02-02
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	color: #472323;
	margin: 0;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
/*	background-color: #310003;*/
	background-image: url(images/bg.jpg);
}


p,blockquote,ul {margin-bottom: 1.2em;}

h1 {
	font-family: serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

h3 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
	font-style:italic
}

ul {margin-left: 1.8em;}

ul.nieuws {
	margin-left: 1.8em;
}

ul.nieuws li {
	margin-left: 1.8em;
	font-weight: normal;
}

ul.nieuws li a {
	font-weight: normal;
	color: #472323;
	text-decoration: underline;
}

ul.nieuws li a:hover {
	font-weight: normal;
	color: #472323;
	text-decoration: none;
}

ul.links {
	margin-left: 1.8em;
}

ul.links li {
	margin-left: 1.8em;
	font-weight: normal;
}

li {
	margin-left: 1.8em;
	list-style-image: url(images/bul.gif);
	font-weight: bold;
}

li a:hover {
	list-style-image: url(images/bul.gif);
	font-weight: bolder;
	text-decoration: none;
	color: #472323;
}

li a {
	list-style-image: url(images/bul.gif);
	font-weight: bold;
	text-decoration: none;
	color: #472323;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #360000;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 47px;
	color:#f7f3ce;
	text-align:right;
	padding-right: 5px
}
.gfx a {
	color:#f7f3ce;
	font-weight:bold;
	text-decoration:none;
	}

.top {
	float: left;
	text-align: center;
	width: 632px;
	background-image: url(images/bgcontent.gif);
	background-repeat: no-repeat;
	background-position: 0 -1%;
}

.header {
	color: #FFC;
	height: 280px;
	background-color: #360000;
	/*background-image: url(img/header.jpg);
	*/
	background-repeat: no-repeat;
	font-size: 1.3em;
}

.header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: serif, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 3.2em;
}

.header h2 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 20px;
	font-size: 1.7ex;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {
	margin-right: 24px;
	margin-bottom: 10px;
	margin-left: 24px;
	margin-top: 20px;

	/*background-color:#FFFFFF;*/
}

.navigation a {
	color: #472323;
	line-height: 20px;
	text-decoration: none;
	font-family: serif;
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 0;
	margin-left: 14px;
}
.navigation a:hover,.navigation #selected {
	color: #360000;
}

/* content */
.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

/*.item img {border: 1px dashed #472323;}*/

.item .title {
	color: #472323;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #472323;
	font-size: 0.9em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 4px;
}

.item .body {
	clear: both;
}

.item .pagina {
	clear: both;
	text-align: right;
}

.pagina a {
	color: #472323;
	text-decoration: none;
}

.pagina a:hover {
	color: #472323;
	font-weight: bold;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #472323;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #472323;
	text-decoration: none;
}

.footer a:hover {
	color: #472323;
	font-weight: bold;
}

