/* CSS Document */
body
{
	margin: 0px auto;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background:	#FFF url('../images/stripes.gif');
}
h2
{
	font-family: Verdana, Arial;
}
td.tekst
{
	text-align: left;
	color: #716d6d;
	vertical-align: top;
}
.container
{
	margin: 0px auto;
	border: 1px solid #000000;
	width: 1000px;
	height: 650px;
	background-image: url('../images/bg_pixel.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#barLeft
{
	vertical-align: bottom;
	background-image: url('../images/bloem_links.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 650px;
	width: 187px;
	float: left;
}

#iceLink
{
	margin-top: 630px;
	margin-left: 10px;
}

#spacer
{
	width: 50px;
	height: 645px;
	float: left;
}

#title
{
	padding-left: 50px;
	padding-top: 50px;
}

#bar_top
{
	position:absolute;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 25pt;
	color: #9a9494;
	font-style: italic;
	background-image: url('../images/top_balk.png');
	//background-image: url('../images/top_balk.gif');
	background-repeat: no-repeat;
	height: 207px;
	width: 625px;
	margin-left: 237px;
	//margin-left: 0px;
}

#content
{
	position: absolute;	
	margin-top:207px;
	margin-left: 237px;
	//margin-left: 0px;
	height: 200px;
	float: left;
}

.scroll
{
	position:absolute;
	display:block;
	height:400px;
	overflow:scroll;
	left:0;
	top:0;
	width: 760px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;	
}

H2
{
	color: #000000;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: top;
	height: 12px;
}

#menu
{
	position:absolute;
	margin-top: 20px;
	margin-left: 862px;
	//margin-left: 635px;
	width: 125px;
	float: left;
}

a
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	color: #156414;
	outline: none; 
}

a.menu_item
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	outline: none; 
}

a.menu_item:hover
{
	font-weight: bold;
}

a.fourice
{
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	outline: none; 
}

a.fourice:hover
{
	color: #dce4ee;
	outline: none; 
}

input
{
	border: 1px solid #5a5959;
	width: 250px;
}

input.btn
{
	border: 1px solid #5a5959;
	width: 75px;
	outline: none; 
}

textarea
{
	border: 1px solid #5a5959;
	width: 350px;
	height: 150px;
}