/*
style.css
*/

html,body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:left;
}

a {
	color:#215358;
}

p {
	padding:10px 0px;
}

div#container {
	text-align:left;
	margin:0px auto;
	width:983px;
}

div#header {
	width:983px;
	height:149px;
	background-image:url('../media/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
div#header div#language {
	position:relative;
	top:125px;
	left:875px;
	width:75px;
}
div#header div#language img {
	border:none;
	margin-right:5px;
}

div#wrapper {
	height:581px;
}

div#left {
	float:left;
	width:272px;
	height:581px;
}

div#menu-wrapper {
	width:293px;
	height:425px;
	background:url(../media/menu_bg.jpg) no-repeat top right;
}

div#menu {
	width:272px;
	height:425px;
}

table.menu {
	width:290px;
	border-collapse:collapse;
}

img.menubtn {
	width:190px;
	height:52px;
	border-style:solid;
	border-width:0px;
}

div#content {
	margin:0 auto;
	float:right;
	z-index:0;
	width:690px;
	height:581px;
	background-image:url('../media/content.jpg');
	background-repeat:no-repeat;
	background-position:center;		
}
div#content p {
	margin:10px 0px;
	padding:0px;
}

div#slideshow {
	margin:0 auto;
	float:left;
	width:293px;
	height:156px;;
	background-image:url('../media/slideshow.gif');
	background-repeat:no-repeat;
	background-position:center;			
}
div#slide_swf {
	width:199px;
	height:139px;
	margin:8px 0px 0px 55px;
}

table.slideshow {
	padding-left:54px;
	padding-top:8px;
}

div#footer {
	clear:both;
	margin:0 auto;
	width:983px;
	height:33px;
	line-height:33px;
	background-image:url('../media/footer.gif');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
}
div#footer img {
	border:none;
	position:relative;
	top:3px;
}
div#footer a {
	color:#CCCCCC;
}

table.button {
}

table.footer {
	color:#FFFFFF;
	font-size:9px;
	padding-top:10px;
}

a.footer {
	color:#CCCCCC;
}

/*
Textfields, buttons, etc
*/

.stdtextfield {
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	background-color:#D7D7D5;
	color:#596D6F;
}

.stdbtn {

}

/* Netjes positioneren pdf icoon */
img.pdf {
	position:relative;
	top:3px;
}

div.message {
	width:90%;
	color: #596d6f;
	font-weight:bold;
	padding:0px 12px 0px 12px;
	margin:10px 0px 10px;
}

div.clear {
	clear:both;
}