/*
NIG Bussum
Ontwikkeld door: SIMA productions, Bussum
www.simaproductions.nl
*/

body
{
	color:black;
	font: 12px Verdana, Arial, Tahoma sans-serif;
	line-height:20px;
	background-color: #000088;
}

a:link,
a:active,
a:visited
{
	color: #000088;
	text-decoration: none;
}

a:hover
{
	color: #000088;
	text-decoration: underline;
}

h1
{
	color: #000088;
}

input,
textarea
{
	font: 12px Verdana, Arial, Tahoma sans-serif;
}

.header
{
	font-weight: bold;
	color: #000088;
	font-size: 18px;
}

/* Divs */
#header
{
	margin-bottom: 5px;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 600px;
	padding: 5px;
	overflow: auto;
	background: no-repeat url(../img/background.jpg);
}

#header
{
	margin-left: 10px;
}

#menu
{
	border: 2px solid #000088;
	padding: 5px;
	width: 200px;
	max-height: 500px;
	overflow: auto;
	margin-bottom: 5px;
	margin-left: 10px;
}

#search
{
	width: 200px;
	border: 2px solid #000088;
	text-align: center;
	padding: 5px;
	margin-left: 10px;
}

#content
{
	margin-right: 10px;
	float: right;
	width: 758px;
	height: 416px;
	overflow: auto;
}

#quote
{
	max-width: 200px;
	border: 1px dotted #333333;
	padding: 5px;
	background-color: #fffda0;
}

/* Atributen */
#menu a:link,
#menu a:active,
#menu a:visited
{
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}
