﻿body
{
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#NavigatieMain
{
	padding-bottom: 40px;
}

.Content
{
	width: 900px;
	margin: auto;
}

.IndexImageKader
{
	width: 170px;
	height: 128px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	cursor: pointer;
	margin: 27px;
}

.MainNav
{
	font-size: larger;
	font-family: Arial;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.MainNavSelected
{
	font-size: larger;
	font-family: Arial;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}


.CatNav
{
	font-family: Arial;
	font-size: larger;
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

.CatNavSelected
{
	font-family: Arial;
	font-size: larger;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.TopMargin50
{
	margin-top: 50px;
}
.TopMargin20
{
	margin-top: 20px;
}

.Bestel
{
	padding: 5px 20px 5px 20px;
	background-color: Red;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
