* {
	font-family: Arial, Verdana;
	font-size: 9pt;
}
body {
	margin: 0px;
	background-color: #D0CDCD;
	background-image: url('../gfx/bgmain.gif');
	background-position: center;
	background-repeat: repeat-y;
}
a:link, a:active, a:visited {
	color: #363636;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 11pt;
}

table#mainContainer {
	width: 100%;
	height: 100%;
	text-align: center;
}

td#mainSite {
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;

}

	table#siteContainer {
		width: 1000px;
		height: 800px;
		border: 1px solid black;
	}
		td#header {
			height: 150px;
			width: 1000px;
			vertical-align: top;
		}

			div#top1 {
				height: 75px;
				width: 1001px;
				background-image: url('../gfx/bgheader.gif');
				text-align: center;
			}
			div#top2 {
				height: 46px;
				width: 871px;
				background-color:  #E1DAED;
				padding-left: 0px;
				text-align: left;
				padding-top:0;
				padding-left:130px;

			}
			div#top2 a{
        float:left;
        padding:0 3px 0 0;
      }
			div#top3 {
				height: 4px;
				width: 1001px;
				background-color: #FFFFFF;
			}
			div#top4 {
				height: 20px;
				width: 901px;
				background-color: #D0CDCD;
				padding-top: 5px;
				text-align: right;
				padding-left: 100px;
				color: #FFFFFF;
			}

		td#menu {
			width: 225px;
			height: 650px;
			vertical-align: top;
			background-color: #FCC67E;
			border-top: 1px solid black;
			border-right: 1px solid black;
			text-align: left;
		}
		td#content {
			width: 775px;
			height: 650px;
			vertical-align: top;
			background-color: #E1DAED;
			border-top: 1px solid black;
			text-align: left;
		}
td#content div p{
  font-size:11pt;
}
/* artikelweergave */
.awpos1 {
	float: left;
	width: 387px;
	height: 250px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
}
.awpos2 {
	float: left;
	width: 387px;
	height: 250px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

/* bijpassende artikelen */
.pos1 {
	float: left;
	width: 258px;
	height: 200px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
}
.pos2 {
	float: left;
	width: 257px;
	height: 200px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
}
.pos3 {
	float: left;
	width: 258px;
	height: 200px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

/* winkelwagen */
div.capition {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right:  1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D0CDCD;
	font-weight: bold;
}
div.alt_row {
	border-bottom:  1px solid #000000;
	border-right:  1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FCC67E;
	height: 21px;
	vertical-align: middle;
}
div.norm_row {
	border-bottom:  1px solid #000000;
	border-right:  1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	height: 21px;
	vertical-align: middle;
}
div.tools {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
}

#name1,#name2,#name3,#name4{
  float:left;
  width:193px;
  height:27px;

  background-image:url('../gfx/gradient_cats.png');
  background-repeat:repeat-x;

  padding-top:6px;
}
#name1 center,#name2 center,#name3 center,#name4 center{
    color:#fff;
    font-weight:900;
    font-size:14px;
}