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

/*#############################################
#
#	PROJECT				: Bril2000
#	DATUM					: 11 Mei 2009
#	DOOR					: E-Finity - Internet Marketing
#	AUTEUR				: Raymond Veldhuizen
#
#	Kleurengebruik:
#	#bdb21a				Achtergrond
# 	#c490d7				Transparant paars
#	#7e0ea7				Donkerpaars
#
*############################################*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	background-color: #bdb21a;
	overflow:-moz-scrollbars-vertical;
	height: 100%;
}

/*#############################################
#			Positionering
#############################################*/

#container {
	width: 990px;
	margin: auto;
	height: auto;
	height: 100%;
}

#header {
	position: relative;
	height: 64px;
	background-image: url('../../images/white_background.gif');
	background-repeat: repeat-y;
	z-index: 10;
}

#header a img {
	position: absolute;
	top: 0px;
	left: 21px;
}

#sfeerplaat {
	position: relative;
	background-image: url('../../images/sfeer_header.gif');
	background-repeat: no-repeat;
	width: 990px;
	height: 323px;
	margin-top: -323px;
	z-index: 3;
}

.adres {
	position: relative;
	padding-top: 265px;
	padding-right: 735px;
	text-align: center;
	color: #000000;
	z-index: 5;
}

.adres a {
	display: block;
	margin-top: -50px;
	padding-bottom: 36px;
	padding-left: 200px;
	width: 430px;
}

#content {
	position: relative;
	background-image: url('../../images/purple_background.gif');
	background-repeat: repeat-y;
	height: 100%;
	z-index: 5;
}

#content div#slogan {
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	width: 220px;
	display: block;
	padding: 30px 20px 30px 22px;
	float: left;
}

#content div#slogan a {	
	color: #ffffff;
	text-decoration: underline;
}

#maincontent {
	background-color: #ffffff;
	width: 700px;
	margin-right: 20px;
	float: right;
}

#text {
	width: 690px;
	border: solid #c490d7;
	border-width: 0px 5px 0px 5px;
}

#text div {
	padding: 15px;
}

#text div a {
	color: #7e0ea7;
	text-decoration: underline;
}

#text div ul {
	padding: 5px;
	margin: 5px;
	color: #7e0ea7;
}

#text div strong {
	color: #bdb21a;
}

#text div div table strong {
	color: #ff0000;
}

#text div h2 {
	margin-top: 10px;
	color: #7e0ea7;
}

#text div h1 {
	color: #ff0000;
	margin-top: -40px;
	font-size: 14px;
	font-weight: bold;
}

#footer_content {
	background-image: url('../../images/footer_content.gif');
	background-repeat: no-repeat;
	background-color: #7e0ea7;
	height: 14px;
	width: 700px;
	padding-bottom: 15px;
}

#footer {
	position: relative;
	background-image: url('../../images/footer_main.gif');
	background-repeat: no-repeat;
	height: 4px;
	width: 990px;
	clear: both;
}

/*##############################################
#			Menu eigenschappen
*############################################*/

#menu {
	position: absolute;
	left: 270px;
	top: 30px;
	padding: 0;
	margin: 0;
	line-height: 19px;
	list-style: none;
	font-size: 11px;
	letter-spacing: 1px;
}
#menu a {
	display: block;
	text-align: left;
	padding: 0px 8px 0px 5px;
	color: #000000;
	text-decoration: none;
}

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

#menu a.active {
	text-decoration: underline; 
	color: #7e0ea7;
}


#menu li { 
	float: left; 
}

#menu li:hover ul, #menu li.sfhover ul { left: auto; }
#menu li:hover, #menu li.hover { position: static; } 


/*##############################################
#			Home menu eigenschappen
*############################################*/

#home {
	position: absolute;
	padding: 0px 15px 0px 15px;
	margin: 0;
	top: -20px;
	list-style: none;
	font-size: 11px;
}

#home li {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#home li a {
	color: #ffffff;
	text-decoration: none;
}

#home li h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.red, .green {
	font-size: 12px;
	background-repeat: no-repeat;
	padding: 8px;
	width: 173px;
	height: 137px;
}

.red {
	background-image: url('../../images/red_background.gif');
}

.green {
	background-image: url('../../images/green_background.gif');
}

#home li { 
	float: left; 
}

#realisatie {
	text-align: right;
	padding-right: 15px;
	font-size: 11px;
	background-image: none;
}

#realisatie a {
	color: #7e0ea7;
	text-decoration: underline;
}

#home li:hover ul, #home li.sfhover ul { left: auto; }
#home li:hover, #home li.hover { position: static; } 


/*#############################################
# 			Opmaaktjes
#############################################*/	
.product_table {
	 margin-top: -50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-collapse: collapse;
}

.product {
    border-width: 1px;
    border-style: inset;
    border-color: #000000;
	 text-align: center;
	 width: 160px;
	 height: 128px;
}

div a {
	color: #bdb21a;
	text-decoration: underline;
}

/*#############################################
# 			Database error
#############################################*/	

#error {
	z-index: 999;
	margin: 0px 50px 10px 20px;
	padding: 15px;
	border: solid 2px #FF0000;
	background-color: #FFD9D0;
}