@import url("framework/960.css");

@import url("framework/reset.css");

@import url("framework/text.css");

body {
	background: url(../images/logo_rood.jpg)  #fff repeat-x;
	color: #000;
}

#maincage {
	width: 100%;
	position: absolute;
}

#header {
	height: 0px;
	background-color: ;
}

#menu {
	margin-top: 123px;
	height: 28px;
		clear: both;
	background-color: #e3222e;
}

html>/**/body #menu {
	margin-top: 145px;
	height: 29px;
		clear: both;
	background-color: #e3222e;
}

#menu hr {
	border: 0;
	border-bottom: 1px solid #fff;

}

#footer hr {
	border: 0;
	border-bottom: 1px solid #e3222e;
}

#maincontent hr {
	border: 0;
	border-bottom: 1px solid #e3222e;

}

#maincontent hr.borduurlijn {
	border: none;
	height: 15px;
	background: url(../images/borduurlijn.jpg) no-repeat;
}


#maincontent {
	padding-left: 181px;
	margin-bottom: 20px;
}

#maincontent ul {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../images/bullet.jpg);
}

#maincontent ul li {
	margin: 0;
}

#intro {
	color: #e3222e;
	font: italic bold 33px Georgia, "Times New Roman", Times, serif;

}

div.grid_3, div.grid_4, div.grid_5, div.grid_6  {
}

span.box {
	padding: 0 1px;
	color: #fff;
	background-color: gray;
	text-decoration: none;
	border-bottom: none;
}

span.box a {
	border-bottom: none;
}

.box, .box a {
	padding: 0 1px;
	color: #fff;
	background-color: #e3222e;
	text-decoration: none;
}

p.box {
	padding: 2px;
	margin-bottom: 4px; ;
}

span.paginering a {
	margin-top: 1.5;
	: #e3222e;
}

p.print {
	text-align: right;
	width: 200px;
	float: right;
	margin: 0;
}
p.zoekfilters {
	text-align: left;
	width: 200px;
	float: left;

}


#sidebar1 {
	margin-top: 0px;
	margin-left: -30px; 
}

#sidebar1 img {
	margin-top: -20px;
}

#sidebar2 {
	float: right;
}

#container {
	width: 100%;
	background: #fff;
	display: block;
	float: left;
	padding-bottom: 16px;
	margin-top: 21px;
}

html>/**/body #container {
	width: 100%;
	background: #fff;
	display: block;
	float: left;
	padding-bottom: 16px;
		margin-top: 0;

}

#footer {
	height: 50px;
	background-color: #fff;
	clear: both;
}
#footer p {
	padding-left: 220px;

}

#footer p, #footer a {
	color: #000;
}

/* 'hack' aanmelden en wijzigen */

.post {
	margin-top: 20px;
	margin-left: 192px;
	/*background: #f5eaf1;*/
}

.gform_wrapper li {
	margin-left: 0;
}

#form_8 {
	margin: 0;
	padding: 0;
}

.entry {
	margin: 0;
	padding: 0;
}

/* @group menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 128px;
	display: block;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#menu #nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 190px;
}

#menu ul li ul li a {
	padding: 6px 0;
	text-decoration: none;
	color: #e3222e;
}

ul li ul li {
/*	padding: 0 14px;*/
	margin: 0;
}

#menu ul li a {
	padding: 6px 0;
	text-decoration: none;
	color: #fff;
}

#menu #nav a {
	padding: 6px 14px;
	margin: 0;
}

#menu #nav a.actief, #menu #nav a:hover {
	padding: 6px 14px;
	color: #e3222e;
	background-color: #fff;
}

#menu #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #fff;
	display: block;
	margin-right: 0;
	z-index: 1;
	padding-left: -20px;
	border-bottom: 1px solid #e3222e;
		border-right: 1px solid #e3222e;

}

/* @end */






/* @group topmenu */

#topmenu {
	width: 800px;
}

#topmenu #nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

#topmenu #nav a {
	display: block;
	text-decoration: none;
	padding: 6px 0 0 0;
	font-size: 10px;
	color: #fff;
}

#topmenu #nav a:hover {
	
}

#topmenu #nav a.actief {
	border-bottom: 2px solid;
	color: #fff;
}

#topmenu #nav li {
	float: left;
	margin-left: 10px;
}

#topmenu #nav li ul {
	position: absolute;
	width: 9em;
	left: -999em;
}

#topmenu #nav li:hover ul {
	left: auto;
}

#topmenu #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* @end */


/* @group form */
form {
	margin-top: 15px;
}

form input {
	border: 1px solid #ccc;
	padding: 5px;
	display: inline-block;
	font-size: 10px;
}

form p {
	height: 5px;
}


input.dansgroep, input.zoekterm, input.datum, input.plaats, input.type, input.naam {
		width: 148px;

}
form select {
			font-size: 10px;
margin-bottom: 6px;
}

form .type {
	margin-right: 4px;
	
}

form .button {
	border: none;
	padding: 5px;
font-size: 13px;
	background: #e3222e;
	color: #fff;
	width: 160px;
	display: inline-block;
}


/* @end */
