@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #333;
}
body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #DE040B;
	scrollbar-track-color: #DE040B;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	background-color: #CCC;
}
.txtred {
	color: #EC4E1E;
}
.txtredbold {
	color: #EC4E1E;
	font-weight: bold;
	text-align: center;
}

#container {
	position:absolute;
	width:980px;
	height:710px;
	z-index:1;
	margin-left: -490px;
	left: 50%;
	}
#header {
	position:absolute;
	width:980%;
	height:148px;
	z-index:1;
	top: 0px;
	left: 0%;
}
#top {
	position:absolute;
	height:124px;
	z-index:1;
	top: 0;
	left: 0px;
}
#menu {
	position:absolute;
	width:980px;
	height:24px;
	z-index:2;
	top: 124px;
	left: 0%;
}
#main {
	position:absolute;
	width:980px;
	height:454px;
	z-index:4;
	top: 148px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
}

#footer {
	position:absolute;
	height:136px;
	z-index:3;
	top: 602px;
	background-color: #CCC;
	left: 0px;
}
#content {
	position:absolute;
	width:900px;
	height:400px;
	z-index:1;
	top: 26px;
	overflow: auto;
	background-color: #FFF;
	text-align: center;
	left: 39px;
}
#mobiel {
	position:absolute;
	width:108px;
	height:190px;
	z-index:2;
	left: 610px;
	top: 153px;
}
#cooktxt {
	position:absolute;
	width:430px;
	height:190px;
	z-index:2;
	top: 140px;
	left: 171px;
}
#txtcook {
	position:absolute;
	width:800px;
	height:115px;
	z-index:2;
	text-align: center;
	left: 50px;
}
#ovrons {
	position:absolute;
	width:800px;
	height:325px;
	z-index:2;
	top: 75px;
	left: 50px;
	text-align: center;
}
