/*
 * Briachons.org 3.0 - Print stylesheet
 * Author: JeroenV - jeroen@briachons.org
 */
 
body {
	background-color:#ffffff;
	font-family:verdana;
}

/* Top */
#logo,#nav,#search {
	display:none;
}

/* Content */
#links {
	display:none;
}

.cat {
	width:50%;
	float:left;
}

/* Bottom */
#bottom {
	font-size:0.8em;
}

#bottom a {
	display:none;
}

address a {
	display:inline !important;
}

/* Formulieren */
form {
	margin:0;
	padding:0;
}

input.text,textarea {
	font-size:0.8em;
}

input.button {
	font-weight:bold;
	font-size:0.8em;
}

select,label {
	font-size:0.8em;
}

legend {
	font-size:0.8em;
	font-weight:bold;
	font-style:italic;
}

optgroup {
	font-size:1em;
}

fieldset {
	margin-bottom:1em;
	padding:1em;
}

/* Tekst */
h1 {
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:0.2em;
}

h2 {
	font-style:italic;
	font-size:1.2em;
	font-weight:normal;
	font-variant:small-caps;
	margin-top:0.5em;
	margin-bottom:0em;
}

h3 {
	font-size:1em;
}

#news h2, #news_sep h2 {
	margin-bottom:0;
}

#news h3, #news_sep h3 {
	margin-top:0;
	font-size:0.6em;
}

p,li {
	font-size:0.8em;
	margin-top:0.3em;
}

blockquote {
	border-left:1px solid #000000;
	padding-left:1em;
}

#links p {
	text-indent:0;
}

#links a,.cat a {
	font-size:1.2em;
}

img {
	border:0;
}

p.link {
	font-weight:bold;
	margin-top:2em;
}

p.oms {
	margin-left:3em;
}

p.info {
	margin-left:3em;
	font-style:italic;
}

div.letters {
	text-align:center;
	font-family:"courier new",courier;
	font-size:0.8em;
}

p.message {
	font-weight:bold;
}

p.error {
	font-weight:bold;
}

span.nieuw {
	margin-left:1em;
	font-weight:bold;
}