html{
	background-color:#333333;
}
body{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: white;
}
#supercontainer{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#container{
	background-color:white;
	float:left;
}
#header{
	float: left;
	height: 230px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position:top center;
	overflow:hidden;
}
#top_bar{
	margin-top: 207px;
	float: left;
	height: 24px;
	width: 734px;
	z-index: -1;
	background-color: #df1513;
	opacity:.7;
	filter:alpha(opacity:70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#logo{
	width: 266px;
	float: left;
	z-index: 2;
	position: relative;
}
#menu{
	float: left;
	width: 266px;
	margin-top: 20px;
}
#menu li{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}
#menu li a{
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	height:24px;
	text-decoration: none;
	color: black;
	padding-left: 40px;
	display: block;
}
#menu a:hover{
	background-color: #ed1c24;
	color: #FFFFFF;
	display: block;
	background-image: url("images/menu_kruis.gif");
	background-repeat: no-repeat;
	border-top: 1px solid #929699;
	border-bottom: 1px solid #929699;
	height:22px;
}
#menu li.active a{
	background-color: #ed1c24;
	display: block;
	background-image: url("images/menu_kruis.gif");
	background-repeat: no-repeat;
	border-top: 1px solid #929699;
	border-bottom: 1px solid #929699;
	font-style: italic;
	height:22px;
	color: #FFFFFF;
}
#menu li ul{
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu li ul li a{
	padding-left:55px;
}
#menu li.active ul li a{
	background-image:none;
	color:black;
	background-color:white;
	border:0px;
	height:24px;
}
#menu li.active ul li a:hover{
	background-color: #ed1c24;
	color: #FFFFFF;
	display: block;
	background-image: url("images/menu_kruis.gif");
	background-repeat: no-repeat;
	border-top: 1px solid #929699;
	border-bottom: 1px solid #929699;
	height:22px;
}
#content{
	float: left;
	width: 734px;
	background-image: url("images/background.png");
	background-repeat: no-repeat;
	background-color: #7e0001;
	position: relative;
	border-top: 1px solid black;
	color: white;
	overflow:hidden;
}
#content p{
	padding-left: 63px;
	padding-right: 175px;
	padding-top: 2px;
	margin-bottom: 12px;
}
#content h1{
	padding-left: 63px;
	padding-top: 23px;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
}
#content h2{
	padding-left: 63px;
	padding-top: 23px;
	font-size: 12pt;
	font-weight: bold;
}
#content a{
	color:white;
}
#content a:hover{
	text-decoration: none;
}
#content table{
	width:100%;
	margin-left:64px;
}
#kruis{
	position: absolute;
	bottom: -4px;
	left: 589px;
}
#gallery{
	margin-left: 10px;
	width: 600px;
}
div.gallery_image{
	float: left;
	margin: 8px;
	width: 130px;
	height: 130px;
	text-decoration: none;
}
div.gallery_image a{
	text-decoration: none;
}
/* Opmaak intranet */
#intranet_session
{
	padding-top:30px;
	text-align: center;
}
#intranet_session h1
{
	padding-left: 5px;
	font-weight: bold;
}
#intranet_session p
{
	padding-left: 5px;
}
#intranet_session a
{
	font-weight: bold;

}

/* gastenboek*/
#gastenboekform
{
	margin-left: 60px;
	margin-bottom:150px;
}
strong
{
	font-weight: bold;
}

/* gallery_image */
#gallery
{
	padding-left: 45px;
}
