/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;
background: transparent;}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';content: none;}
fieldset{width:100px;}
label{
	font-family:verdana;
	font-size:10px;
	width:auto;
	float:left;
}
/* remember to define focus styles! */
:focus {outline: 0;}
.logo{display:block;margin:0px auto;}
.hidden{display:none;}
a:hover{color:#6D6666;}
a:active{color:#6D6666;}
a:visited{color:#6D6666;}
a:link{color:#6D6666;}
/** Main Objects **/
body{background:#2a251f;font-family:verdana;color:white;}
.header{
	background: url('../images/header_background.jpg');
	height:172px;
	width:100%;
}
.menu{
	background:url('../images/menu_background.jpg');
	height:60px;
	width:100%;
	border-bottom:1px solid #514d49;
}
.menu ul{
	list-style-type:none;
	padding:15px;
	height:50px;
	width:700px;
	margin:0px auto;
}
.menu li{
	display:block;
	height:32px;
	margin-right:33px;
	float:left;
}
.content_wrapper{
	background:url('../images/content_wrapper_background.jpg') #3a332c repeat-x;
	height:auto;
	width:100%;
	margin:0;
	padding:0;
}
.content_top{
	background:url('../images/content_top.jpg');
	margin-top:0 auto;
	width:805px;
	height:9px;
}
.content{
	background: url('../images/content_background.jpg') repeat-y;
	height:auto;
	width:805px;	
	margin:0px auto;
	line-height:1.2em;
}
#footer_widgets{height:auto;width:800px;margin:10px auto;}
#footer{
	/*background: #2a251f repeat-x;*/
	border-color:#2a251f;
	/*background:url('../images/footer_background.jpg') #2a251f; /* url('../images/footer_background.jpg') repeat-x;*/
	border-top:1px solid #514d49;
	/*color:#4d4944;*/
	font-size:10px;
	height:auto;
	min-height:8px;
	width:100%;	
}
#footer h1{font-size:1px; padding:0;text-indent:-99999999px;}
#contact{
	background:url('../images/contact.jpg') no-repeat;
	height:26px;
	width:90px;
}
#footer_contact{
	float:left;
	height:auto;
	margin:0px auto;
	min-height:400px;
	width:100px;
}
#footer_contact span{
	line-height:1px;
	margin-left:5px;
	float:left;
	margin:6px;
}
#laatste_evenementen{margin:0px auto;width:150px;}
#laatste_evenementen h1{
	background:url('../images/evenementen.jpg') no-repeat;
	height:22px;
	width:143px;
}
#laatste_evenementen ul{margin-top:6px;}
#laatste_evenementen li{list-style-type:none;}
/** Menu Items**/
.menu span{display:none;}
#over_wushu{background:url('../images/menu_sprite.png') no-repeat;	width:130px;height:28px;}
#over_wushu:hover{background-position:0px -36px;}
#over_ashmindo{background:url('../images/menu_sprite.png') -155px 0px no-repeat;	width:130px;height:28px;}
#over_ashmindo:hover{background-position:-155px -36px;}
#media{background:url('../images/menu_sprite.png') -310px 0px no-repeat;width:50px;height:28px;}
#media:hover{background-position:-310px -36px;}
#evenementen{background:url('../images/menu_sprite.png') -390px 0px no-repeat;width:130px;height:28px;}
#evenementen:hover{background-position:-390px -36px;}
#overig{background:url('../images/menu_sprite.png') -550px 0px no-repeat;width:90px;height:28px;}
#overig:hover{background-position:-550px -36px;}

/****/
#media ul {display: none;}
#media:hover > ul {
	display: none;
	float:left;
	font-size:10px;
	margin-top:10px;
	width:100px;
}
/** Content area**/
.content h1,h3{padding:5px 15px;}
p{font-size:11px;padding:5px 15px;}

#contact_content form{ width:400px;	margin:0px auto; border:1px solid #514d49; padding:15px;}
#contact_content label,input,textarea{margin:5px;}
#contact_content input,textarea{border:1px solid #514d49;}
#contact_content textarea{ width: 400px; height:200px;}