/*reset css*/
*{
	margin:0;
	padding:0;
}

img{
	border:none;
	outline:none;
}

a{
	outline:none;
}

/*opbouw website*/

body{
	background:#a01e21;
}

#header{
	background:url(../images/bg_menu.jpg) repeat-x;
	margin:0px;
	height:31px;
}

#center{
	position:relative;
	width:587px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#center_top{
	position:relative;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#contact{
	position:relative;
	margin:0 auto 0 auto;
	padding-top:8px;
	height:8px;
	width:587px;
	text-align:right;
}

hr{
	width:555px;
	height:2px;
	position:relative;
	margin:33px 0 0 32px;
	color:#FFF;
	
}

/*content*/
#content{
	position:relative;
	height:397px;
	width:587px;
	margin: 120px auto 0 auto;
}

/*wie zijn wij*/
#container{
	width:530px;
	height:339px;
	margin-left:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

/*links*/
a.link{
	color:#FFF;
}

/*bbq form*/
#bbq-form{
	position:absolute;
	background:url(../images/bg_bbq_formulier.png);
	width:554px;
	height:189px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin:-220px 0 0 33px;
}

/*contact*/
#contact_inhoud{
	position:absolute;
	background:url(../images/bg_contact.png) no-repeat;
	width:670px;
	height:429px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#close{
	position:absolute;
	height:26px;
	width:26px;
	margin:11px 0 0 636px;
}

#logo{
	position:absolute;
	margin:69px 0 0 40px;
	height:57px;
	width:185px;
}

#adresgegevens{
	position:absolute;
	height:35px;
	width:393px;
	margin:86px 0 0 255px;
}

#rule{
	position:absolute;
	height:1px;
	width:619px;
	background:#000;
	margin:138px 0 0 25px;
}

#info{
	position:absolute;
	width:180px;
	margin:160px 0 0 25px;
}

#formulier{
	position:absolute;
	width:434px;
	margin:162px 0 0 255px;
}

.select{
	width:165px;
}

.textarea{
	width:292px;
	height:90px;
	margin-bottom:6px;
}

.formulier_height{
	padding-bottom:8px;
}

.error{
	color:#F00;
}

/*menu*/
#menu{
	width:535px;
	position:relative;
	margin:13px 0 0 42px;
}

#menu ul{
	list-style:none;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#menu li{
	float:left;
	padding:0 4px 0 4px;	
}

.inactive{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/*inactive menuitems*/
#menu li a{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	text-decoration:none;
	color:#FFF;	
}

/*active menuitems*/

body#home-page li#home a:link, body#home-page li#home a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#wie-page li#wie a:link, body#wie-page li#wie a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#programma-page li#programma a:link, body#programma-page li#programma a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#team-page li#team a:link, body#team-page li#team a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#gebed-page li#gebed a:link, body#gebed-page li#gebed a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#barbeque-page li#barbeque a:link, body#barbeque-page li#barbeque a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

body#fotos-page li#fotos a:link, body#fotos-page li#fotos a:visited{	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}