html {
	margin: 0;
	padding: 0;
	
	}

body {
	position: relative;
	margin: 0;
	color: black;
	font-family: sans-serif,"Times New Roman",Utopia,serif;
	font-style: normal;
	font-weight: normal;	
	font-size: 14px;
	background-color: #e5e3e4;
	background-image: url('image/deg.jpg');
        background-repeat: repeat-y;	
}

hr {
	clear: left;
	height: 1px;
	border: none;
	background-color: blue;
	width: 100%;
	}

table {
	border-collapse: collapse;
	empty-cells: hide;
	background-color: #fffdbe;
	border: 1px solid #C0C0C0;
	width: auto;
	}

th {
	color: #edce24;
        background-color: #555;
	}

td {
	border: 1px solid #C0C0C0;
	background-color: #fffdbe;
	vertical-align: top;
	}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	margin-left: 10px;
	}

fieldset {
        border:                 1px solid;
        margin:                 5px;
        padding:                10px;
        font-size: 14px;	
	}

legend {
        padding:                5px;
        border:                 1px solid;
        font-size: 14px;
        font-weight: bold;
	}

label {
        margin-right:           5px;
        text-align:             left;
        font-weight:            bold;
        font-size: 14px;
        width: 150px;   
        text-align: right;
        float:left;
	}

a {
        text-decoration: underline;
        border: none;
	color: blue;
        }

a:hover {
        color: blue;
        border: 1px solid black;
        }


.header {
	height: 100px;
	width: 100%;
	}

.head {
	margin-left: 276px;
	margin-right: 220px;
	padding-top: 36px;
	text-align: center;
	font-size: 28px;
	}


.adres {
	width: 220px;
	float: right;
	text-align:right;
	padding-right: 5px;
	}

.logo {
	float: left;
	background-image: url('image/tbjc.jpg');
	width: 276px;
	height: 100px;
	background-repeat: no-repeat;
	}
.leftfoto, .rightfoto, .centerfoto, .component {
	border: 1px solid blue;
	margin: 5px;
	padding: 5px;
	}

.leftfoto {
	float: left;
	}

.rightfoto {
	float: right;
	}

.centerfoto {
	}

.component {
	float: left;
//	max-width: 80px;
	}


.prijs {
	background-color: #feff96;
	float: left;
	}

.prijs input {
	background-color: #feff96;
	border: 1px solid blue;
	}

.prijs span {
	font-weight: bold;
	color: #a80000;
	}


#text {
	position: relative;
	margin-left:205px;
	margin-right:130px;
	background-image: url('image/deg200+.jpg');
	background-repeat: repeat-y;
	width: auto;
	}

#menu {
	position: relative;
        width: 100%;
        height: 30px;
	border: none;
	background-image: url('image/deg.jpg');
	background-repeat: repeat-y;
	}

#menu ul li a {
	padding: 0;
	margin: 0;
	margin: 1px;
	color: #8a4d10;
	height: 30px;
	}

#menu ul, 
#menu ul li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 5px;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color: #777;
	}

#menu ul {
	margin: 0px;
	}

#menu a {
	white-space: nowrap; 
	padding: 0;
	text-decoration: none;
	border: none;
	}

#menu a.select {
	color: #edce24;
	}

#menu a:hover {
	color: #12108a;
	color: #edce24;
	background-color: #555;
	border: 1px solid black;
	}

/* Submenu */

#submenu {
        position: relative;
        width: 200px;
	float:left;
	background-image: url('image/deg.jpg');
	padding: 0;
	margin: 0;
	margin-left: 5px;
        }

#submenu ul li a {
	width: 190px;
	}

#submenu ul li p {
	width: 190px;
	padding: 0;
        margin: 0;
	}

#submenu ul, 
#submenu ul li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: 0;
	color: #777;
	font-size: 16px;
/*	font-variant: small-caps;*/
	font-weight: bold;
	}



#submenu ul {
	margin-left: 0px;
	}

#submenu a {
	display: block; 
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	color: #0000FF;
	}

#submenu a.segment {
	color: #edce24;
	}

#submenu a.segment {
	color: #0000FF;
	border: 1px solid blue;
	text-align: center;
	margin-top: 2px;
	}

#submenu p.segment {
	color: #000000;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 2px;
	}

#submenu a:hover {
	color: #edce24;
	background-color: #555;
	border: 1px solid black;
	}

#sidepanel {
	position: relative;
        width: 120px;  
        float:right;
	margin-right: 5px;
	}

