@charset "utf-8";
/* CSS Document */

object { 
outline:none;
}

body {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	text-decoration:none;
	margin:0px;
	background-color:#dceeff;
	background-image:url(pics/bg.gif);
	background-repeat:repeat;
	
	scrollbar-face-color:#e4f2cc;
   	scrollbar-arrow-color:#fff;
   	scrollbar-track-color:#bcd674;
   	scrollbar-shadow-color:rgb(180,195,203);
   	scrollbar-highlight-color:rgb(255,255,255);
   	scrollbar-3dlight-color:#e4f2cc;
   	scrollbar-darkshadow-Color:#bcd674;
}


a,a:link{
	color:#71a4d8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	text-decoration:none;	
}
a:hover{
	color:#bcd673;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	text-decoration:none;	
}
div.centerstage {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	margin-top: -340px;
}

div.contentstage {
	text-align: left;
	position: relative;
	width: 950px;
	height:650px;
	margin: auto;


}

div.head{
	position:absolute;
	width:950px;
	height:173px;
	background-image:url(pics/header.png);
	background-repeat:no-repeat;
}

div.content{
	position:absolute;
	width:946px;
	height:429px;
	background-image:url(pics/collection.jpg);
	background-repeat:no-repeat;
	top:173px;
	/*background-color:#bcd674;*/
	border:dashed #c41a40 2px;

}
div.nav{
	position:absolute;
	width:950px;
	height:50px;
	top:610px;

}
div.nav p{
	text-align:center;
	padding-top:1px;
}
div.nav a,div.nav a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#c41a41;
}
div.nav a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#bcd673;
}

div.shops{
	position:absolute;
	width:946px;
	height:600px;
	background-color:#e4f2cc;
	border:dashed #c41a40 2px;
}
div.shops_imprint{
	position:absolute;
	width:349px;
	height:375px;
	background-color:#FFF;
	left:35px;
	top:30px;
	overflow: auto;
}
div.shops_pics{
	position:absolute;
	width:876px;
	height:150px;
	background-image:url(pics/shops_pics.jpg);
	background-repeat:no-repeat;
	left:35px;
	top:420px;
}
div.shops_stores{
	position:absolute;
	width:513px;
	height:375px;
	background-color:#FFF;
	left:400px;
	top:30px;
	overflow: auto;
	line-height:21px;
}
div.shops_imprint p,div.shops_stores p{
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
}


