/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #240000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	color: #660000;
	}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0 0 0;
	font-size: 1.2em;
	color: #191919;
}

p, ol, blockquote {
	margin: 0;
}

ul {
  padding: 0;
  margin: 2;
  list-style: circle;
  }
  
  li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	  }
  
  li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 22px;
  }
	
li:hover ul, li.over ul{ display: block;}



a:link {
	color: #660000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
img.rechts {
	float:right;
	text-align: justify;
	padding: 10px;
}
img.links {
	float:left;
	text-align: justify;
	padding: 10px;}

/* Header */

#header {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header_bag_in_box.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 5px 0 0 10;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 1100px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/knop5.jpg)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background: #2E2E2E url(images/knop5.jpg)}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 30px 0 30px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/knop6.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1100px;
	margin: 0 auto;
	background: url(images/img5_tabelhouder.jpg);
}

#colOne {
	float: left;
	width: 1040px;
	padding: 29px 10px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
	color: #CC9966;
}

