html, body {
	background-color: white;
	color: black;
}

img {
	max-width: 97%;
}

#container {
	width: 100%;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana, sans-serif;
	color: black;
	line-height: 12pt;
	font-size: 8pt;
	background-color: white;
	text-align: justify;
}

#logotop {
	margin: 0;
	width: 100%;
	padding-top: 10px;
	height: 30px;
	background-color: #AA0B0B;
	border-bottom: 1px solid gray;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-align: center;
}

#top {
	background-color: white;
	color: black;
	border-bottom: 1px solid gray;
}

#top ul {
	display: block;
	margin-left: 0;
	padding: 0;
	text-align: center;
}

#top ul li {
	display: inline;
	list-style: none;
	font-family: tahoma, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}	

#footer {
	clear: both;
	margin-bottom: 0px;
	padding: .5em;
	color: black;
	background-color: #dadada;
	border-top: 1px solid gray;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

h1 {
	font-family: verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	line-height: 25pt;
	vertical-align: top;
}

.menu a:link, .menu a:visited {
	text-decoration: underline;
	color: black;
	background-color: transparent;
	font-size: 11px;
}

a:link, a:visited {
	color: #20239C;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: red;
	background-color: transparent;
	text-decoration: none;
}

.silence {
	height: 20px;
}

.basicfont {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

small {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 24px;
	font-style: italic;
	vertical-align: bottom;
}

.drumset {
	list-style: upper-alpha;
}

.cymbals {
	list-style: decimal;
}

.bands {
	line-height: 100%;
	list-style: disc;
}

.header {
	vertical-align: middle;
	margin-left: 8px;
}

.cv_client {
	clear: both;
	margin-bottom: 30px;
}

.cv_name {
	display: block;
	font-weight: bold;
}

.cv_tasks {
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}

.cv_client img {
	float: left;
	padding: 0px 5px 5px 0px;
}

.cv_description {
	display: block;
}

.mypicture {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

.jongste {
	display: none;
}

#sidebar {
	display: none;
}