body, html 
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background-image: url(images/body-rep.gif);
	background-repeat: repeat-x;
}
*
{
	font-family: Verdana;
}
.error
{
	color: #FF0000;
}

a
{
    font-family: Verdana;
    text-decoration:underline;
    color:#555555;
}

img
{
	border: none;
}
#tekstrechts h1
{
	font-size: 14px;
	color: #D5242A;
}

#menuleft ul li
{
  color: #fff;
  font-size: 11px;
}

#container
{
	position: relative;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-image: url(images/content_repeater_slice.png);
	background-repeat: repeat-y;
	overflow: auto;
}
#footer
{
	height: 34px;
	width: 968px;
	position: relative;
	background-image: url(images/footer.gif);
	clear: both;
	margin: -34px auto 0 auto;
    font-size:11px;
}
#copyright
    {
     padding:7px;
     text-align: center;
    }

#copyright
{
    
    position: relative;
    vertical-align:middle;
    margin-left:auto;
    text-align: center;
    margin-right:auto;
    
}

#menu
{
	height: 43px;
}

#header
{
	height: 201px;
	background-image: url(images/header.jpg);
}

#contentcontainer
{
	position: relative;
	overflow: auto;
	margin-bottom: 34px;
}

#contentleft
{
	float: left;
	width: 227px;
}
#menuleft
{
	min-height: 299px;
	background-image: url(images/left-rep.gif);
	background-repeat: repeat-y;
	line-height:1.5;
}
#menuleft a
{
    color: #fff;
    text-decoration:none;
    
}

#contentright
{
	float: left;
	width: 741px;
}
#tekstrechts
{
	width: 532px;
	float: left;
	font-size: 10px;
	color: #555;
}
#afbeeldingrechts
{
	width: 208px;
	float: left;
}


#rechtstop
{
	background-image: url(images/contentrighttop.jpg);
	height: 36px;
}