@charset "utf-8";

@media screen, projection {
/* General */
* {
	margin:0;
	padding:0;
}

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(grad.png);
	background-repeat:repeat-x;
}

#main {
	margin:0 auto;
	padding:0.4em;
	max-width:55em;
	clear:both;
	position:relative;
}

a:hover {
	text-decoration:none;
}

/*
 * HEADER
 */

#header {
	padding-left:2em;
	background:#000000 url(manneke.png) no-repeat center right;
}
.logo-hamok {
	display:inline;
	float:left;
	height:5em;
}
.logo-hamok a, .logo-hamok img{
	text-decoration:none;
	border:0;
}

/*
 * Headings
 */
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC3333;
}
h2 a:visited, h3 a:visited , h2 a, h3 a{
	color:#CC3333;
}
h1 {
	font-size:1.5em;
	padding:1.2em 0;
	text-align:center;
	text-shadow:#E1E1E1 -1px 0 1px, #E1E1E1 0 1px 1px, #E1E1E1 1px 0 1px, #E1E1E1 0 -1px 1px;
}
h2 {
	font-size:2em;
	padding:0.2em;
	margin-bottom:0.2em;
	text-decoration:underline;
}
h3 {
	font-size:120%;
	margin:1em 0;
	font-style:italic;
	letter-spacing:0.05em;
	text-shadow:2px 2px #E1E1E1;
}
h4 {
	margin:0.5em 0;
}
.sub {
	margin:0.5em 0;
	color:#CC3333;
	font-size:1.5em;
	text-indent:2em;
}
.langchoice {
	padding-left:2em;
	font-size:50%;
}
/*
 * Artikels
 */
#content {
	float:left;
	width:30em;
	padding:1px;
}
#content p {
	margin:0.5em 0;
}
#content ul, #content ol {
	margin:0.5em 0;
	padding-left:1.5em;
}
#content blockquote {
	margin:0.5em 0;
	padding:0 1em;
	border-left:5px solid #CCCCCC;
}
#content a {
	text-decoration:none;
}
#content p:hover a {
	text-decoration:underline;
}
#content p a:hover{
	background-color:#CCCCCC;
	text-decoration:none;
}

.postdata, .comments {
	font-size:0.8em;
	color:#666666;
	text-indent:1em;
}
/*
 * Sidebar
 */
.aside {
	margin-top:0.4em;
	margin-left:0.5em;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main .aside h2 {
	font-size:1em;
	text-align:center;
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
}
.driedaagse {
	float:right;
	width:15em;
}
.driedaagse li {
	list-style-type:none;
}
.logo {
	text-align:center;
}
.logo img {
	border-width:0;
}
#toc {
	width:12em;
	float:right;
	margin: 0.4em 0 1em 1em;
}
#toc li {
	font-size:0.9em;
	list-style-type:none;
	margin:0.4em 0.2em;
}

.news {
	float:left;
	width:20em;
}
.info {
	float:left;
	width:10em;
}
.info li {
	list-style-type:circle;
	margin-left:1em;
}
}
@media all {
/* Lijsten */
.filesize {
	color:#666666;
	font-size:0.8em;
	line-height:0.9em;
	float:right;
}
ul.usesfilesize li {
	clear:right;
}

/* tabellen */
table.klein {
	font-size: 0.7em;
	width:100%;
}
table.results {
	width:100%;
}
table.results caption {
	font-weight:bold;
}
/* Figuren evil classes sorry*/
img.large {
	width:100%;
}
.floatfigure {
	float:right;
	padding:0.5em;
	margin:0.5em;
	border:1px solid #999999;
}
.floatfigure p, .fullfigure p {
	text-align:center;
	margin:0;
	padding:0;
	color:#666666;
}
.fullfigure {
	width:90%;
	padding:0.2em;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999999;
}
.fullfigure img {
	width:100%;
}
.fullfigure a img, .floatfigure a img{
	text-decoration:none;
	border-width:0;
}
.abstract {
	font-style:italic;
	text-align:center;
}
}