* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 98%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0px;
	line-height: 150%;
	font-size: 12px;
	}

#container {
	width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
	
}

.push {
    height: 4em;
}

.footer{
	margin-bottom: 10px;
	margin-left: 10px;	
	height: auto;
}
	
.menu { margin-top: 50px; width: 400px; vertical-align:bottom; }

#menu ul { 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	text-decoration: none; 
	margin-right: 10px; 
	margin-left: 20px; 
	line-height: 23px; 
	text-align: right; 
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	list-style:none; 
	float: left; 

	}

#menu li{ margin:0; }

#menu ul li { display:block; margin:0; padding: 0px; }

#menu li.active a { color: white; background-color: #a2ebff; text-transform: none; }

#menu li.hover a { color: white; background-color: #a2ebff; text-transform: none; }

#content { 
	max-width: 500px; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	margin-right: 10px; 
	margin-top: 50px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	border-bottom-width: 0px; 
	background-color: white; 
	overflow:auto; 
	}

a:link { 
	color: black; 
	text-decoration: none; 
	}

a:visited {
		text-decoration: none;
		color: black;
	}


a:active { background-color: #a2ebff; text-decoration: none;  color: white; }
a:hover { background-color: #a2ebff; text-decoration: none;  color: white; }

a img { border: none; }

p {
		margin-bottom: 10px;
	}

h1 {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		margin-bottom: 5px;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
	}

h2 {
		padding-top: 5px;
		font-size: 30px;
		font-style: italic;
		font-weight: bold;
	}

h3{
	padding-right: 2px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: white;
	background-color: black;
}

#logo { 
			margin: 20px; 
}
			
.home{
	word-spacing: 2px;
	font-style: italic;
}
#news{
	width: 245px;
	margin-left: 20px;
	margin-top: 130px;
	position: absolute;
	float: left;
}

#side{
	text-decoration: none;
	position: absolute;
	margin-left: 810px;
	float: left;
	width: 200px;
}

#slideshow{
	text-align: right;
	list-style:none;
}

.tip{
	font-style: italic; 
	color: grey;
}

.materiaal{
	text-decoration: underline;
	text-underline-style: dotted;
	font-weight: bold;
}

#bottom {
		background-image: url(../images/degenfooter.png)
		text-shadow: 0px 0px 5px #414141;
		color: white;
		margin-left: 10px;
		float: left;
		bottom: 0;
		position: absolute;
		
		}

.taal {		
			font-size: 13px;
			text-align: right;
			position: absolute;
			top:0px;
			right: 10px;
			color: white;
			font-style: italic;
		}

