html, body {
	margin:0;
	padding:0;
	font:12px/16px "Arial", sans-serif;
}

/*	Basic markup
	************/

body {
	color:white;
	text-align:center;
	background: url(/gfx/bg_body.gif) repeat-x;;
}

body *
{
}

img
{
	margin: 0;
}

a
{
	color: #92B6A6;
}

a:hover
{
	color: #FDF6CB;
}

a img
{
	border: none;
}

p
{
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

a.nieuwslink
{
	font-size: 18px;
	font-weight: bold;
}

a.nieuwslink:hover
{
	color: #FDF6CB;
}

#wrapper {
	position:relative;
	margin: 0 auto;
	text-align:left;
	width:1024px;
	color:black;
	background:white;
	height: 768px;
	background: url(/gfx/achtergrond.jpg) top;
	padding: 0;
}

#topmenu
{
	background: url(/gfx/eclaire_logo.gif) no-repeat 64px 36px;
	width: 686px;
	height: 192px;
	padding-left: 338px;
}

#topmenu ul
{
	padding: 0;
	margin: 0;
	
}
#topmenu ul li
{
	display:inline;
	float:left;
	list-style:none;
	text-align: center;
	margin: 120px 0 0 3px;
}

#content
{
	height: 480px;
	padding: 48px 0 0 62px;
}

.kolom
{
	display: inline;
	float: left;
	background: white;
	text-align: center;
	height: 432px;
}

.kolom1
{
	width: 256px;
	margin-right: 21px;
}

.kolom2
{
	width: 299px;
	margin-right: 21px;
}

.kolom12
{
	width: 576px;
	margin-right: 21px;
}

.kolom3
{
	width: 299px;
}

.kolom23
{
	width: 619px;
}

.teaser
{
	font-size: 22px;
	padding: 13px 0 13px 0;
	text-align: center;
	background: #FDF6CB;
	line-height: 1em;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 16px 0 16px 0;
	background: #FDF6CB;
}

ul#download
{
	color: #92B6A6; 
	height: 180px;
	margin: 0;
	padding-top: 12px;
}

ul#download li
{
	text-align: left;
	margin-bottom: 15px;
}

ul#sitemap
{
	color:#92B6A6;
}

ul#sitemap li
{
	text-align: left;
	list-style: none;
	padding-bottom: 10px;
}

ul#sitemap li a
{
	font-size: 16px;
}

ul#sitemap li ul li
{
	margin-top: 10px;
	padding-bottom: 0;
}

#bottommenu
{
	height: 31px;
	background: #FDF6CB;
	padding: 17px 64px 0 64px;
}

#bottommenu a
{
	color: black;
}

#bottommenu .left
{
	width: 200px;
	float: left;
	display: inline;
	text-align: left;
}

#bottommenu .right
{
	width: 200px;
	float: right;
	display: inline;
	text-align: right;
}

input.text
{
	border: 1px solid black;
	width: 350px;
	float: right;
	margin-right: 150px;
}

input.button
{
	width: 100px;
	border: 1px solid black;
	background: silver;
}

textarea
{
	border: 1px solid black;
	width: 448px;
	height: 4em;
}

