html * {
	margin: 0;
	padding: 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: white;
	line-height: 120%;
}

body {
	margin: 10px;
	font-size: 90%;
	color: #1c3e61;
	background-color: #808BC0;
}

img {
	border: none;
}

#body_container {
	position: absolute;
	display: block;
	/* height:100%; */
	left: 50%;
	margin-left: -500px;
	margin-top: -10px;
	width: 1000px;
	background-color: #6974AA;
}

#top_bar {
	display: block;
	width: 1000px;
	height: 160px;
	background-image: url('../images/site/top_bar.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#adres {
	display: block;
	left: 450px;
	width: 300px;
	color: white;
	font-size: 125%;
	position: absolute;
	margin-top: 20px;
	line-height: 150%;
}

#main_container {
	float: left;
	position: relative;
	width: 1000px;
	background-color: #6974AA;
	padding-bottom: 10px;
}

#menu_container {
	text_decoration: none;
	display: block;
	width: 230px;
	float: left;
	padding: 	0px;
	border: solid gray 0px;
	border-bottom: 1px solid #969DC3;
	
}

#sections_menu_div {
	text-align: right;
	color: #7a8ea3;
	font-size: 102%;
	letter-spacing: +2px;
}

#sections_menu_div a.section_idle,span.menu_item_idle {
	color: #e6eaed;
	color: #ecb0b0;
	font-weight: normal;
}

#identiteit_container { /*#sidebar_lower div {*/
	position: relative;
	top: 155px;
	padding: 15px 15px 15px 15px;
}

#identiteit_container h4 {
	font-size: 80%;
	/*	font-style:italic;*/ /*	font-weight:bolder;*/
	color: #f8981d;
	text-align: center;
	line-height: 1em;
}

#identiteit_container p {
	font-size: 80%;
	text-align: right;
	color: red;
	line-height: 1.1em;
}

#menu_div ul {
	padding: 0;
	margin: 0;
}

#menu_div ul li {
	color: white;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('../images/site/node_menu.gif');
	display: block;
	padding-left: 40px;
	padding-top: 5px;
	margin-right: -40px; /*compensatie voor padding-right*/
	width: 230px;
	border-top: solid #969DC3 1px;
}
#menu_div ul li span.height{
		display: block;
		height: 25px;
		border: solid red 0px;
	}
#menu_div ul li ul{
	margin-top: 0px;
	margin-left: -40px;
}

#menu_div ul li ul li{
/*	background-position: left top;
	background-repeat: repeat-y;*/
	list-style-type: none;
	display: block;
	background-image: none;
	margin: 0px;
	padding: 5px 0px 0px 50px;
	font-weight: 300;
}

#menu_div ul li.section_idle {
/*	background-image: url('../images/site/button_inactive.png');*/
}

#menu_div ul li a {
	color: white;
}

#side_menu {
	margin-top: 50px;
	display: block;
}

#contact_container {
	margin-top: 50px;
	display: block;
}

#tvvl_logo_div {
	padding: 90px 15px 10px 0;
}

.nobullet {
	list-style-type: none;
}

ul.bulleted {
	margin-right: 15px;
	direction: rtl;
}

#menu_container a,#sidebar_lower a,#sidebar_lower li,#sidebar_lower p {
	text-decoration: none;
	color: #7a8ea3;
	color: red;
	/*  color: #F8981D;*/
}

#sidebar_lower a {
	font-weight: bold;
	color: #7a8ea3;
	color: #F8981D; /*oranje*/
	color: #003E7E; /*blauw*/
	color: #7A8EA3; /*grijs*/
}

#menu_container a {
	color: #003479;
}

#content_container {
	display: block;
	position: relative;
	top: 0px;
	line-height: 135%;
	float: right;
	width: 770px;
	height: 500px;
	border: solid yellow 0px;
	overflow: auto;
	background-color: #767EC0;
	margin-bottom: -11px;
}

ul {
	margin-left: 20px;
}

#content_container div.margin{
	padding: 10px 10px 10px 10px;
}

#footer_bar {
	position: relative;
	display: block;
	height: 50px;
	background-position: top center;
	background-image: url('../images/site/footer_image.png');
}

#creator_div {
	display: block;
	position: relative;
	left: 0px;
	float: left;
	width: 170px;
	font-size: 70%;
	color: #ff8080;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: solid gray 0px;
}

#creator_div a {
	color: #9BA3D1;
	text-decoration: none;
}

.balk_1 {
	background-image: url('../images/site/voetbalk.png');
}

.balk_2 {
	background-image: url('../images/site/voetbalk_uni.png');
}

.balk_3 {
	background-image: url('../images/site/voetbalk_spot.png');
}

#footer_content {
	position: relative;
	top: 5px;
	height: 28px;
	text-align: right;
	border: 0px solid black;
}

#footer_content span {
	padding-right: 45px;
	color: white;
	font-weight: 150%;
	border: 0px solid red;
}

/* Nodig voor volledig vullen witte achtergrond in beide kolommen van de layout, 
   extra div onder in gezamenlijke parent van beide kolommen, met clear-attribuut. */
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

h1.content_heading {
	position: relative;
	height: 48px;
	top: 0px;
	color: white;
	font-weight: normal;
	line-height: 100%;
	font-size: 250%;
}

h1 {
	font-weight: normal;
}

h2,h3 {
	font-size: 100%;
	padding-top: 1.2em;
	color: #ed212a;
}

label {
	width: 200px;
	display: block;
	clear: left;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
input, option, select, textarea {
	color: #767EC0;
}

.crud_specialistForm tr{
	height: 20px;
}

.crud_specialistForm tr td{
	border-bottom: solid #8e98c6 1px;
	padding: 5px;
}

.crud_eventForm table{
	width: 100%;
}

.crud_eventForm table td{
	border-left: 1px solid #969DC3;
	padding: 5px;
}

.crud_specialistForm td.left{
	width: 400px;
	
}

.contact_data_table img {
	margin: 5px 25px 5px 0px;
}

textarea {
	font-size: 90%;
}

table, td {
	font-size: 100%;
}

legend, fieldset {
	padding: 10px;
}

	.suggestionsBox {
		position: relative;
		left: 30px;
		bottom: 0px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		/*margin-left: 200px;*/
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		font-size: 10pt;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style-type: none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
