body {
	background-color: #333333;
	margin: 40px 0px 0px 0px;
	padding: 0px;

}

body, td {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

.blue {
    color: #0AAED4;
}

.style1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
}

a:link {
	color: #0AAED4;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0AAED4;
}

a:hover {
	text-decoration: underline;
	color: #0AAED4;
}

a:active {
	text-decoration: none;
	color: #0AAED4;
}

a.winkelwagen:link, a.winkelwagen:visited, a.winkelwagen:hover, a.winkelwagen:active {
    color: #FFFFFF;
}

input, select, textarea {
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #000;
}

textarea {
    height: 100px;
}

.inputField {
    width: 180px;
}

input.radio {
    border: 0px;
}

input.normal {
    width: 136px;
}

input.large {
    width: 200px;
}

textarea.large {
    width: 200px;
    height: 60px;
}

.style4 {
	font-family: verdana;
	font-size: 12px;
}

.style6 {
    color: #0AAED4
}

.newsTitle {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

.newsText {
    font-family: Verdana;
    font-size: 12px;
    color: #0AAED4;
    text-align: justify;
    width: 160px;
    padding-bottom: 15px;
}

.style7 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.navMenu {
    background-image: url('images/navigation/bg.jpg');
    background-repeat: repeat-x;
}

.bannerMenu {
    background-image: url('images/banner_bg.jpg');
    background-repeat: repeat-x;
}

.bannerBottom {
    background-image: url('images/banner_bottom_bg.jpg');
    background-repeat: repeat-x;
}

.disabled {
    color: #444;
}

.productcatheader {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 20px;
}

td.line {
    border-bottom: 1px solid #444;
}

img {
    border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

/**
 * De opmaak van het Gastenboek op de website is vastgelegd in de CSS.
 */
.guestbook-entry {
    width: 450px;
    border: 1px solid #fff;
    text-align: justify;
    padding: 5px;
    margin-bottom: 20px;
}

.guestbook-entry-userinfo {
    background-color: #fff;
    color: #000;
    padding: 2px;
}

.guestbook-entry-message {
    padding-top: 5px;
    padding-bottom: 5px;
}

.guestbook-entry-admin {
    background-color: #fff;
    color: #000;
    padding: 2px;
}

h1 {
    margin: 0;
    padding: 0px 0px 10px 0px;
}

#footer {
    width: 1000px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

ul#brands, ul#brands li  {
    list-style-type: none;
}