body {
	margin:0;
	background:#fff;
    font: 12px/1.5 Helvetica,Arial,Sans-serif;
}

#wrapper {
	background:url(../images/bg-wrapper.jpg) fixed center #1e9e19;
	margin:0 auto;
}

#header {
	width:1040px;
	height:70px;
	margin:0 auto;
	padding-top:170px;
	background:url(../images/theramiek-header.png);
	border:0px solid red;
	display:block;
}

#header ul {
	display:inline;
}

#header li {
	display:inline;
	font-size:1.2em;
	padding-right:40px;
}

#header li a:link, #header li a:visited {
	color:#475f56;
	text-decoration:none;
}

#header li a:hover {
	color:#fff;
	text-decoration:none;
}

#header li a.actief {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#content {
	width:1040px;
	height:100%;
	margin:0 auto;
	background:url(../images/bg-content.png) repeat-y;
	border:0px solid red;
	display:block;
}

#main_artikel {
	width:960px;
	margin:0 auto;
	padding:0 40px 20px 40px;
	height:352px;
	background:url(../images/bg-content.png) repeat-y;
}

#introtekst {
	float:right;
	width:279px;
	height:320px;
	padding:10px 20px 20px 20px;
	background:url(../images/bg_main_tekst.jpg) no-repeat;
	
	color:#475f56;
	line-height:22px;
}

#tekst {
	float:right;
	width:279px;
	height:320px;
	padding:10px 20px 20px 20px;
	background:url(../images/bg_main_tekst.jpg) no-repeat;
	
	color:#475f56;
	line-height:22px;
}

#tekst a:link, #tekst a:visited, #producten a:link, #producten a:visited {
	color:#475f56;
	font-weight:bold;
	text-decoration:none;
}

#tekst a:hover, #producten a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#475f56;
}

#tekst_home {
	float:right;
	width:279px;
	height:320px;
	padding:10px 20px 20px 20px;
	background:url(../images/bg_main_tekst.jpg) no-repeat;
	
	color:#475f56;
	line-height:17px;
}


#maintekst {
	width:960px;
	margin:0 auto;
	padding:0 40px;
	background:url(../images/bg-content.png) repeat-y;
	color:#475f56;
	line-height:22px;
}

#maintekst h1 {
	margin-top:0;
}


#producten {
	width:960px;
	margin:0 auto;
	padding:0 40px;
	background:url(../images/bg-content.png) repeat-y;
	color:#475f56;
	line-height:22px;
}

#producten td {
	width:320px;
	vertical-align:top;
}

#producten img {
	float: left;
	padding-right:10px;
}

#sub_artikels {
	width:960px;
	margin:0 auto;
	padding:0 40px;
	height:210px;
	background:url(../images/bg-content.png) repeat-y;
}

#sub_artikels a:link, #sub_artikels a:visited {
	color:#475f56;
	text-decoration:none;
}

#sub_artikels a:hover {
	color:#475f56;
	text-decoration:underline;
}


#sub_artikels #artikelblok1, #sub_artikels #artikelblok2, #sub_artikels #artikelblok3 {
	padding-top:20px;
	float:left;
	width:225px;
	margin-right:20px;

	color:#475f56;
	font-size:1.2em;
	line-height:30px;
}

#sub_artikels #artikelblok4 {
	padding-top:20px;
	float:left;
	width:225px;

	color:#475f56;
	font-size:1.2em;
	line-height:30px;
}

#artikelblok1 img, #artikelblok2 img, #artikelblok3 img, #artikelblok4 img {
	padding-top:10px;
}

#footer {
	width:1040px;
	height:35px;
	margin:0 auto;
	padding-top:45px;
	background:url(../images/footer.png);
	border:0px solid red;
	display:block;
	
	text-align:center;
	color:#475f56;
}

#footer a:link, #footer a:visited {
	color:#475f56;
	text-decoration:none;
}

#footer a:hover {
	color:#475f56;
	text-decoration:underline;
}

h1  {
	font-size:1.4em;	
}

h2  {
	font-size:1.2em;	
}

li {
	list-style: inside;
}

a.jslink:link, a.jslink:visited {
	color:#475f56;
	font-weight:bold;
	text-decoration:none;
}

a.jslink:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#475f56;
}

.textvak {
	border:1px solid #475f56;
	width:30px;
	height:15px;
}

.producten {
	border:1px solid #475f56;
	width:200px;
	height:15px;
}