body {
background-color: #455354;


}

.body {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 896px;
	font-family: Arial;
	font-size: 80%;
	margin-left: -448px; /* de helft van de breedte */
}

.header {
	background-image: url(pictures/background_header.jpg);
	background-repeat: no-repeat;
	width: 896px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 213px;
}

.header_logo {
	position: relative;
	top: 55px;
	left: 15px;
	width: 100%;
	height: 100px;
	float: left;
}

.menu_main {
	position: relative;
	top: 85px;
	left: 10px;
	float: left;
	color: white;
}

.content_background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 896px;
	background-image: url(pictures/background_content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 0px;
}

.copyright {
	margin-top: 6px;
	margin-left: 235px;
	color: white 
}

.footer {
	width: 896px;
	position: relative;
	background-image: url(pictures/background_footer.jpg);
	background-repeat: no-repeat;
	top: 0px;
	height: 25px;
	margin-bottom: 30px;
	float: left;
}

img {
	border: 1px solid #fe0000;
}

.left-screen {
	position: relative;
	top: 5px;
	left: 10px;
	width: 158px;
	margin-bottom: 30px;
	margin-left: 10px;
	float: left;
}

.content {
	position: relative;
	top: 5px;
	left: 55px;
	width: 431px;
	margin-left: 0px;
	padding-bottom: 15px;
	margin-bottom: 60px;
	float: left;
	background-repeat: no-repeat;
}

.right-screen {
	position: relative;
	top: 5px;
	left: 90px;
	width: 180px;
	margin-bottom: 30px;
	margin-left: 10px;
	float: left;
}



h1 {
	color: #3b4635;
	font-size: 140%;
	margin-bottom: 24px;
	margin-top: 7px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fe0000;
}

h2 {
	color: #3b4635;
	font-size: 110%;
	margin-bottom: 7px;
	margin-top: 7px;
}

.h2 {
	color: #3b4635;
	font-size: 140%;
	margin-bottom: 24px;
	margin-top: 7px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fe0000;
}

h3 {
	color: #CB9A25;
	font-size: 110%;
	margin-bottom: 3px;
}

h4 {
	color: black;
	font-size: 110%;
	margin-bottom: 5px;
}

hr {
	color:#C5C5C7;
	border:none;
	border-top:1px solid #C5C5C7;
	height:1px;
}


.a_link {
	text-decoration: none;
	color: black;
}

.a_link:hover {
	text-decoration: underline;
}

.button_main_menu {
	color: white;
	font-family: Arial;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	width: 120px;
	padding-top: 3px;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	height: 24px !important;
	float: left;
	color: white;
}

.button_main_menu:hover {
	text-decoration: underline;
	font-weight: bold;
}

.button_streepje {
	color: white;
	font-family: Arial;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 3px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px !important;
	float: left;
}

.button_main_menu_chosen {
	font-family: Arial;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 2px;
	font-weight: bold;
	margin-right: 2px;
	padding-top: 3px;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	height: 24px !important;
	float: left;
	text-decoration: underline;
		color: white;
}


.link_without_underline {
	color: Black;
	text-decoration: none;
}

.link_without_underline:hover {
	color: Black;
	text-decoration: underline;
}

.link_ledenoverzicht {
	color: black;
	font-size: 100%;
}

.link_with_underline {
	color: black;
	font-size: 100%;
}

.gallery_show_picture_row {
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	margin-top: 10px;
	float: left;
}

.gallery_show_picture_row_editor {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1200px;
	margin-top: 20px;
	float: left;
}

.gallery_show_picture {
	position: relative;
	left: 21px;
	top: 0px;
	width: 340px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

li {
margin-left: 5px;
margin-bottom: 4px;
padding: 0;


}

ul {
	color: Black;
padding-left:10px; 
margin:0px;

list-style-image:url('pictures/list_circles.gif');
}

table {
	margin: 0px;
}

.td_pre {
	font-family: Arial;
	font-size: 80%;
	width: 2px;
	color: White;
}

.td_gerecht {
	font-family: Arial;
	font-size: 80%;
	width: 500px;
	color: White;
}

.td_prijs {
	font-family: Arial;
	font-size: 80%;
	width: 70px;
	color: White;
}

.powered_by {
	width: 800px;
	position: relative;
	top: 0px;
	font-family: Arial;
	font-size: 90%;
	float: left;
}

.a_powered_by {
	color: White;
}

.div_form_standard {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 580px;
	float: left;
}



.div_form_text {
	position: relative;
	top: 2px;
	left: 0px;
	font-style: italic;
	margin-left: 4px;
	float: left;
}

form {
margin-top: 20px;
}

.label_standard {
	float: left;
   width: 160px;
   margin-right: 10px;
}

.form_input_standard {
	border: 1px solid #A0B2D6;
	background-color: White;
	font-family: Arial;
	font-size: 90%;
	margin-bottom: 6px;
	width: 180px;	
	float: left;
}

.form_input_small {
	border: 1px solid #A0B2D6;
	background-color: White;
	font-family: Arial;
	font-size: 90%;
	margin-bottom: 6px;
	width: 40px;
	float: left;
}

.form_submit_standard {
	border: 1px solid #A0B2D6;
	background-color: White;
	margin-bottom: 6px;
	width: 90px;	
	float: left;
}

.form_selectbox {
	border: 1px solid #A0B2D6;
	background-color: White;
	width: 180px;	
	overflow:auto;
	float: left;
}

.table_lines {
	border-collapse: 
	collapse; border: 1px solid #C6C6C6; 
	margin-bottom: 13px;
}

.table_ledenoverzicht {
	width: 100%;
}



.td_standard {
	font-family: Arial;
	font-size: 80%;
	height: 115px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 50%;
	border-bottom: 1px solid #fe0000;
}

.table_nieuws {
	width: 97%;
	margin-bottom: 40px;
}

.td_nieuws_kop {
	font-family: Arial;
	font-size: 80%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.td_nieuws_datum {
	font-family: Arial;
	font-size: 80%;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100px;
}

.td_nieuws_bol {
	font-family: Arial;
	font-size: 80%;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 15px;
}

.img_bol {
border: 0px solid black;
}

.td_nieuws_headline {
	font-family: Arial;
	font-size: 80%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.td_nieuws_kop {
	font-family: Arial;
	font-size: 80%;
	padding-bottom: 5px;
	padding-top: 5px;
}


.td_ledenoverzicht_up {
	font-family: Arial;
	font-size: 80%;
	height: 1px;
	padding-bottom: 10px;
	width: 50%;
	border-bottom: 1px solid #fe0000;
}

.form_submit_standard {
	border: 1px solid #A0B2D6;
	background-color: White;
	margin-bottom: 6px;
	margin-left: 4px;
	width: 90px;	
}
