﻿/* Stylesheet frontend 

    zwart: #333333
    grijs: #808080
    wit: #ffffff
    rood/zwart: #2b0c07
    cream: #d7d2aa
    rood: #a40000
*/

/*Default*/
body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	margin:0;	
	padding:0;
	background:#2b0c07 url('../Images/browser_bg_semar.gif') 0 0 repeat-x;
	color:#d7d2aa;}



#wrapper{background:url('../Images/bg_frame.gif') 0 0 no-repeat; margin: 20px auto 0 auto; width:954px; height:521px;}

/* FF */
.left{float:left; padding:0; margin:131px 11px 0 30px; width:261px;}
.right{float:right; padding:0; margin:38px 29px 0 0; width:623px;}

/*IE 6*/
* html div.left{float:left; padding:0; margin:131px 11px 0 15px; width:261px;}
* html div.right{float:right; padding:0; margin:38px 15px 0 0; width:623px;}

/* IE7*/
*:first-child+html .left{float:left; padding:0; margin:131px 11px 0 30px; width:261px;}
*:first-child+html .right{float:right; padding:0; margin:38px 29px 0 0; width:623px;}

a:link,a:visited,a:active{color:#d7d2aa; text-decoration:underline;}
a:hover{color:#d7d2aa; text-decoration:none;}

h1{color:#a40000; font-size:12px; font-weight:bold; padding:0; margin:0;}
img{border:0;}
    
.tekst{color:#d7d2aa; font-size:11px; text-decoration:none;}
.tekst h2{color:#d7d2aa; font-size:11px; font-weight:bold;}


/* Main menu */
.header-home{width:51px; height:17px;}
.header-home-active{width:51px; height:17px;}

.header-intro{width:93px; height:17px;}
.header-intro-active{width:93px; height:17px;}

.header-exhib{width:78px; height:17px;}
.header-exhib-active{width:78px; height:17px;}

.header-collect{width:81px; height:17px;}
.header-collect-active{width:81px; height:17px;}

.header-contact{width:68px; height:17px;}
.header-contact-active{width:68px; height:17px;}

/* Home-page, big logo*/
div.panel-home{ margin-top:50px; height:337px; width:572px;}

.dropdown{
    background:#550404;
    color:#d8d2aa;
    width:150px;
    margin-top:5px;
}

.datalist-container{width:623px; height:372px; margin:20px 0 20px 0;}

/* Item list*/
.collection-item{background:#000000 url('../Images/bg_item.gif'); width:151px; height:183px; color:#d7d2aa; font-size:10px;}
.collection-item a:link, .collection-item a:visited, .collection-item a:active{color:#d7d2aa; font-size:11px; text-decoration:underline;}
.collection-item a:hover{color:#d7d2aa; font-size:10px; text-decoration:none;}
.collection-item div.item-info{height:155px; padding:5px;}
.collection-item div.meerinfo{margin-left:30px; margin-bottom:0px;}

.ItemPaging{margin-top:5px; color:#d7d2aa; font-size:11px;}

/* Item detailed info*/
div.itemDetail{background:#000000 url('../Images/bg_product_left.gif'); width:261px; height:230px; margin-top:95px; color:#d7d2aa; font-size:11px;}
div.itemDetail div{padding:5px;}
div.itemDetail div h1{color:#a40000; font-size:12px; font-weight:bold;}

/* Selected item */
div.selectedItem{width:623px; height:427px; border:2px solid #550404; background:#000000; margin:9px 0 0 0; padding:0; color:#d7d2aa; font-size:11px; font-weight:bold;}

