*
{
	margin:0;
	padding:0;
}

#outputwrap ul {
margin-left:0px;
padding-left:26px;
}

body
{
margin:0;
padding:0;
font-family:Arial;
font-size:9pt;
background-color:#747474;
background-image:url(/images/bgbody.jpg);
background-repeat:repeat-x;
background-position:top center;
color:#000;
}

#header{
width:100%;
height:148px;
background-image:url(/images/bg-header.gif);
}

#container{
width:974px;
margin: 0 auto;
margin-top:0px;
min-height:100%;
text-align:left;
display:block;
background-color:#fff;
border:0px solid #555;
min-height:550px;
background-image:url(./images/background.gif);
background-repeat:no-repeat;
}

#left{
float:left;
width:240px;
background-image:url(/images/schaduwleft.png);
background-repeat:repeat-y;
background-color:#ff7f10;
padding:0px;
margin:0px;
margin-top:0px;
min-height:1618px;
overflow:auto;
/*height:1618px;*/
}
#center{
float:left;
width:487px;
min-height:1618px;
background-color:#fff;
background-position:right top;
background-repeat:no-repeat;
margin-left:5px;
overflow:auto;
/*height:1618px;*/
}
#right{
float:right;
width:240px;
background-color:#ff7f10;
background-image:url(/images/schaduw.png);
background-position:right;
background-repeat:repeat-y;
min-height:1618px;
overflow:auto;
}

.logo{
border:none;
width:305px;
height:116px;
float:left;
}

.flags{
cursor:pointer;
border:none;
width:171px;
height:24px;
margin:55px 0 0 0;
float:right;
}

#adres{
margin-top:0px;
width:233px;
background-color:#515151;
font-size:8pt;
font-weight:bold;
padding:0px;
float:right;
}

.inadres{
color:#fff;
margin:10px;
line-height:120%;
}
.inadres a, .inadres a:visited, .inadres a:active, .inadres a:hover{
color:#ffffff;
text-decoration:underline;
}

#merkencontent{
width:233px;
float:right;
background-color:#ff7f10;
padding-bottom:10px;
}
		    
		
		    #menu
		    {
			 width:487px;
			 height:50px;
		    }
		    
		    #searchbar
		    {
			 width:487px;
			 height:85px;
			 padding-bottom:10px;
		    }

		    

		    #lang
		    {
			 width:236px;
			 height:94px;
			 background-image:url(../images/langbar.jpg);
		  	 border-bottom:16px solid #132366;
		  	 text-align:right;
		    }

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {height: 1%;}


