/*  StijlStek.nl stylesheet stijlstek.css
 *  (om de demo's in overeenstemming te brengen met de StijlStek.nl stijl)
 *  Copyright 2003 Ben de Groot.
 */ 
a {
	text-decoration: none;
	font-weight: normal;
	color:  #324187;
	background-color: transparent;
	outline: none;
	}
a:visited {
	color:  #324187;
	background-color: transparent;
	}
a:active {
	color:  #324187;
	background-color: #7c6;
	text-decoration: none;
	}
a:hover {
	color: #3D4FA3;
	background-color: #7c6;
	text-decoration: none;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: .9em/1.5em verdana, sans-serif;
	}

#header h1 {
	font-size: 4em;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: .3em;
	color: #7c6;
	background: transparent;
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 0.22em 0em;
	}
#header h2 {
	text-align: right;
	font-size: 2.3em;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #999;
	background: transparent;
	margin: 0.3em 0;
	padding: 0;
	}
#header a, #header a:visited, #header a:active {
	text-decoration: none;
	color: #7c6;
	background: transparent;
	}
#header a:hover {
	text-decoration: none;
	color: #7c6;
	background-image: url('none');
	}

.box {
	background: #efe;
	color: #333;
	border: 1px solid #7c6;
}
pre, blockquote {
	margin: 0em 2em 1em 2em;
	padding: .5em 1em;
	background: #e3f6e3;
	color: #222;
	border: 1px solid #7c6;
	font: .9em/1.2em monospace;
	}

#footer {
	background: #efe;
	color: #405FC8;
	border: 1px solid #7c6;
	}
.copyright {
	text-align: left;
	}
.w3c {
	float: right;
	text-align: right;
	}