/*/// Cascading Stylesheet door Webbureau SUIT in opdracht van Tone of Voice	///*/
/*/// Uit dit bestand mag, zonder uitdrukkelijke toestemming van Webbureau		///*/
/*///    SUIT, niks overgenomen worden voor welk doel dan ook.					///*/
/*///   Laatste verandering: 11 januari 2010     © Webbureau SUIT 2010 			///*/
	
/*/// Standaard reset © Webbureau SUIT 2010 ///*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, 
strike, strong, ul, li, fieldset, form, label, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	}
body {
	background: #fffdd9 url(img/header.jpg) repeat-x top center;
	}
strong {
	font-weight: bold;
	}
	
/*/// Elementen © Webbureau SUIT 2010 ///*/
	
#nav{
	width: 1000px;
	height: 30px;
	margin: 15px auto;
	}
#header{
	width: 1000px;
	height: 118px;
	margin: 60px auto 140px auto;	
	}
#logo{
	background: url('img/logo.png') no-repeat left bottom;
	width: 420px;
	height: 130px;
	float: left;
	}
#piter{
	background: url('img/piter.png') no-repeat right top;
	width: 280px;
	height: 277px;
	float: right;
	}
#container{
	width: 1000px;
	height: 400px;
	margin: 0px auto;	
	}
#container img {
	float: right;
	padding: 0px 1px 1px 0px;
	border: 1px solid #333;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	background-color: #333;
	margin-left: 30px;
	}
#container img.justifyleft, #container img[style="float: left;"] {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	border: 0;
	padding: 0;
	background: transparent;
	}
#bestelmodule{
	background: url('img/bgconten t.png') repeat left center;
	height: 400px;
	margin: 80px 0;
	}
	
/*/// Typografie © Webbureau SUIT 2010 ///*/

h1,h2 {
	font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	color: #333;
	}
h1{
	padding: 30px 0px;
	font-size: 28pt;
	}
h2{
	padding: 10px 0;
	font-size: 18pt;
	}
h2 a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
h2 a:hover { border-bottom: 1px solid #333; }
p{
	font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14pt;
	line-height: 200%;
	text-align: left;
	}
p.justifyright {
    text-align: right;
    }
p.justifyfull {
    text-align: justify;
    }
a { 
	color: #68443b;
	border-bottom: 1px dotted;
	text-decoration: none;
	}
a:hover {
	color: #916c5e;
	}
#nav a{
	padding: 5px 10px;
	color: #9babc6;
	font-family: Arial;
	font-size: 14pt;
	text-decoration: none;
	border-bottom: none;
	}
#nav a:hover{
	padding: 5px 10px;
	color: #707487;
	font-family: Arial;
	font-size: 14pt;
	text-decoration: none;
	}
#bestelmodule label{
	margin-right: 20px;
	}
	
/*/// Afbeeldingen © Webbureau SUIT 2010 ///*/
	
/*/// Lists © Webbureau SUIT 2010 ///*/

#nav ul{
	list-style-type: none;
	}
#nav ul li{
	float: left;
	margin: 5px 10px;
	}

/*/// What else? © Webbureau SUIT 2010 ///*/
#flag {
	float: right;
	margin-top: 10px;
	}
	
/*/// Minishop ///*/
div.shopitem {
	width: 450px;
	height: 150px;
	float: left;
	
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
#container div.shopitem div.pic {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	background-image: url('img/noggeenfoto.png');
	}
#container div.shopitem div.pic img {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}
#container div.shopitem div.info {
	padding: 10px;
	padding-left: 165px;
	}
#container div.shopitem div.info h2 {
	padding: 0 0;
	}

#minishop-cart {
	font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14pt;
	border: 1px solid #000;
	width: 500px;
	padding: 20px;
	background-color: #fff;
	}
#minishop-cart h2 {
	padding: 0;
	}
.thead td {
	font-weight: bold;
	}
.thead .prod { width: 140px; }
.thead .aant { width: 100px; }
.thead .subt { width: 140px; }
.tfoot td {
	font-weight: bold;
	}

.errors {
	font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14pt;
	line-height: 200%;
	border: 1px solid red;
	width: 500px;
	background-color: #fff;
	padding: 20px;
	}

/*/// 			This file and its contents are © Webbureau SUIT 2010 			///*/
/*/// The contents may not be copied without prior permission of Webbureau SUIT ///*/
