/*
*** Algemene opmaak **************************************************************************************************
*/

*
{
  margin: 0px;
  padding: 0px;
}

body
{
	margin: 0px auto;
	text-align: center;
	background: url('../template/pattern.png');
}

#background
{
	width: 100%;
	height: 1079px;
	text-align: center;
	float: left;
	background: url('../template/background.png') repeat-x;
}

#items_container
{
	margin: 0px auto;
	width: 1031px;
}

#menu
{
	padding: 15px;
	padding-left: 60px;
	margin: 0px auto;
	width: 1031px;
	height: 33px;
	background: url('../template/menu.png') no-repeat;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	margin-right: 30px;
	font-family: arial;
	font-size:22px;
	color: #ffffff;
	float: left;
}

#menu a
{
	font-family: arial;
	font-size:22px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#header
{
	margin: 0px auto;
	width: 1031px;
	height: 109px;
	float: left;
	background: url('../template/header.png') no-repeat;
}
#titel
{
	margin: 0px auto;
	width: 609px;
	height: 178px;
	float: left;
	background: url('../template/titel.png') no-repeat;
}

#over
{
	margin: 0px auto;
	width: 422px;
	height: 178px;
	float: left;
	background: url('../template/over.jpg') no-repeat;
}

#header_bottom
{
	margin: 0px auto;
	width: 1031px;
	height: 289px;
	float: left;
	background: url('../template/header_bottom.png') no-repeat;
}

#content
{
	margin: 0px;
	width: 995px;
	text-align: left;
	background: url('../template/content.png');
}

#content h1
{
	margin-left: 60px;
	font-family: arial;
	font-size: 16px;
	color: #57718e;
}

#content p
{
	margin-top: 10px;
	margin-left: 60px;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #57718e;
}

#bottom
{
	margin: 0px auto;
	width: 1031px;
	height: 34px;
	background: url('../template/bottom.png') no-repeat;
}

#footer
{
	padding: 15px;
	padding-left: 60px;
	margin: 0px auto;
	width: 1031px;
	float: left;
	height: 96px;
	background: url('../template/footer.png') no-repeat;
}

#footer ul
{
	list-style: none;
}

#footer li
{
	margin-right: 30px;
	font-family: arial;
	font-size:22px;
	color: #57718e;
	float: left;
}

#footer a
{
	font-family: arial;
	font-size:22px;
	color: #57718e;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#content a.link
{
	margin-right: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #57718e;
	text-decoration: none;
}

#content a.link:hover
{
	text-decoration: underline;
}

#content img
{
	margin-top: 5px;
	margin-right: 5px;
}

p.foto_preview
{
	width: 300px;
	float: left;
}

#content img.foto
{
	margin-left: 60px;
	border: 0px;
}

#repertoire_totaal
{
	float: left;
}

#repertoire1
{
	margin-left: 60px;
	width: 300px;
	height: 450px;
	float: left;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #57718e;
}

#repertoire2
{
	width: 500px;
	float: left;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #57718e;
}
