
/*--------------------------
		OVERALL
---------------------------*/

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	border: none;
	font-size: medium;
}

.mousehand
{
    cursor: pointer;
    cursor: hand;
}

sup {
    font-size: small;
}

label {
width: 200px;
float: left;
display: block;
}

body {
	background-color: #9E9B89;
	text-align: center; /*hack om in internetexplorer alles in het midden te zetten*/
	color: #FFF;
}

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


p {
	margin : 15px 50px 15px 10px;
}

button {
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
}

fieldset {
	border: 1px dashed #383131;
	padding: 15px 10px;
	margin: 50px 10px 10px 10px;
}

input,textarea {
	background-color: #b3a2a1;
	border: 2px solid #383131;
	padding: 2px 5px;
}


span#error {
	border-top: 1px solid #8B0000;
	border-bottom: 1px solid #8B0000;
	background-color: #FFA07A;
	color: #8B0000;
	display: block;
	padding: 10px;
	margin: 10px 30px 10px 20px;
}

span#error a {
	font-weight: bold;
	color: #8B0000;
}

span#safe {
	border-top: 1px solid #006400;
	border-bottom: 1px solid #006400;
	background-color: #98FB98;
	color: #006400;
	display: block;
	padding: 10px;
}

legend {
	border: 1px solid #383131;
	background-color: #383131;
	color: #fff;
	padding: 3px 10px;
	margin: 0px 0px 0px 10px;
}

h1 {
	color: #383131;
	border-bottom: 1px solid #383131;
	margin: 0px 30px 10px 0px;
	font-size: x-large;
}

.numeric {
	text-align: right;
}

h2 {
	border-bottom: 1px dashed #383131;
	color: #383131;
	padding: 20px 30px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-size: larger;
}

ul { 	
	list-style-type: none; /*geen bolletjes tonen voor de lijstitems*/
}


div#login {
	position: fixed;
	left: 50%;
	margin: 400px 0px 0px -150px;
	background-color: #807473;
	padding: 15px;
	border: 1px solid #383131;
	display: none;
}

div.formPart 
{
	border: 1px solid #383131;
	padding: 10px;
	margin: 20px;
	
}

a#closeLogin {
	display: block;
	height: 24px;
	background-image: url(../images/layout/window_close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 0px 0px 30px;
	margin: -30px 0px 0px 0px;
	text-indent: -100000px;
}

/*--------------------------
		CONTAINER
---------------------------*/
	
div#container { /*container om alles in het midden te zetten*/
	margin: 0px auto; 
	padding: 20px 10px 20px 0px;
	width: 90%;
	overflow: hidden;
	background-image: url(../images/layout/bg_container.jpg);
	background-color: #534948;
	overflow: hidden;
}

/*--------------------------
		NAVIGATION MENU
---------------------------*/

div#leftmenu {
	width: 215px;
	float: left;
}

div#leftmenu ul{
	list-style-type: none;
}

div#leftmenu ul li a{
	display: block;
	padding: 0px 0px 2px 20px;
	border: none;
	border-bottom: 1px dashed #807473;
	background-color: transparant;
	color: #9E9B89;
	margin: 2px 0px;
}

div#leftmenu ul li a:hover {
	background-color: none;
	color: #EA9B4D;
}

/*--------------------------
		CONTENT
---------------------------*/

div#content {
	margin: 0px 30px 0px 250px;
	text-align: justify;
}

div#content a:hover {
text-decoration: underline;
}

div#header {
	margin: 0px auto; 
	width: 90%;
	background-image: url(../images/layout/titelbalk.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

/*--------------------------
		LOGO (header)
---------------------------*/

div#logo {
	width: 176px;
	height: 200px;
	background-image: url(../images/layout/logo.gif);
}

div#logo:hover {
	background-image: url(../images/layout/logo2.gif);
}

div#leftmenu h3 a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 215px;
	text-indent: 10px;
	border: 1px solid #807473;
	border-left: none;
	color: #9E9B89;
	margin: 5px 0px 3px 0px;
}

div#leftmenu h3 a:hover {
	background-color: #807473;
}

/*--------------------------
		ACCORDION
---------------------------*/

div#accordion_producten {
	margin: 0px 30px 15px 0px;
	
}

div#accordion_producten div {
	height: 250px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 370px;
	margin: 0px 0px 0px 10px;
	clear: right;
}

div#accordion_producten a.head {
	padding: 0px 0px 0px 10px;
	display: block;
	text-decoration: none;
	font-size: 160%;
	color: #534948;
	height: 50px;
	width: 600px;
	line-height: 50px;
	background-image: url(../images/layout/bg_prod.png);
	background-repeat: no-repeat;
}

/*--------------------------
		ARTIKELS
---------------------------*/

table#artikel {
	border-collapse: collapse;
}

table#artikel th, table#artikel td {
	padding: 2px 5px 0px 5px;
	border-left: 1px solid #534948;
	border-right: 1px solid #534948;
	height: 35px;
	line-height: 35px;
}

table#artikel a {
	display: block;
}

table#artikel tr.over {
	 background-color: #534948;
}

table#artikel input {
	 margin: 10px 0px 0px 7px;
}

table#artikel tr:hover {
	background-color: #736564;
}

table#artikel tr#head:hover {
	background-color: none;
}


/*--------------------------
		WINKELWAGEN
---------------------------*/


a#naarWinkelwagen, a#afrekenen, a#dropCart, input#artikelsAanpassen, a#toevoegen {
	height: 32px;
	line-height: 32px;
	text-indent: 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0px 20px 0px 0px;
	padding: 7px 10px 7px 40px;
}

a#toevoegen {
	background-image: url(../images/layout/cart_add.png);
}

input#artikelsAanpassen {
	background-color: transparent;
	background-image: url(../images/layout/cart_amount.png);
	color: #EA9B4D;
	font-size: medium;
	cursor: pointer;
	border: none;
	text-indent: 33px;
	padding: 0px;
}

input#artikelsAanpassen:hover {
	text-decoration: underline;
}
a#naarWinkelwagen {
	background-image: url(../images/layout/cart.png);
	float: none;
}

a#naarWinkelwagen:hover {
	background-image: url(../images/layout/cart_flip.png);
}

a#afrekenen {
	background-image: url(../images/layout/cart_accept.png);
}

a#dropCart {
	background-image: url(../images/layout/cart_remove.png);
	margin: 25px 20px 15px 0px;
}

/*--------------------------
		BBCODES
---------------------------*/

div#bbcodes {
	border: 1px solid black;
	background-color: #b3a2a1;
	padding: 3px;
	margin: 0px 0px 3px 10px;
	width: auto;
	float: left;
	clear: both;
}

div#bbcodes img {
	background-color: #B5B5B5;
	border: 1px solid black;
	margin: 3px 1px;
	padding: 2px;
}

div#bbcodes img:hover {
	background-color: #F9F9F9;
}


/*--------------------------
		ADMIN
---------------------------*/
ul#admin-list {  
margin: 0px 0px 0px 20px;
}

ul#admin-list li {
	margin: 5px 0px;
}

/*--------------------------
		FOOTER
---------------------------*/

div#footer {
	border-top: 1px solid black;
	width: 90%;
	margin: 0px auto 20px auto;
	font-size: small;
	padding: 10px 10px 0px 0px;
	color: #fff;
}

div#footer a {
	color: #fff;
	font-size: small;
}

table#nieuwsbrieven{
    border-collapse: collapse;
}
table#nieuwsbrieven td,table#nieuwsbrieven th {
padding: 7px;
border-left: 1px solid #807473;
border-right: 1px solid #807473;
}

div#footer a:hover {
	text-decoration: underline;
}


/*-----------------------------
    table users
------------------------------*/

table#userlist {
    border-collapse: collapse;
    margin: 30px;
}

table#userlist td {
    border-bottom: 1px solid black;
    padding: 10px 10px 0px 10px;
}

table#userlist img {
    cursor: pointer;
    cursor: hand;
}
