@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: #333333;
}

a:active, a:focus { 
	outline:none;
}

a img { 
	border:none;
}

a img:hover {
	cursor: pointer;	
} 

p { 
	margin-bottom: 10px;
}

form {
	margin-bottom: 10px;	
}

div.hr {
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 100%;
	margin: 0 0 10px 0;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

#container { 
	margin: 0 auto; 
	width:720px; 
	background-color:#FFFFFF; 
}

/* header */
h1 a {  
	height: 125px;
	width: 720px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

h1.over_ons { background:url(/images/headers/header_1.jpg) no-repeat; }
h1.informatie { background:url(/images/headers/header_2.jpg) no-repeat; }
h1.assortiment { background:url(/images/headers/header_3.jpg) no-repeat; }
h1.contact { background:url(/images/headers/header_4.jpg) no-repeat; }

h2 {  
	color:#7f7f7f; 
	font: 18px Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 5px;
}

h3 { 
	font:14px Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	margin: 15px 0 5px 0;
}

/* menu */
ul#main_navigation { position:relative; top:1px; padding-left:30px; background:url(../images/menu/menu-bg.jpg) repeat-x; height: 30px; overflow: auto; }
ul#main_navigation ul { list-style:none; padding:0px; margin:0px; }
ul#main_navigation li { float: left; }
ul#main_navigation li a { text-indent:-9000px; overflow: hidden; display:block; height:21px; }
ul#main_navigation li#over_ons a { width:76px; background:url(/images/menu/over-ons.jpg) no-repeat; }
ul#main_navigation li#over_ons a:hover { background-position:bottom; }
ul#main_navigation li#informatie a { width:85px; background:url(/images/menu/informatie.jpg) no-repeat; }
ul#main_navigation li#informatie a:hover { background-position:bottom; }
ul#main_navigation li#beursagenda a { width:97px; background:url(/images/menu/beursagenda.jpg) no-repeat; }
ul#main_navigation li#beursagenda a:hover { background-position:bottom; }
ul#main_navigation li#assortiment a { width:94px; background:url(/images/menu/assortiment.jpg) no-repeat; }
ul#main_navigation li#assortiment a:hover { background-position:bottom; }
ul#main_navigation li#contact a { width:69px; background:url(/images/menu/contact.jpg) no-repeat; }
ul#main_navigation li#contact a:hover { background-position:bottom; }
/* active menu-items */
ul#main_navigation li strong { text-indent:-9000px; overflow: hidden; display:block; height:21px; }
ul#main_navigation li#over_ons.active a strong { width:76px; background:url(/images/menu/over-ons.jpg) no-repeat bottom; }
ul#main_navigation li#informatie.active a strong{ width:85px; background:url(/images/menu/informatie.jpg) no-repeat bottom; }
ul#main_navigation li#beursagenda.active a strong{ width:97px; background:url(/images/menu/beursagenda.jpg) no-repeat bottom; }
ul#main_navigation li#assortiment.active a strong { width:94px; background:url(/images/menu/assortiment.jpg) no-repeat bottom; }
ul#main_navigation li#contact.active a strong { width:69px; background:url(/images/menu/contact.jpg) no-repeat bottom; }

#content {
	color:#424242;
	line-height:17px;
	padding: 10px 30px 15px 30px;
}

#content a {
	color:#424242;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .post {
	overflow: hidden;	
}

#content .entry, #content ul#slideshow {
	float: left;
}

#content .entry {
	width: 375px;
	margin-right: 30px;	
}

/* beursagenda */
#content ul.beursagenda { margin-bottom: 10px; }
#content ul.beursagenda li { position:relative; margin-bottom:4px; }
#content ul.beursagenda li a { width:355px; display:block; padding:3px 10px; background:#eeeeee; }
#content ul.beursagenda li a:hover { text-decoration:none; border-left-style:solid; border-left-color:#6db340; border-left-width:5px; padding:3px 10px 3px 5px;}
#content ul.beursagenda li a span.info { display:block; font-weight:normal; font-style:italic; }

/* assortiment */
#content table#soorten { width: 660px; }
#content table#soorten td, th { border: 2px solid #FFFFFF; /* 'cellspacing' */ }
#content table td, th { padding: 3px 6px 3px 6px; vertical-align: top; }
#content table th {  background: #CCCCCC; text-align:left; }
#content table td { background: #EEEEEE; }
#content table td.foto { padding: 1px; width: 53px;}
#content table td.naam { width: 130px; }

#content table#inloggen td { background:#FFFFFF; }

#content ul#user_menu { list-style:none; padding:0; margin:0; height:35px; }
#content ul#user_menu li { float:left; margin-right:15px; }

/* initialen */
#initialen ul { list-style:none; padding:0; margin:0; height:27px; clear:both; }
#initialen li { float:left; margin-right:2px;}
#initialen a { display:block; padding:0 5px; border:1px solid #CCCCCC; font-weight:normal; }
#initialen a:hover { color:#FFFFFF; background:#424242; text-decoration:none; margin:1px; border:0;}
#initialen strong.active { display:block; padding:0 5px; margin:1px; background:#CCCCCC; }

/* page navigation */
#navcontainer ul { margin:13px 0 0 0; padding:0; list-style-type:none; text-align:center; }
#navcontainer ul li { display:inline; margin-right:2px; }
#navcontainer ul li a { text-decoration:none; padding:2px 5px; border:1px solid #CCCCCC; font-weight:normal; }
#navcontainer ul li a:hover { color:#FFFFFF; background:#424242; text-decoration:none; margin:1px; border:0; }
#navcontainer ul li strong.active { padding:2px 5px; margin:1px; background:#CCCCCC; }

/* product */
#content .product {
	overflow: auto;
	padding: 5px 0;
	margin-bottom: 10px;	
}

#content .product .image {
	float: left;
}

#content .product .image {
	margin-right: 15px;	
}

#content .product .description {
	position: relative;
	width: 215px;	
	background: #EEEEEE;
	padding: 15px 15px 5px 15px;
	float: right;
	overflow: auto;
}

#content .product .description .round_corner_top_left, #content .product .description .round_corner_top_right, #content .product .description .round_corner_bottom_left, #content .product .description .round_corner_bottom_right {
	position: absolute;
	width: 10px;
	height: 10px;
}

#content .product .description .round_corner_top_left {
	top: 0;
	left: 0;
	background: url('/assortiment/afb/round-corner-top-left.png') no-repeat;
}

#content .product .description .round_corner_top_right {
	top: 0;
	right: 0;
	background: url('/assortiment/afb/round-corner-top-right.png') no-repeat;
}

#content .product .description .round_corner_bottom_left {
	bottom: 0;
	left: 0;
	background: url('/assortiment/afb/round-corner-bottom-left.png') no-repeat;
}

#content .product .description .round_corner_bottom_right {
	bottom: 0;
	right: 0;
	background: url('/assortiment/afb/round-corner-bottom-right.png') no-repeat;
}

#content .product .description ul#edit {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
		overflow: auto;
}

#content .product .description ul#edit li {
		float: left;
		margin-right: 15px;
}

#content .product_footer {
	overflow: auto;	
}

#content .left {
	float: left;
	line-height: 16px;
}

ul.hj_social_bookmarks {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	float: right;
}

ul.hj_social_bookmarks li {
	float: left;
	margin-left: 3px;	
}

/* slideshow */
ul#slideshow { position:relative; width:255px; height:340px; margin-top: 26px;}
ul#slideshow li { display:block; position:absolute; top:0; left:0; z-index:1; margin: 0; padding: 0;}

/* footer */
#footer { 
	height: 24px;
	background: #333333 url(../images/headers/footer.png) no-repeat; 
	font-size: 9px; 
	text-align: center;
	line-height: 24px;
	color: #FFFFFF; 
	clear: both;
}
#footer a { 
	text-decoration: none; 
	color: #FFFFFF; 
}
#footer a:hover {
	text-decoration: underline; 
}

/* error, feedback */

p.error { padding:5px; background:#f7d9d9; border:1px solid #CC0000; }
.empty_input { border:1px solid #CC0000; background-color:#f7d9d9; }
p.feedback { padding:10px 15px; margin:10px 0; background:#e2f0d9; border:1px solid #6db340; }
#feedback { padding:0 10px; background:#e2f0d9; border:1px solid #6db340; margin: 10px 0;}