@import url('template.css');

@charset "utf-8";
body  {
	font: 71% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	/*background-image: url(../images/bg_verloop.gif);
	background-repeat: repeat-x;*/
	margin: 0 auto; 
	margin-top: 20px;
	padding: 0;
	/*text-align: center;*/ 
	color: #000000;
}
.container { 
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	/*margin: 0 auto;*/ 
	text-align: left;
	width: 962px;  
} 
.header{ 
	background: #FFF;
	background-image: url(../images/logocombi.png);
	/*float: left;*/
	height: 200px;
	margin-bottom: 0px;
	padding: 0;
	/*position: relative;*/  
	width: 962px;  
} 
.content { 
	margin: 5px 0px;
} 
.adres { 
	margin-left: 626px;
} 
.footer { 
	background-repeat: no-repeat;
	background: #CCC;
	color: #FFF;
	/*height: 39px;*/
	line-height: 40px;
	margin: 0;
	padding: 0; 
	vertical-align: middle;
	width: 962px;
}
.footer p { 
	/*height: 39px;*/
	margin: 0 auto;
	padding: 0; 
	text-align: center;
	width: 940px;
} 
/*.combi .footer a { 
	color: #FFF;
} 
.combi .footer a:hover {
	text-decoration: underline;
}*/ 
.button_art {
	/*background-image:url(../images/icon_articles.jpg);font-family:Tahoma, Geneva, sans-serif; font-size:11px;padding:2px;margin:0px;*/
	/*color:#CC0000;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
	margin:0px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
