#container {
   margin: 0px auto;
   text-align: left;
   width: 880px;
}

#header{
text-align: center;
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #000000;
	width: 880px;
	padding: 5px 0;
	clear: both;
}

#left
{
width: 177px;
float: left;
}

#content {
	width: 479px;
	float: left;
	padding: 0 0 10px 12px;
}

#right
{
width: 177px;
float: right;
}

.clear {
clear: both;
}

/* IMAGES */
img.procentvanster 
{
  	border-style: solid;
  	border-top-width: 1px;
  	border-left-width: 1px;
  	border-right-width: 0px;
  	border-bottom-width: 1px;
}

img.procenthoger
{
  	border-style: solid;
  	border-top-width: 1px;
  	border-left-width: 0px;
  	border-right-width: 1px;
  	border-bottom-width: 1px;
}
