﻿/* SETS BASIC HTML DEFINITIONS */
html {
	height: 100%;
	margin-bottom: 1px;
}
.body {
	background-color: #3A4048;
}
.style1 {
	background-color: #CCFF99;
	
}

hr {
	background-color: #dc7c44; 
	color: #dc7c44; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #fff; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES  h1 #b86039     */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #3A4048;
	text-decoration: none;
	text-align: right; 
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #3A4048;
	text-decoration: none;
	text-align: right;
		
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #3A4048;
	text-decoration: none;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	color: #993366;
	text-decoration: none;
	text-align: left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	font-style: normal;
	color: #3A4048;
	text-decoration: none;
	text-align: center; 
	
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	font-style: normal;
	color: #808080;
	text-decoration: none;
	text-align: center;

}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	font-style: normal;
	color: #3A4048;
	text-decoration: none;
	text-align: center; 
}

.h8 {
	font-family: Arial, "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #3A4048; 
	text-align: left; 
	font-size: 15px; 
	font-weight: normal;
	text-align: center; 
}	

h9 {
	font-family: Arial, "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #ffffff; 
	text-align: center; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center;
}	

h10 {
	font-family: Arial, Georgia, Times, serif; 
	color: #ffffff; 
	text-align: right; 
	font-size: 3px; 
	font-weight: bold; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #3A4048; 
	text-decoration: none; 
	font-weight: normal;
}

a:visited {
	color: #3A4048; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {
	color: #993366; 
	text-decoration: none; 
	font-weight: normal;
}

a:active {
	color: #3A4048; 
	text-decoration: none; 
	font-weight: normal;
}


.navigation a:link  {
	color: #3A4048; 
	text-decoration: none; 
	font-weight: bold;

	
}

.navigation a:visited {
	color:  #3A4048; 
	text-decoration: none; 
	font-weight: bold;
	
}

.navigation a:hover {
	color: #000099; 
	text-decoration: none; 
	font-weight: bold;
	
}

.navigation a:active {
	color:  #3A4048; 
	text-decoration: none; 
	font-weight: bold;

}

.navigation1 a:link  {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation1 a:visited {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation1 a:hover {
	color: #ff0000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation1 a:active {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}


.footer a:link  {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}

.footer a:visited {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}

.footer a:hover {
	color: #ff0000; 
	text-decoration: none; 
	font-weight: bold;
}

.footer a:active {
	color: #990000; 
	text-decoration: none; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #808080;
	color: #fff; 
	text-align: left;

}

.header {
	background-image: url('images/logo-zwart-750.jpg');
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 175px
}

.header H1 {
	font-family:Arial, Georgia, Times, serif; 
	color: #3A4048; 
	text-align: right; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration: none;
	
  
}

.header H2 {
	font-family: Georgia, Times, serif; 
	color: #ffee01; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;

}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}

.navigation {
	background-image: url('images/navigationbgorange2.jpg');
	color: #000; 
	text-align: center;
	height: 30px;
	letter-spacing: 2px;
}

.sidebar {
	background-color: #000;
	width: 250px; 
	padding: 10px; 
	vertical-align: center; 
	font-size: 90%; 
	text-align: left;
}

.sidebar2 {
	background-color: #000;
	width: 500px; 
	padding: 10px; 
	vertical-align: bottom; 
	font-size: 90%; 
	text-align: center;
	
}

.maintext {
	background-color: #000;
	width: 250px; 
	padding: 10px 15px; 
	vertical-align: center; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	background-color: #000;
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}
.main {
	background-color: #333333;
	width: 750px; 
	padding: 10px 10px; 
	text-align: justify; 
	vertical-align: top; 
}

.hidden{
	background-color: #333333;
	color: #333333;
	font-size: 1; 
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}


.footerleft {
	background-color: #000;
	text-align: center;
	font-size: 90%; 
	font-weight: normal;
	border-top: 2px solid #dc5b1a; 
}

.footerright {
	background-color: #000;
	text-align: center;
	font-size: 90%; 
	font-weight: normal;
	border-top: 2px solid #dc5b1a; 
	padding: 10px 0;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}

