/* Start CSS-reset */
@import "/smt/user/styles/classes/classes.css";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
img { vertical-align:top; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html > body { width:100%; height:100%; }

/* PAGE STRUCTURE */
#body { 
}

	#wrapper { 
	overflow:hidden;
	width:970px;
	margin:0px auto;
	}	

		#wrappertop { 
		position:relative;
		overflow:hidden;
		width:970px;
		}
	
			#content {
			float:left;
			margin:205px 0 50px 0;
			height:430px;
			width:100%;
			display:inline;
			}
			
			html > body #content {
			min-height:430px;
			height:auto;
			}
			
				#content-right {
				float:right;
				margin-right:15px;
				width:755px;
				display:inline;
				}
				
					#content-main {
					float:left;
					overflow:hidden;
					margin-left:20px;
					display:inline;
					}
							
						.content-main-col2 {
						width:320px;
						}

						.content-main-col1 {
						width:715px;
						}
											
					#content-related {
					float:left;
					overflow:hidden;
					padding:30px 10px 0;
					}				
	
						.content-related-col2 {
						width:390px;
						}

						.content-related-col1 {
						display:none;
						}
																				
				#content-left {
				float:left;
				min-height:300px;
				padding:0 10px 0 25px;
				width:165px;
				}
						
			#header {
			height:155px;
			left:15px;
			position:absolute;
			top:30px;
			width:940px;
			clear: both; /*  IE 6 */
			}
	
			
/* PAGE DESIGN */
a:link,a:visited,a:active,a:hover {
color:#c88d2b;
}

hr {
margin-top:10px;
margin-bottom:10px;
}

h1 { 
}

h2 {
font-size:16px;
font-weight:bold;
}

td {
vertical-align:top;
text-align:left;
}

strong {
font-weight:bold;
}

body { 
background-color:#8bb879;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;
}

	#wrapper {
	background-image:url(/smt/user/images/site_bg.jpg);
	background-color:#0E8840;
	text-align:left;	
	}

		#wrappertop {
		background-image:url(/smt/user/images/top_bg.jpg);
		background-repeat:no-repeat;
		}
		
			#content {
			}
			
				#content-right {
				}
				
					#content-main {
					line-height:18px;
					text-align:left;
					}
	
					#content-related {
					line-height:18px;
					text-align:center;
					}				
										
				#content-left { 
				}
	
									
			#header {
			background-color:#0E8840;
			}
			

			
/* GENERAL CLASSES */


/* COMPONENTS */

/***** Header Logo  *****/
#header-logo {
height:150px;
left:0;
position:absolute;
text-align:center;
top:5px;
width:185px;
}

/***** Header Text  *****/
#header-text { 
height:150px;
left:185px;
position:absolute;
top:5px;
width:755px;
}

/***** Banner *****/
#banner {
height:120px;
position:absolute;
right:35px;
top:10px;
width:160px;
}

/***** Footer  *****/
#footer {
position:absolute;
bottom:0px;
height:31px;
width:940px;
padding:4px 50px 0px 0px;
background-image:url(/smt/user/images/bottom_bg.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
text-align:right;
left:0px;
clear:both; /* IE */
margin-bottom: -1px; /* IE 6 */
}

/***** Content Titel  *****/
#content-titel { 
}

	#content-titel h1 { 
	color:#007733;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-decoration:underline;
	}

/***** Content Afbeelding  *****/
#content-afbeeding {
margin-bottom:10px; 
}

/***** Content Text  *****/
#content-tekst { 
}

	#content-tekst p {
	margin-bottom:5px;
	text-align:justify;
	}

/***** Aanbieding *****/
#aanbiedingen div { float: left; }
.itemkop div, .item { }
.itemkop { border-bottom: 1px solid black; height:18px; }
	.itemkop .afbeelding { width: 80px; }
	.itemkop .omschrijving { width: 415px; }
	.itemkop .prijs { width: 80px; }
	.itemkop .datum { width: 80px; }
	
.items { background: url(/smt/user/images/items_bg.gif); clear: both; height: 500px; overflow: auto; width: 715px; }

	.item { clear: both; width:695px; }
		.item .afbeelding { width: 80px; height: 80px; overflow: hidden; }
			.item .afbeelding img { width: 70px; height: 52px; padding: 5px; }
		.item .omschrijving { width: 415px; height: 80px; overflow: hidden; }
		.item .prijs { width: 80px; height: 80px; overflow: hidden; }
		.item .datum { width: 80px; height: 80px; overflow: hidden; }

.itemdetail .tekst { width: 320px; height:400px; overflow:auto; padding-right: 5px; }
	.itemdetail .tekst h1 { font-weight: bold; }
.itemdetail .afbeelding { width: 350px; float: left; margin-left: 20px; }
	.itemdetail .afbeelding .data { width: 350px; }
	.itemdetail .afbeelding .prijs { float: left; }
	.itemdetail .afbeelding .datum { float: right; }

/***** Zoeken *****/
.zoeken {
text-align:right;
margin-bottom:15px;
}


/***** Contact form *****/
#contactform {

}
	#contactform label {
	clear:both;
	}
	
	#contactform .input {
	clear:both;
	width:300px;
	margin-bottom:10px;
	height:15px;
	}
	
	#contactform .textarea {
	clear:both;
	width:304px;
	margin-bottom:10px;
	}
	
		#contactform .submit {
		}

/* IE */

