	* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #eaecf5 url(../img/body_bg.png) repeat-x;
	font-family: "Century Gothic", Arial;
	font-size: 0.8em;
}

a {
	cursor: pointer;
}

#container {
	width: 932px;
	margin: 0 auto;
}

#header {
	background: url(../img/header.png);
	height: 168px;
	width: 932px;
}

#menu {
	background: url(../img/menu_bg.png) repeat-x;
	height: 38px;
	width: 932px;
	position: relative;
}

#menu ul {
	list-style-type: none;
	display: inline;
}

#menu ul li {
	position: relative;
	float: left;
}

#menu li a {
	display:block;
	float:left;
	position: relative;
	height:38px;
	text-indent:-900em;
}

#menu li a.home {
	background: url(../img/menu_home.png);
	width: 86px;
}

#menu li a.damesboksen {
	background: url(../img/menu_damesboksen.png);
	width: 149px;
}

#menu li a.recreatiefboksen {
	background: url(../img/menu_recreatiefboksen.png);
	width: 187px;
}

#menu li a.wedstrijdboksen {
	background: url(../img/menu_wedstrijdboksen.png);
	width: 182px;
}

#menu li a.bedrijven {
	background: url(../img/menu_bedrijven.png);
	width: 127px;
}

#menu li a.contact {
	background: url(../img/menu_contact.png);
	width: 118px;
}

#menu li a.home:hover {
	background: url(../img/menu_home_h.png);
	width: 86px;
}

#menu li a.damesboksen:hover {
	background: url(../img/menu_damesboksen_h.png);
	width: 149px;
}

#menu li a.recreatiefboksen:hover {
	background: url(../img/menu_recreatiefboksen_h.png);
	width: 187px;
}

#menu li a.wedstrijdboksen:hover {
	background: url(../img/menu_wedstrijdboksen_h.png);
	width: 182px;
}

#menu li a.bedrijven:hover {
	background: url(../img/menu_bedrijven_h.png);
	width: 127px;
}

#menu li a.contact:hover {
	background: url(../img/menu_contact_h.png);
	width: 118px;
}

#menu li a.home_a {
	background: url(../img/menu_home_a.png);
	width: 86px;
}

#menu li a.damesboksen_a {
	background: url(../img/menu_damesboksen_a.png);
	width: 149px;
}

#menu li a.recreatiefboksen_a {
	background: url(../img/menu_recreatiefboksen_a.png);
	width: 187px;
}

#menu li a.wedstrijdboksen_a {
	background: url(../img/menu_wedstrijdboksen_a.png);
	width: 182px;
}

#menu li a.bedrijven_a {
	background: url(../img/menu_bedrijven_a.png);
	width: 127px;
}

#menu li a.contact_a {
	background: url(../img/menu_contact_a.png);
	width: 118px;
}

/* Submenu */
#menu li ul {
	left				: -9000em;
	position			: absolute;
	top					: 38px;
	background			: url(../img/submenu_bg.png) no-repeat left bottom;
	padding				: 0 0 20px 0;
	width				: 187px;
	font-size: 0.95em;
}

#menu li:hover ul, #menu li.hover ul {
	left				: 0;
	display				: block;
}

#menu li li {
	float				: none;
	width				: 187px;	
	margin				: 0;
	padding				: 0;
}

#menu li li a {
	display				: block;
	float				: none;
	width				: 160px;
	height				: auto;
	padding				: 4px 5px 4px 15px;
	text-indent			: 0;
	text-decoration		: none;
	color				: #fff;
	border-bottom		: 1px dotted #999;
}

#menu li li a:hover, #menu li li.hover a {
	color				: #fff;
	text-decoration		: underline;
	background-color	: #4f5db9;
	opacity: .60;
}

#menu li li.actief a, #menu li li.actief a:hover {
	color				: #EE820C;
	text-decoration		: underline;
}


#menu_bottom {
	background: url(../img/menu_bottom_bg.png) repeat-x;
	height: 11px;
	width: 930px;
	border-left: 1px solid #abafc4;
	border-right: 1px solid #abafc4;
}

#ccontentcontainer {
	width: 100%;
	height:100%;
}

#content {
	width: 880px;
	height: 100%;
	min-height: 251px;
	background-color: #fff;
	border-left: 1px solid #abafc4;
	border-right: 1px solid #abafc4;
	padding: 25px;
}

#content h2 {
	font-family: Century Gothic;
	font-size: 1.5em;
	color: #242d65;
	margin-bottom: 15px;
}

#content hr {
	border-top:1px solid #cecece !important;
	margin:10px 0 0 0;
}

#content p {
	margin: 10px 0 30px 0;
	line-height: 1.3em;
}

#content .nieuws {
	min-width: 400px;
	width: 400px;
	*width: 400px;
	float: right;
}

#content .nieuws th {
	background: url(../img/nieuws_head_bg.png);
	text-indent: -900em;
	height: 26px;
}

#content .nieuws td  {
	background: #e8eaf4 url(../img/icon_nieuws.png) no-repeat 8px 8px;
	text-indent: 30px;
	height: 26px;
	border-bottom: 1px solid #212858;
}

#slideshow {
	width: 650px;
	height: 500px;
	margin: 0 auto;
}

#slideshow_home {
	width: 450px;
	height: 300px;
}

#clear {
}

#clear_l {
	clear: left;
}

#clear_r {
	clear: right;
	display: block;
}

#footer {
	background: url(../img/footer_bg.png) no-repeat;
	height: 31px;
	width: 912px;
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
	color: #49494a;
	padding: 10px;
	padding-bottom: 40px;
	margin: 0 auto;
}
