@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
}
#container {
	width: 1111px;
	height: 643px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left_column {
	position: relative;
	float: left;
	width: 205px;
	height: inherit;
	margin: 0px;
	padding: 0px;
}
#right_column {
	position: relative;
	float: right;
	width: 906px;
	height: inherit;
	margin: 0px;
	padding: 0px;
}
#logo_left {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 205px;
	height: 205px;
}
#logo_right {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 93px;
	width: 199px;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 93px;
}
#menu {
	position: relative;
	background-image: url(../images/menu_left_background.png);
	margin: 0px;
	padding-top: 30px;
	padding-left: 72px;
	height: 408px;
}
#menu_top {
	position: relative;
	background-image: url(../images/header_right_background.png);
	float: right;
	width: 340px;
	height: 80px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	position: relative;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	background-image: url(../images/content_background.png);
	width: 894px;
	height: 515px;
}
#crumbtrail {
	position: relative;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: top;
}
#page_content {
	position: relative;
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-top: 3px;
}
#footer_left {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
#page_assorti {
	margin-top: -30px;
}

p {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

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

/* menu */
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* menu top */
#menu_top table {
	width: 330px;
	height: 80px;
	text-align: center;
}
/* home*/
#home_right {
	position: absolute;
	float: right;
	padding-top: 76px;
	padding-left: 340px;
	padding-right: 17px;
}

#slideshow {
	position: absolute;
	float: left;
	margin-top: 80px;
	margin-left: 17px;
}

/* assortiment */
td.assortiment{
	height: 40px;
	width: 50px;
	border: 1px solid #68737b;
	margin-right: 8px;
	background-color: #FFFFFF;
	padding: 0px;
}

table.assortiment{
	margin-left: 12px;
	margin-top: -30px;
}

/* acties*/
td.acties{
	Height: 80px;
	width: 130px;
	border: 1px solid #68737b;
	margin-right: 20px;
}

table.acties{
	margin-left: 17px;
}

/* weer*/

table.weer{
	
}

td.weer{
	height: 110px;
	width: 600px;
	margin-right: 20px;
	background-color: transparent;
	float:inherit;
	
}
td.weer2{
	height: 256px;
	width: 256px;
	margin-left: 50px;
	background-color: #FFFFFF;
	border: 1px solid #68737b;
	
}	
/* contact */

#formulier {
	position: relative;
	float: left;
	
}

#contactgegevens {
	position: relative;
	float: left;
	padding-left: 40px;
}

form p {
	margin: 4px;
}
label {
	width: 100px;
	float: left;
	position: relative;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input {
	margin-left: 40px;
} 
input {
	color: #303132;
	background: #ffffff;
	border: 1px solid #303132;
}

textarea {
	color: #303132;
	background: #ffffff;
	border: 1px solid #303132;
}

.submit input {
	color: #fff;
	background: #303132;
	border: 2px outset #f9a23d;
} 
fieldset {
	border: 1px solid #f9a23d;
	width: 520px;
}

legend {
	color: #fff;
	background: #303132;
	border: 1px solid #f9a23d;
	padding: 2px 6px;
}

/* bestel*/
.border_bestel {
border:thin;
border-color:#666666;
} 