body {
	top:0px;
}

a {
	color:#000;
	text-decoration: none;
}

img {
	border:none;
}

a:hover, .selected, .selected a, .selected_hover, .selected_hover a {
	color:#333333;
	text-decoration:underline;
}

/*
.menu div:hover a, .menu .selected a, .menu .selected {
	color:#FFFFFF;
	text-decoration: none;
}
*/

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body, input, textarea, iframe {
	background-color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


.line {
	border-bottom:1px #CCC solid;
}

.item_prijs {
	background:#FFF;
	padding-top:5px;
}

.page {
	width: 910px;
	border-left:30px #FFF solid;
	border-right:30px #FFF solid;
}

.header {
	width:100%;
	height:109px;
	background-color:#fff;
}

.header img {
	vertical-align:right;
}


.menu {
	width:100%;
	height:26px;
	background:#E6E8FA;
}

.menu div {
	float:left;
	padding-right:6px;
	padding-bottom:4px;
	padding-top:4px;
}


.menu_border {
	border:1px solid #E6E8FA;
}

.hover_menu, .menu .selected, .menu .selected_hover {
	background-color:#341002;
	color:#FFFFFF;
	border:1px solid #341002;
}

.hover_menu a, 
.menu .selected a, 
.hover_menu a:hover, 
.menu .selected_hover a {
	background-color:#341002;
	color:#FFFFFF;
	text-decoration: none;
}

.clear {
	clear:both;
}

.content {
	background-color:#FFF;
	text-align:left;
	padding-right:1px;
	padding-bottom:40px;
}

.footer, .footer a {
	background-color:#FFF;
	font-size:10px;
	color:#999999;
	padding-bottom:5px;
}


.right_1 {
	padding-top:5px;
}


.right_2 {
	padding-top:3px;
}

.right, .right_2, .right_1 {
	float:right;
}

.content .width_full {
	width:100%
}

.content .width_small {
	width:743px;
	padding-right:20px;
}

.submenu div {
	background:#E4CBCB;
	width:140px;
	padding:10px;
}

.item {
	background: #FFF;
	border-bottom:1px solid black;
}

.item_text {
	width:80%;
	background-color: #FFFFFF;
	padding:5px;
}

.left, .readmore {
	padding:2px;
}

.item a {
	color:#333333;
	text-decoration:underline;
}

.enter {
	padding-bottom: 10px;
}

.menu_space {
	background:#FFF;
	padding-bottom:5px;
}

.title {
	background-color:#FFF;
	letter-spacing: 0.2em;
	font-weight: bold;
}


.edit_form {
	background:#ccc;
	padding: 3px;
	border: 1px solid black;
}

.edit_form input, .edit_form select {
	background:#FFF;
	border: none;
	width:319px;
}

.edit_form .radio {
	width:auto;
}

.edit_form textarea {
	padding:2px;
	background:#FFF;
	border: none;
	width:500px;
	height:150px;
}

.edit_form .submit, .edit_form .image {
	width:150px;
}

.editable {
	border: 1px black dotted;
}

.editable .buttons {
	background:#CCC;
	border-bottom:1px solid black;
	padding:2px;
}

.form input, .form textarea {
	border: none;
}

.red {
	color:red;
}

.white {
	color:#fff;
}


.loggedin {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	position:absolute;
	text-align:left;
	top:10px;
	left:50px;

	border:1px solid black;
	background:#FFF;
}

.prijslijst_first {
	width:400px;
	float:left;
}

.prijslijst_second, .prijslijst_third {
	width:100px;
	vertical-align: bottom;
	float:left;
}

.prijslijst_euro {
	width:12px;
	vertical-align: bottom;
	float:left;
}

.prijslijst_third {
	width:45px;	
	text-align:right;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.site_form input {
	border-bottom:1px solid black;
	background:#FFF;
	width:250px;
	border-top:none;
	border-left:none;
	border-right:none;
}

.site_form textarea {
	height:100px;
	border-bottom:1px solid black;
	background:#FFF;
	width:250px;
	border-top:none;
	border-left:none;
	border-right:none;
}

.site_form .radio {
	width:auto;
}

.site_form td {
	padding:3px;
	width:auto;
}

#list_menu li {
	list-style-type:none
}

/* Improved Menu hover effect */

.hover_menu > div, 
.selected_hover > div {
	display: block;
}

.hover_menu_child {
	display:none;
	position:absolute;

	background:#E6E8FA;
	/* background:#CCC; */

	text-align:left;
	
	width:100px;
	padding-left:10px;
	
	border:1px solid;
}


.hover_menu_child:hover {
	background:#ccc;
	border-bottom:1px solid #341002;
}

.hover_menu_child a {
	background:none;
	color:#000;
}
