/* CSS Document */
html, body {
	align: center;
	text-align: center;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	width: 99%;
	height: 100%;
	background-image: url(images/BG/body.jpg);
	background-repeat: repeat;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
}
li {
	margin: 5px;
}

.container {
	width: 100%;
	text-align:left;
	background-image: url(images/BG/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
.imageleft {
	margin-top: 30px;
	margin-right: 1px;
	margin-left: 1px;
	height: 275px;
	width: 199px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #D2D2D2;
}
a.special:link, a.special:visited {
	color: #333333;
	text-decoration: none;
}
a.special:hover, a.special:active {
	text-decoration: underline;
	color: #40A1C4;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 12px;
}
.header {
	height: 100px;
	background-image: url(images/BG/Logo_compleetKlein.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3EA2C6;
	margin-top: 30px;
	margin-left: 30px;
}
.divbutton {
	background-image: url(images/BG/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 34px;
	margin: 5px;
	padding-top: 15px;
}

.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	z-index: 1;
	height: 3em;
	font-weight: bold;
}
.navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	text-align: left;
	border-style: none;
	z-index: 2;
}
.navcontainer li {
	display: inline;
	padding: 5px;
	margin: 5px;
	text-align: left;
	float: left;
	z-index: 2;
}
div.section {
	clear: both;
	margin-bottom: 300px;
}
.menu {
	width: 200px;
	float: left;
	text-align: center;
}
div.map { 
  position: absolute;
  width: 11em; height: auto;
  top: 10em; right: auto; bottom: 1em; left: 1em;
}
.content {
	padding: 0 0 0 202px;
}
.navcontainerleft {
	cursor: pointer;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.navcontainerleft ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	text-align: left;
	border-style: none;
	z-index: 2;
}
.navcontainerleft li {
	display: inline;
	padding: 5px;
	margin: 5px;
	text-align: left;
	float: left;
	z-index: 2;
}
.footer {
	background-color: #3FA1C6;
	border-top: solid 1px black;
	clear: left;
	padding: 5px;
}
.divtekstslides {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

