/* CSS Document */
body {
	margin: 0;
	background-color: #FFFFFF;
}
form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active {
	color:#e3007a;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#e3007a;
	font-weight: bold;
	text-decoration:underline;
}
#Container {
	position:relative; 
/*	position:absolute; */
	width: 1000px;
	height:640px;
	margin: 0 auto;
	background-image:url(../images/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#Container2 {
/*	position:relative; */
	position:absolute; 
	width: 1000px;
	height:640px;
	background-image:url(../images/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
/*#Container {
	top:50%; left:50%; margin:-305px 0 0 -475px; 
	position:absolute;
	width: 1000px;
	height:640px;	
	background-image:url(../images/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;	
} */

#Nav {
	position:relative;
	width: 270px;
	padding: 28px 0px 0px 0px;
	clear: none;
	float:left;
}
#Main {
	position: relative;
	float: left;
	clear:none;
	width:690px;
	margin: 100px 0px 0px 0px;
	background-image:url(../images/page_right.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
#Social {
	position: relative;
	float: left;
	clear:none;	
	width: 40px;
	margin: 418px 0px 0px 0px;	
}
#Foto {
	position: relative;
	float: left;
	clear:none;
	width:346px;
}
#TekstHome {
	position: relative;
	float: left;
	clear:none;
	width:280px;
	text-align:justify;
	padding: 40px 32px 0px 32px;
}
#TekstContact {
	position: relative;
	float: left;
	clear:none;
	width:280px;
	text-align:justify;
	padding: 280px 32px 0px 32px;
}
#Etalage {
	position: relative;
	float: left;
	clear:none;
	width:984px;
	height:410px;
	margin: 20px 8px 0px 8px;
}

/* SCROLL STYLE */
#contentcontainer{
	height: 390px;
	width: 984px;
	float:left;
	background: #FFFFFF;
	overflow:hidden;
}

.scrollbar-hor{
	background-color: #000000;
	height: 19px;
	width: 984px;
	float:left;
	background: url(../images/scrollbalk.gif) repeat;	
}
.handle-hor{
	height: 19px;
	width: 40px;
	background: url(../images/handle.gif) no-repeat;
}
/* SCROLL STYLE */ 

