/**
 * Smit & Eigenraam Cascading Stylesheet
 * Alle rechten voorbehouden.
 */

/* Reset van onderdelen */
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin:0;   
	padding:0;  	
}

html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-color: #000000;
	
	height: 100%;
}

/* Opbouw van de site */

/* Bovenste gedeelte van de site */
#main {
	width: 100%;
	padding-top: 30px;
	
	position: relative;
	top: 0;
	left: 0;
	
	background-color: #333333;
	
	overflow: visible;
	z-index: 5;
}


	#main_container {
		width: 828px;
		height: 100%;
		
		position: relative;
		left: 50%;
		top: 0;
		
		margin-left: -414px;
		padding-bottom: 150px;
		
		background-color: #ffffff;
		
		overflow: visible;
	}
		
		#top_spacer {
			
			width: 100%;
			height: 45px;
			
			position: relative;
			top: 0;
			left: 0;
			
			background-color: #333333;
			
		}
		
		#logo_container {
			width: 250px;
			height: 105px;
			
			position: absolute;
			left: 0px;
			top: 0px;
			
			text-align: left;
			overflow: visible;
			
			z-index: 6;
			
			margin-left: -40px;
		}
		
		#navigation_container {
			width: 830px;
			height: 34px;
			
			position: absolute;
			top: 45px;
			right: 0;
			
			margin-right: 0px;
			
			text-align: right;
			
			z-index: 3;
			
			background-color: #333333;
		}
		
			#navigation_container a:link,
			#navigation_container a:active,
			#navigation_container a:visited {
				
				display: inline-block;
				position: relative;
				
				border-bottom: 1px solid #333333;
				background: #cccccc url(../images/nav_over_2.png) bottom center repeat-x;
				
				margin: 1px;
				margin-right: 0px;
				padding: 7px;
				padding-left: 17px;
				padding-right: 17px;
				
				font-size: 0.8em;
				color: #000000;
				text-decoration: none;
				font-weight: bold;
				
			}
			
			#navigation_container a:hover {
				
				background: #999999 url(../images/nav_over_3.png) bottom center repeat-x;
				color: #ffffff;
				border-bottom: 1px solid #333333;
			}
			
			/* Actieve class */
			#navigation_container .active:link,
			#navigation_container .active:active,
			#navigation_container .active:visited {
				
				display: inline-block;
				position: relative;
				
				background: #ffffff;
				color: #000000;
				border-bottom: 1px solid #ffffff;
				
				margin: 1px;
				margin-right: 0px;
				padding: 7px;
				padding-left: 15px;
				padding-right: 15px;
				
				font-size: 1em;
				text-decoration: none;
				font-weight: bold;
				
			}
			
			#navigation_container .active:hover {
				
				background: #ffffff;
				color: #000000;
				border-bottom: 1px solid #ffffff;
			}
		
		#content_container {
			width: 100%;
			height: 100%;
			
			position: relative;
			top: 55px;
			left: 0;

			font-size: 11px;
			
			z-index: 3;
		}
		
			#content_menu {
				position: absolute;
				top: 40px;
				width: 220px;
				text-align: right;
				font-size: 1.1em;
			}
			
				#content_menu a:link,
				#content_menu a:active,
				#content_menu a:visited {
					color: #666666;	
					text-decoration: none;
				}
				
				#content_menu a:hover {
					color: #333333;	
					text-decoration: underline;
				}
				
					#content_menu .active:link,
					#content_menu .active:active,
					#content_menu .active:visited {
						color: #ff6600;	
						text-decoration: none;
					}
					
					#content_menu .active:hover {
						color: #ff6600;	
						text-decoration: none;
					}
			
			#content_title {
				
				position: relative;
				top: 40px;
				left: 250px;
				color: #333333;
				
			}
			#content_content {
				
				position: relative;
				top: 52px;
				left: 250px;
				width: 500px;
				color: #333333;
				
			}
			
				#content_content p a:link,
				#content_content p a:active,
				#content_content p a:visited {
					color: #666666;	
					text-decoration: underline;
				}
				
				#content_content p a:hover {
					color: #333333;	
					text-decoration: underline;
				}
				
				table.parts {
					width: 400px;
					table-layout: fixed;
					margin: 0px;
					border: none;
				}
				
				table.parts th {
					font-size: 12px;
					font-weight: bold;
					border-top: 1px solid #999;
					border-bottom: 1px solid #999;
					padding: 5px;
				}
				
				table.parts td.price {
					text-align: right;
				}
				
				table.parts td {
					padding: 5px;
				}
				
				table.parts tr.listRule1 {
					background: #999;
				}
				
				table.parts tr.listRule2 {
					background: #CCC;
				}
				
			#content_images {
				
				position: absolute;
				left: 65px;
				top: 5px;
				text-align: right;
				width: 140px;
				
			}
			
				#content_images .content_image {
					
					display: block;
					margin-bottom: 7px;
					height: 95px;
					overflow: hidden;
					border:1px solid #A9A398;
				}
				
					#content_images .content_image img {
					
						border:none;
						width: 140px;
						vertical-align: middle;
					
					}					
															
					#content_images .content_image:hover {
					
						border:1px solid #666666;
					
					}

/* Onderste gedeelte van de site */

#bottom {
	width: 100%;
	height: 200px;
	
	position: relative;
	top: 0;
	left: 0;
	
	overflow: hidden;
	
	background: #000000 url(../images/bg_bottom.png) top center repeat-x; 
	
	z-index: 5;
}

	#bottom_container {
		width: 828px;
		height: 108px;
		
		position: relative;
		left: 50%;
		top: 0px;
		
		margin-left: -414px;
		
		background-color: #cccccc;	
	}
	
		#bottom_content {
				
			position: absolute;
			left: 250px;
			top: 0;
			
			font-size: 0.7em;
			color: #333333;
			
			margin-top: 1em;

		}
		
	#bottom_notice {
		width: 828px;
		
		position: relative;
		left: 50%;
		top: 0px;
		
		margin-left: -414px;
		
		font-size: 0.6em;
		color: #666666;	
		text-align: center;
		
		margin-top: 1em;
	}
	
		#bottom_notice a:link,
		#bottom_notice a:active,
		#bottom_notice a:visited {
			color: #666666;	
			text-decoration: none;
		}
		
		#bottom_notice a:hover {
			color: #999999;	
			text-decoration: underline;
		}
		
/* Text opmaak */
 p {
	margin-bottom: 1em; 
}

h2 {
	font-size: 16px;
	color: #ff6633;
}

h3 {
	font-size: 14px;
	color: #666666;
}

ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
li {
	margin-left: 20px;
}

/* Formulier opmaak */

input, textarea {
	border: 1px solid #666666;
	padding: 3px;
	color: #333333;
	margin-top: 2px;
}

button {
	border: none;
	padding: 3px;
	background-color: #ff6633;
	color: #ffffff;
	margin-top: 2px;
}

.formRow {
	
	margin-bottom: 5px;
}

.formLabel {
	
	font-weight: bold;
	padding-right: 10px;
}

/* Itemlijst opmaak */
.itemListTable {
	width: 100%;
} 

.itemRow {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	background-color: #FFE6CC;
	text-align: left;
	margin-bottom: 5px;
}

.itemRowAlter {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	background-color: #fad5af;
	text-align: left;
}

.itemRowImage {
	width: 95px;
	padding-left:5px;
}

	.itemRowImage img {
		width: 75px;
		border: 2px solid #cccccc;
	}
	
	.itemRowImage img:hover {
		border: 2px solid #666666;
	}

.itemRowImageSmall {
	padding-right: 10px;
}
	.itemRowImageSmall img {
		width: 50px;
		border: 2px solid #cccccc;
	}
	
	.itemRowImageSmall img:hover {
		border: 2px solid #666666;
	}

.itemRowNoImage {
	padding-right: 10px;
}


.itemRowContents {
	width: auto;
}

.itemRowContentsLeft {
	padding-right: 5px;
	width: 400px;
}

.itemRowContentsRight {
	padding-left: 5px;
	width: 100px;
}

.itemRowTitle {
	font-size: 1.1em;
}

.itemRowDescription {
	
}


/* relatielijst opmaak */

.relationRow {
	padding-bottom: 3px;
}

.relationRowTitle {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 110%;
}

/* Detailview opmaak */

.itemHead {
	border-bottom: 1px solid #FF6633;
	position: relative;
	overflow: auto;
	font-size: 16pt;
	margin-bottom: 10px;
	width: 100%;
}

.itemPrice {
	float: right;
	font-size: 16pt;
	background: #ff6633;
	color: #FFF;
	position: relative;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.itemTitle {
	position: absolute;
	left:0;
	bottom: 0;
}

.itemImage {
	padding-right: 6px;
}

.itemImage img {
	border: 1px solid #666666;
}

.itemImage a {
	border: none;
}

.itemBottom {
	margin-top: 10px;
	border-top: 1px solid #FF6633;
	text-align: right;
	position: relative;
	border-top: 1px solid #FF6633;
	padding-top:3px;
}

.itemBack:link,
.itemBack:active,
.itemBack:visited {
	border-left: 1px solid #FF6633;
	border-right: 1px solid #FF6633;
	border-bottom: 1px solid #FF6633;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	position: relative;
	color: #333333;
}

.itemBack:hover {
	background: #FF6633;
	color: #ffffff;
}

.itemSmallImage {
	padding-right: 5px;
}

	.itemSmallImage img {
		width: 75px;
	}
.itemContents {
	vertical-align: top;
}
