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

/* Top */
#top {
	width:80%; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}

/* Logo */
#logo {
	height:89px;
	background:url('/images/logo_back.png');
}

/* Navigatie */
#nav {
	background-color:#003399;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-top:1px solid #ff9000;
	font-size:0.8em;
}

#nav a,#bottom a {
	color:#e6e6e6;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

#nav a {
	margin-left:0.7em;
	margin-right:0.7em;
}

#nav a:hover,#bottom a:hover {
	color:#ff9000;
}

/* Zoeken */
#search {
	background-color:#f6f6f6;
	padding-top:0.2em;
	padding-bottom:0.2em;
}


/* Content */
#content {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#news {
	width:70%;
	float:left;
	border-right:1px solid #ff9000;
	padding-right:1em;
}

#links {
	width:25%;
	float:right;
}

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

/* Bottom */
#bottom {
	background:url('/images/logo_back.png');
	color:#e6e6e6;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-size:0.7em;
}

#bottom a {
	color:#e6e6e6;
}

address {
	font-weight:bold;
 	padding-bottom:0.1em;
}

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

input.text,textarea {
	border:1px solid #ff9000;
	font-size:0.8em;
}

input.button {
	border:1px solid #ff9000;
	background-color:#f6f6f6;
	color:#003399;
	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;
	border:1px solid #003399;
	padding:1em;
}

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

h2 {
	font-style:italic;
	font-size:1.2em;
	color:#003399;
	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;
}

a:link, h2 a:visited, h2 a:hover {
	color:#003399;
}

h3 a:hover {
	color:#000000;
}

a:hover,a#current {
	color:#ff9000;
}

a img {
	text-decoration:none;
	vertical-align:middle;
}

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

blockquote {
	border-left:1px solid #ff9000;
	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 {
	color:#008214;
	font-weight:bold;
}

p.error {
	color:#F00004;
	font-weight:bold;
}

span.nieuw {
	background-color:#FFEA00;
	color:#CB0000;
	margin-left:1em;
	font-weight:bold;
}