﻿html, body {
	background-image: url('Images/background.jpg');
	background-repeat:repeat-x;
	width: 100%; 
    height: 100%; 
    padding: 0; 
    margin: 0; 	
}

#container
{
    border-width: 0;
    border-style: solid;
    position: relative;
    width: 930px;
    margin: 0 auto;
}
#header
{
    width:100%;
    height:84px;
    padding-left:20px;
    z-index:4;
}
#shaduwLeft
{
    width:39px;
    background-image:url('Images/shaduw_left.jpg');
    background-repeat:no-repeat;
    background-position:top;
}
#shaduwRight
{
    width:39px;
    background-image:url('Images/shaduw_right.jpg');
    background-repeat:no-repeat;
    background-position:top;
}
#data
{
    width:861px;
    background-color:White;
    height:700px;
    padding:35px 10px 10px 10px

    
}
#menuLeft
{
    background-image:url('Images/menu_left.jpg');
    height:41px;
    width:12px;    
}
#menuRight
{
    background-image:url('Images/menu_right.jpg');
    height:41px;
    width:12px;    
}
.menuCenter
{
    background-image:url('Images/menu_background.jpg');
    height:41px;  
}

#menu
{
    position:absolute;
    width:858px;
    left:35px;
    z-index:3;
    top: 84px;
}
#layout
{
    position:absolute;
    top:84px;
}
.a
{
    font-family:Tahoma;
    font-size:10px;
}
.aa
{
    font-family:Tahoma;
    font-size:12px;
}
.aaa
{
    font-family:Tahoma;
    font-size:14px;
}

.KopItems
{
    font-family:Tahoma;
    color:White;
    font-size:14px;
}


.KopRegelZwart
{
    font-family: Tahoma;
    color: black;
    font-size: 12px;
    font-weight: bold;
}


.KopRegel
{
    font-family: Tahoma;
    color: #971111;
    font-size: 12px;
    font-weight: bold;
}
.KopRegelTekst
{
    font-family: Tahoma;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.WinkelwagenInhoud
{
    font-family: Tahoma;
    color: Black;
    font-size: 12px;

}

.Prijs
{
    font-family: Tahoma;
    color: Black;
    font-size: 12px;

}

.Tekst
{
    font-family: Tahoma;
    color: Black;
    font-size: 12px;

}

.IE8FIX
{ 
    z-index: 100; 
}



/* -------------------- FORM ---------------------------- */

INPUT.form
{
	border-right: #6f0101 1px solid;
	border-top: #6f0101 1px solid;
	border-left: #6f0101 1px solid;
	border-bottom: #6f0101 1px solid;
	background: white;
	font: 12px Arial;
	height:18px;
	color: #000000;
}
SELECT.form
{
	border-right: #6f0101 1px solid;
	border-top: #6f0101 1px solid;
	border-left: #6f0101 1px solid;
	border-bottom: #6f0101 1px solid;
	background: #FFFFFF;
	font: 12px Arial;
	height:22px;
	color: #000000;
}

INPUT.submit
{
	background: #873900;
	color: #FFFFFF;
	border:0;
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	height:22px;
	
}

TEXTAREA.form
{
	border-right: #6f0101 1px solid;
	border-top: #6f0101 1px solid;
	border-left: #6f0101 1px solid;
	border-bottom: #6f0101 1px solid;
	background: white;
	font: 12px Arial;
	height:100px;
	width: 300px;
	color: #000000; 
}

/* -------------------- FORM ---------------------------- */



/* Lightbox -------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
