﻿*, HTML
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
	margin-bottom: 1em;
}
ul
{
	padding-left: 1em;
	margin-left: 0;
}

body
{
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-family:  Verdana, Calibri, Arial;
	background-color: Black;
	color: #000000;
}



#content a, #content a:link, #content a:hover
{
    color:#DE5728;
    text-decoration:none;
}

#address a
{
    color:White;
}

#content a:hover, #sidebar2 a:hover
{
    color:#DE5728;
    text-decoration:underline;
}


/* Alle Tekengroottes */
body
{
    font-size: 12px;
}
#footer p, #footer a
{
	font-size: 10px;
}
#sidebar1, #nav
{
    font-size:15px;
}
.SubCatTitel h2, .SubCatTitel a
{
	font-size: 11px;
}
.SubCatTekst, .kader1, .SubCatTekst h3

{
	font-size: 12px;
}

h1
{
    font-size:18px;
}
 
/* einde tekstgrootte*/
    
   
#container
{
    background-position: right;
    width: 1100px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /*background-color:#2E2E2E;*/
    background-color: Black;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-image: url('/Design/background_repeater.jpg');
    background-repeat: repeat-y;
}
#header
{
	position: relative;
	background-position: left;
	background-color: White;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url('/Design/Logo.jpg');
	background-repeat: no-repeat;
	height: 185px;
}

/*Menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

#nav
{
	position: absolute;
	bottom: 2px;
	right: 241px;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li
{
	display: inline;
	float: left;
}

#nav ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px grey;
	color: Black;
	text-decoration: none;
}



#slideshow
{
	position: absolute;
	right: 0px;
	top: 0px;
	border: solid 1px White;
}
 

#sidebar1
{
    position:relative;
	background-position: left top;
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	height: 495px;
}

#sidebar2
{
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	border: solid 1px white;
	margin-top: 30px;
	margin-right:10px;
	background-color:Black;
	padding:5px;
}
#content
{
	margin: 0 200px 0 212px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	

	
	min-height: 500px;
	color: White;
}

#content ul
{
    margin-left: 20px;
    list-style-image: url('orangearrow.jpg');
}

#contentwrapper
{
    background-image: url('/Design/menuachtergrond.jpg');
	background-repeat: no-repeat;
}
#footer
{
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
#footer p, #footer a
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: White;
	text-align: center;
	text-decoration: none;
}
.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


#sidebar1 ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top:30px;
}

#sidebar1 li a
{
	color: Black;
	text-decoration: none;
	line-height: 30px;
	width: 204px;
	background-color: White;
	border:solid 1px gray;
	display: block;
	margin-bottom: 2px;
	padding-left: 5px;
}
#sidebar1 li a:hover
{
	color: #DE5728;

}


#nav a.selectedmenu, #sidebar1 a.selectedmenu
{
	color: #DE5728;
}

.VertAlign
{
	height:100%;
	width:100%;
}

.SubCatItem
{
	width: 155px;
	float: left;
	text-align: center;
	background-color: White;
	margin-right: 8px;
	margin-bottom: 8px;
}
.SubCatTitel
{
	border-bottom: solid 1px Black;
	background-color: #DE5728;
	text-align: center;
	display:block;
	vertical-align:middle;
	height:40px;
}
.SubCatTitel h2
{
	color: White;
	text-decoration: none;
	display: inline;
}



.SubCatTekst
{
	
	vertical-align: middle;
	display:block;
	height:70px;
	
}

.SubCatTekst h3
{
    color: #000000;
    font-weight: bold;
}
.SubCatTekst h3 a:hover
{
    text-decoration: none;
}

.kader1
{
	margin-top: 15px;
	padding: 0px 4px;
}

.kader1 h3
{
	margin-bottom: 5px;
	background-color: Black;
	color: #DE5728;
	text-align: left;
}
.kader1 ul
{
	margin: 0px;
	padding: 0px;
}
.kader1 li
{
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: solid 1px white;
}

.kader1 li a, #sidebar2 a
{
	color: White;
	text-decoration: none;
}

.kader1 ul
{
	border-top: solid 1px white;
}


.productitem
{
	padding-top:5px;
	border-bottom:solid 1px white; 
	
}
.productfoto img
{
}

.productfoto
{
}

.producttekst
{
}	
#address
{
    margin-top:40px;
    position:absolute;
    font-size:13px;
    color:White;
    
}
.watermerk
{
    color: #808080;
}


#fixedmenu
{
    position:absolute;
}