h1 {
	font-size: 1.4em;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	color: black;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #696969;
	font-weight: bold;
	padding-left: 10px;
}

.titel {
	width: 100%;
	height: 100%;
	background: url('../img/titel.gif') no-repeat bottom right;
}

.menu ul {
	font-weight: bold;
	list-style-type: none;
	padding: 10px 0;
	margin: 0px 0px 0px 10px;
}

.menu ul ul {
	font-weight: normal;
	list-style-type: none;
	margin-left: 20px;
}

.menu {
	line-height: 1.4em;
	background: #fff0f5 url('../img/leeuw.gif')no-repeat center 200px;
	padding-left: 5px;
}

.menu a,  a:visited {
	text-decoration: none;
	color: #ac040c;
}

.menu a:hover {
	color: #ff6666;
	border-bottom: solid 1px;
	border-top: solid 1px;
}

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

.content a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.content a:hover {
	text-decoration: underline;
	color: #ff6666;
}

.navitem a, a:visited {
	text-decoration: none;
	color: #990000;
}

.navitem a:hover {
	text-decoration: none;
	color: #ff6666;
}

#footer a, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: black;
}

.active {
	font-weight: bold;
}

p {
	text-align: justify;
	padding: 0px 10px 0px 10px;
}

img {
	border: none;
	padding: 0px;
}

.left {
	float: left;
	padding: 0px 10px 10px 0px;
}

.right {
	float: right;
	padding: 0px 0px 10px 10px;
}

.center {
	margin: 0px auto;
	text-align: center;
}
