html,body
{
	margin: 0;
	padding: 0;
}

body
{
	background: #336699 url(../bestanden/bg_body.jpg) top center repeat-y;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans;
	color: #FFFFFF;
	margin: 0px;
}

a img
{
	border: none;
}

a:link, a:hover, a:active, a:visited
{
	text-decoration: underline;
}

/* Basics */
h1
{
	font-size: 1.7em;
}

h2
{
	font-size: 1.2em;
}

form
{
	margin: 0px;
}

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
}

#header
{
	width: 760px;
	height: 220px;
	background: url(../bestanden/header.jpg) no-repeat;
}
#content
	{
	font-size: 0.8em;
	color: #000000;
	line-height: 1.6em;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 40px;
	background-repeat: repeat-y;
	}
	
		#content_text
		{
			width: 430px;
			padding: 10px;
			padding-left: 15px;
			padding-right: 15px;
		}

		#content_text a:link, #content_text a:hover, #content_text a:active, #content_text a:visited
		{
			color: #000000;
			text-decoration: underline;
		}

		#content_text a:hover
		{
			text-decoration: none;
			background: #D27430;
			color: #FFFFFF;
		}

		#sidebar
		{
			float: right;
			width: 166px;
			height: 100%;
			padding: 10px;
			color: #FFFFFF;
		}

			#sidebar a:link, #sidebar a:hover, #sidebar a:active, #sidebar a:visited
			{
				color: #FFFFFF;
				text-decoration: underline;
			}

			#sidebar a:hover
			{
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
			}
p, table {
	font-size: 10px;
	color: #000000;
	line-height: 1.6em;
	}
a.menu{
	padding:2px;
	padding-left:15px;
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	font-weight:bold;
	width:110px;
	background-color:#16A8E3;
	background-image: url(bg_menu.jpg);
	background-repeat: repeat-y;
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	}
a.menu:hover{
	background-color:#DEF2F9;
	background-image: url(bg_menu_hover.jpg);
	background-repeat: repeat;
	color:#000000; 
	text-decoration: none;
}
#copyright
{
	font-size: .9em;
	color: #555;
	text-decoration:none;
}
#copyright a:link, #copyright a:hover, #copyright a:active, #copyright a:visited
{
	text-decoration:none;
	font-size: 1em;
	color: #555;
}
#copyright a:hover
{text-decoration:underline;
background-color:#B7DFD0;
}
