/* 	Kleuren:
	Oranje: #f7921d
	Donkergrijs: #333333 / Container: #454545
	Menugrijs: #6b6257
*/
#content {
	text-align: center;
	margin: 20px;
}
h1 {
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
ol, ul, li {
    text-align: left;
   }
a { color: white; }
a:hover { color: #6b6257; }
a:visited { color:white; } 
a:active { color: #f7921d; }

img.PictureBox {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 2px solid #f7921d;
}

div.fotorij {
	margin: 40px auto 0 auto;
}
div.fotorij img {
	margin: 0 10px;
}
div.form {
	position: relative;
	float:right; 
	width: 220px; 
	clear: right;
	margin-bottom: 30px;
}
div.form form {
	margin-bottom: inherit;
}
div.form input {
	width: 200px;
	margin: 5px 10px;
	padding: 3px;
	font: 11px verdana, sans-serif;
	outline: none;
}
div.form input.inp#password {
	display: none;
}
div.form input.inp {
	border: 1px solid #f7921d;
	color: gray;
	background-color: White;
}
div.form input.btn, input.btn {
	background-color: #f7921d;
	border: 1px solid white;
	color: Black;
	width: 208px;
}

ol li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

p.news {
	margin-top: 20px;
	clear: both;
}
p.news img {
	float: right;
	border: 2px solid #f7921d;
	margin: 0 0 20px 20px
}



/* BEGIN WEBSHOP */
div.prod_group {
	width: 300px;
	height: 100px;
	background-color: #6b6257;
	text-align: left;
	padding: 10px;
	float: left;
	margin: 10px;
	-moz-border-radius: 4px;
}
div.prod_group img {
	float: left;
	margin-right: 5px;
	border: 0;
}
div.prod_group p {
	margin: 0;
}
div.prod_group a { text-decoration: none;}
div.prod_group a:hover { text-decoration: underline; color: white;}
/*div.prod_group hr {display: block; clear: left; margin: -0.66em 0;
  visibility: visible;}*/
div.prod {
	width: 640px; 
}
div.prod p {
	margin: 0;
	height: 76px;
}
div.prod form {
	padding: 0;
	margin: 0;
	height: 24px;
	float: right;
}
div.prod button.btn {
	background-color: #f7921d;
	border: 1px solid white;
	color: Black;
	height: 22px;
	font-size: 12px;
	padding-bottom: 3px;
	margin-left: 3px;

}
div.prod input.inp {
	border: 1px solid #f7921d;
	height: 18px;
	font-size: 12px;
	color: gray;
	background-color: White;
	padding: 2px 2px 0 2px;
}
	
div.prod select {
	font-size: 12px;
}
form.adres th {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	padding-right: 30px;
}
form.adres input {
	width: 300px;
}
table.cart td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
table.cart {
	width: 200px;
	text-align: left;
	margin: 10px;
	border-collapse: collapse;
}
div.form img {
	border: 0;
}
div.form a, div.form a:visited {
	text-decoration: none;
}
div.form a:hover {
	text-decoration: underline;
}
table.cart.long {
	width: 700px;
}
table.cart.long td {
	padding-left: 10px;
	font-size: 13px;
}
table.cart.long td.nr {
	width: 80px;
}
table.cart.long td input {
	width: 30px;
	border: 1px solid gray;
}
table.cart thead td {
	font-weight: bold;
}
table.cart img {
	margin-right: 15px;
	border: 0;
}
table.cart caption {
	padding-bottom: 4px;
	border-bottom: 1px solid #f7921d;
	text-align: left;
}
table.cart tfoot td {
	font-weight: bold;
	text-align:right;
}
table.cart tfoot td { border-top: 1px solid #f7921d;}
table.cart .nr { text-align: right; }

/* EINDE SHOP */

/* STRUCTURELE LAYOUT - VINGERS AF!!! ;-) */
html { height:100%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	text-align: center;
	background-color: #333333;
	background-image: url(/img/background.jpg);
	height: 100%;
	color: White;
}
#logo {
	/* moet samen 106px zijn!! */
	height: 82px;
	padding-top: 44px;
}

#orangebar {
	clear: left;
	height: 22px;
	/*border-top: 1px solid white;*/
	width: 100%;
	background-color: #f7921d;
}
#cleartopbar {
	height: 182px;
	min-height: 182px;
	margin: 0;
	padding: 0;
}
#topbar {
	position:absolute;
	top:0;
	left:0;
	text-align: center;
	/*border-bottom: inset;*/
	/*border-bottom: 2px solid #999999;*/
} 
#topbar {
	height: 170px;
	max-height: 170px;
	width: 100%;
	background-color: #333333;
	background-image: url(/img/background.jpg);
	margin: 0;
	padding: 0;
}
#bottombar {
	width: 100%;
	height: 24px;
	max-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #f7921d;
	text-align: center;
}
#clearbottombar {
	clear: both;
	height: 24px;
	max-height: 24px;
	margin: 0;
	padding: 0;
}

#container {
	width: 80%;
	margin: -12px auto -12px auto;
	background-color: #454545;
	border-left: 2px solid #f7921d;
	border-right: 2px solid #f7921d;
	min-height: 100%;
	min-width: 800px;
}
