*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #333;
	font-family: Verdana, "sans-serif";
	color: #fff0e8;
}

#container
{
	width: 900px;
	background: black;
	
	margin: 5px;
	margin-top: 0px;
}

#outer-container
{
	background-image:url('../images/border.gif');
	margin: 0px auto;
	width: 910px;
	position: relative;
}

#header
{
	padding: 20px;
}

#footer p
{
	font-size: 12px;
	color: #aaa;
	padding: 10px;
	padding-top: 0px;
	text-align: right;
}

#content
{
	padding: 20px;
}

#header h1 a
{
	display: block;
	text-transform: uppercase;
	width: 300px;
	height: 72px;
	background-image:url('../images/neuron.jpg');
	color: black;
}


#header p.slogan
{
	position: absolute;
	top: 20px;
	font-size: 20px;
	left: 330px;
	width: 560px;
	text-align: center;
	font-family: serif;
}

#header h1 span
{
	display: none;
}

/*
	Content
*/
#content
{
	font-size: 12px;
	font-family: sans-serif;
	width: 440px;
	float: left;
	background: #ddd;
	color: black;
}

#content p
{
	color: #444;
}

p.address span.name
{
	color: white;
}

#toplogo
{
	height: 330px;
}

/*
	Right side
*/
#sidebar1,
#sidebar2
{
	font-size: 12px;
	font-family: sans-serif;
	width: 170px;
	float: left;
	padding: 20px;
}

/*
	Allerlei basis instellingen
*/
p
{
	margin-bottom: 8px;
	color: #bbb;
	text-align: justify;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
}

ul, ol
{
	margin-left: 20px;
}

li
{
	color: #bbb;
	text-align: justify;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}

#content li
{
	color: #444;
}

h2
{
	font-family: serif;
	font-size: 14px;
	margin-bottom: 10px;
}

h3
{
	font-family: serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

/*
	Links
*/
a,
a:visited
{
	color: #cb0000;
	text-decoration: none;
}

a:hover
{
	color: red;
}

/*
	Navigatie... altijd het moeilijkste
*/
#navigation
{
	position: absolute;
	top: 82px;
	right: 10px;
}

#navigation h2
{
	/* Deze staat er enkel voor non-css gebruikers. */
	display: none;
}

#navigation ul
{
	list-style-type: none;
}

#navigation li
{
	float: left;
}

#navigation li a.active
{
	border-bottom: 3px solid white;
	color: white;
}

#navigation li a
{
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	border-bottom: 3px solid #333;
}

/*
	Bottom
*/
#bottom
{
	background-color: #252525;
	background-image: url('../images/gradient1.gif');
	background-repeat: repeat-x;
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 25px;
}

img
{
	border: 0px none black;
}

#footer p
{
	color: #ddd;
}

#footer p a
{
	color: #ddd;
}

#footer p a:hover
{
	color: white;
}


#footer span#miauw
{
	display: none;
}

#footer p:hover span#miauw
{
	display: block;
	text-transform: uppercase;
	color: white;
	position: absolute;
	bottom: 25px;
	right: 95px;
	width: 50px;
	height: 30px;
	background: url('../images/meow.gif');
}

#footer span#miauw span
{
	display: none;
}

/*
	Formulieren
*/
legend
{
	margin-bottom: 20px;
}

form fieldset
{
	border: 0px none black;
}

form fieldset ol
{
	list-style-type: none;
	margin-left: 5px;
}

form fieldset ol li
{
	clear: left;
}

form fieldset ol li label
{
	display: block;
	width: 130px;
	float: left;
	padding-right: 10px;
	text-align: right;
}

form fieldset ol li ol.checkbox
{
	margin: 0px;
	padding: 0px;
}

form fieldset ol li ol.checkbox li input
{
	float: left;
	margin-left: 145px;
	margin-bottom: 10px;
}

form fieldset ol li ol.checkbox li label
{
	text-align: left;
	width: auto;
	margin-left: 5px;
}

form fieldset ol li button
{
	margin-left: 140px;
}

form fieldset ol li textarea
{
	width: 250px;
	height: 200px;
}

input, textarea, select, button
{
	border: 1px solid gray;
	padding: 2px;
	background: white;
}

input.checkbox
{
	background: none;
	border: 0px solid none;
}

.false
{
	border: 1px solid red;
	background: #fff0f0;
}
