/*--[GENERAL]--*/

* {
	margin:0; 
	padding:0;
	font-family: verdana, tahoma, arial;
}

/*--[MAIN LAYOUT]--*/

#topsection{
}


#columnwrapper{
float: left;
width: 100%;
margin-left: -27%; /*Set left margin to -(contentcolumnWidth)*/
}

#leftcolumn{
margin: 0 650px 0 27%; /*Set margin to 0 (rightcolumnWidth) 0 (contentcolumnWidth)*/
background:url("../images/background/left-filler.png");
}

#contentcolumn{
top: 140px;
position: relative;
float: left;
width: 650px; /*Width of right column*/
margin-left: -650px; /*Set left margin to -(RightColumnWidth)*/
}

#rightcolumn{
float: right;
width: 27%; /*Width of content column*/ 

/*background:url("../images/tiles2_tmp.png") repeat-y;*/
/*position: absolute;*/
/* door de pos:abs springt de product column niet weg in IE - door de dubbele slash // word deze niet in firefox geladen   fucking hacks*/
}

#container_rightcontent{
	position:relative;
	width: 241px; /* 241 */
	background:url("../images/background/right-filler.png");
}

#footer{
clear: left;
}

/*--[SMALL LAYOUT STEPS]--*/

#logo{
 position:absolute;
 top:30px;
 right:0;
 width:883px;
 /*border: 1px solid red;*/
 background: url("../images/logo/middle-filler.png") repeat-x;
}

#gradient{
 position:absolute;
 top:116px;
 left:0; 
 height: 61px;
 width:241px;
 /*border: 1px solid red;*/
 background: url("../images/background/right-gradient-filler.png") repeat-x;
}

#flags{
 position: absolute;
 top: 0;
 right: 0; 
 text-align: right;
 width:241px;
 background: #FFFFFF;
}

#flags img {
 margin-top: 8px; 
 margin-bottom: 8px; 
 margin-left: 10px;
}

#menu {
	text-align:right;
	position:absolute;
 	top:90px;
 	right:0; 
 	width: 700px;
 	background: #FFFFFF;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	/*border: 1px solid red;*/
}

/*--[MAIN CONTENT LAYOUT]--*/

#left-content {
	width: 379px; /*379*/
	float: left;
}

#vertical-dots {
	width: 1px; 
	background: url("../images/background/dot-vertical-filler.png") repeat-y;
	float: left;	
}

#right-content {
	width: 261px; /*270*/	
	float: right;
}

/*---MAIN CONTENT CONTAINERS--*/

#container-left{
	margin-left: 6px;
	margin-right: 6px;
}

#container-right{	
	margin-left: 1px; /* 6 */
	margin-right: 6px;
}			

/*--DOTTED LINE--*/

#horizontal-dots {
	height: 1px; 
	background: url("../images/background/dot-horizontal-filler.png") repeat-x;
	width: 100%;
	margin-bottom: 15px;
}
