body
{
	margin: 0;
	padding: 0;
	font: 11px arial, hevetica, sans-serif;
	text-align: center;
	color: #fff;
	background-image: url(img/bg.jpg);
	background-color: #001F3C;
	background-position: top center; 
	background-repeat: repeat-x;
}

a:link 
{ 
	color: #fff; text-decoration: none;
}
li a:hover 
{ 
	color: #fff; text-decoration: underline;	
}
a:visited 
{ 
	color: #fff; text-decoration: none;
}

h1
{
	color: #fff;
	width: 100%;
	font: 16px arial, georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2
{
	color: #ddd;
	font: 14px arial, georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
h3
{
	color: #fff;
	font: 11px arial, hevetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}

#container
{
	margin: 0px auto;
	width: 750px;
	text-align: left;
	padding: 0px 0px 25px 25px;
}
#header
{
	height: 60px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 0px solid #fff;
	position: relative;
}
#taal
{
	width: 80px;
	margin-left: 660px;
	padding: 30px 0px 20px 10px;
	text-align: right;
}
#menu
{
	float: right;
	width: 165px;
        padding-left: 15px;
 	margin-top: 0px;
}

#content 
{ 
	margin: 0;
	width: 545px;
	font: 11px arial, hevetica, sans-serif;
	text-align: left;
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;

}
#content p 
{ 
	line-height: 16px; 
}
#menulist
{
	margin-top: 12px;
}
ul.menurechts
{
	list-style-type: none;
	display: inline;
}
ul.menurechts li a
{
	line-height: 24px;
	display: block;
	padding: 3px 10px 3px 10px;
}
ul.menurechts li a:hover
{
	color: #001F3C;
	background: #fff;
	text-decoration: none;
}
#footer
{
	clear: both;
	color: #fff;
	padding-top: 20px;
	text-align: left;
}

img.imagefloat 
{ 
	float: left; 
	padding: 1px;
	margin: 0px 15px 15px 0px;
	border: 1px solid #ddd;
}
img.taalimg
{ 
	padding: 1px;
	margin-left: 10px;
}

