html, body 
{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 14px;
	color: white;
	margin: 0;
	background-color: #000;
}

div#container
{
	width: 1000px;
	height: 600px;
	margin: auto;
}

div#header
{
	text-align: center;
	width: 99.2%;
	font-size: 35px;
	height: 150px;
	float: left;
	clear: right;
	margin: 0;
}

div#menu
{
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	padding-right: 10px;
	width: 13%;
	height: 500px;
	float: left;
	border-right: 5px solid white;
	background-color: #000;
}

div#content
{
	text-align: left;
	width: 80%;
	height: 500px;
	float: left;
	background-color: black;
	overflow: auto;
	margin-top: 35px;
}

a
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p.titel
{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

p
{
	margin: 15px;
}

.shock
{
	color: red;
}

ul#menu
{
	margin: 20px 0;
	padding: 0;
	text-align: right;
	line-height: 65px;
	list-style: none;
}

ul#menu a.nonactief:link, ul#menu a.nonactief:visited
{
	color: #FFF;
	text-decoration: none;
	border-right: 5px solid #000;
}

ul#menu a.nonactief:hover, ul#menu a.nonactief:active
{
	color: #FFF;
	text-decoration: none;
	border-right: 5px solid red;
} 

.actief, .actief:hover
{
	color: #FFF;
	text-decoration: none;
	border-right: 5px solid red;
}

.b
{
	font-weight: bold;
}

div#contact p
 {
	margin: 10px;
 }
 
textarea, input
{
	font: inherit;
	width: 200px;
}

img.album
{
	margin: 0 0 15px 25px;
	border: 3px solid white;
}

li
{
	list-style: none;
}

.header, .header:hover
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

div.album
{
	float: left;
	width: 200px;
	text-align: center;
}

p.naamalbum
{
	width: 200px;
	text-align: center;
	margin-top: 0px;
}
