@charset "utf-8";

@import url(layout.inc.css);

*, body {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62,5%;
}

#site {
	background: url(../images/background-v3.jpg) repeat-x top left;
	height:140px;
}

#techmessages {
	padding:10px;
	background:#FFF;
	color:#000;
	display:none;
}
#deco {
	position:absolute;
	margin-top:0px;
	width:100%;
	background: url(../images/kartel.png) repeat-x;
	height:8px;
	left:0px;
	z-index:100;
}
#logo {
	position:absolute;
	text-indent:-9999px;
	background: url(../images/yellowwebber-beeldmerk.png) no-repeat top left;
	height:213px;
	width:146px;
	margin-left:20px;
	margin-top:0px;
	z-index:9;
}

#menu {
	position:absolute;
	width:550px;
	margin-top:0px;
	margin-left:200px;
	z-index:8;
}
#menu ul li {
	list-style-type:none;
	margin-right:20px;
	float:left;
}
#menu ul li a {
	width:101px;
	height:19px;
	background: url(../images/menu-background.png) no-repeat top left;
	color:#000;
	display:block;
	text-align:right;
	text-decoration:none;
	font-size:80%;
	padding-top:7px;
	padding-right:10px;
	font-style:italic;
}
#menu ul li a:hover {
	background: url(../images/menu-background-hover.png) no-repeat top left;
	color:#FFF;
}

body {
	min-width: 600px;
	min-height: 800px;
}

#container {
	position:absolute;
	clear:both;
	min-width: 400px;
}

#center {
	margin-top:90px;
	margin-left:10px;
	width: 100%;
	z-index:7;
}
#contentkop {
	width:706px;
	padding-top:45px;
	background: url(../images/static-top-background.png) no-repeat top left;
}
#contentmain {
	background: url(../images/static-center-background.png) repeat-y top left;
	padding-left:200px;
	margin:0px;	
}		

#contentbottom {
	width:706px;
	padding-top:45px;
	background: url(../images/static-bottom-background.png) no-repeat top left;
}

#footer {
	clear:both;
	font-size: 80%;
	padding-left:200px;
}

