body{
	margin:				0px;
	padding:			0px;
	
	font-family:		Tahoma;
	font-size:			12px;
	color:				#373737;
	background:			#FFF;
}

.Center {
	margin:				0 auto 10px;
	padding: 			0;
	width: 				960px;
	position:			relative;
	z-index:			1;
}

#Logo{
	background:			url('../images/logo.png');	
	width:				140px;
	height:				120px;
}

h1{
	color:				#e9088c;
	font-weight:		100;
	font-size:			34px;
	position:			absolute;
	margin-left:		160px;
	margin-top:			-100px;
}

h2{
	color:				#e9088c;
	font-weight:		100;
	font-size:			16px;
	margin-bottom:		10px;
	margin-top:			20px;
}


#Slogan{
	color:				#00aae8;
	font-weight:		100;
	font-size:			14px;
	position:			absolute;
	margin-left:		160px;
	margin-top:			-60px;
}

#Linkbar{
	background:			url('../images/linkbar.png');
	width:				960px;
	height:				39px;
	margin-top:			10px;	
}

#Linkbar ul{
	margin:				0px;
	padding:			0px;	
}

#Linkbar li{
	list-style:			none;
	float:				left;
	margin-left:		10px;
	margin-right:		10px;
	margin-top:			12px;
	text-align:			center;
	width:				115px;

}

#Linkbar a{
	color:				#2d2d2d;
	text-decoration:	none;	
	padding:			5px;

	
	font-size:			12px;
}

#Linkbar a:hover{
	background:			#2d2d2d;
	color:				#FFF;
}

#Image{
	margin-left:		0px;
	margin-top:			10px;	
}

#Left_image{
	float:				right;
	width:				390px;	
}
	
	#Left_image li{
		list-style:			url(../images/li.jpg);
		margin-bottom:		20px;
	}
	
.Store{
	background:				#00aae8;
	width:					440px;
	padding:				10px;
	float:					left;
	-webkit-border-radius: 	10px;
	-khtml-border-radius: 	10px;	
	-moz-border-radius: 	10px;
	border-radius: 			10px;
	margin-top:				10px;
	margin-right:			10px;
	margin-left:			10px;
	height:					190px;
}

	.Store_right{
		float:				right;	
		width:				270px;
	}
	
	.Store h3{
		color:				#FFF;
		margin-top:			0px;
		margin-bottom:		0px;
		margin-left:		10px;
	}
	
	.Store li{
		margin-bottom:		5px;
	}
	
	.Store .Click{
		border:				#FFF dashed 1px;
		position:			absolute;
		padding:			5px;
		margin-top:			0px;
		text-align:			center;
	}
	
	.Store .Click:hover{
		border:				#FFF solid 1px;
	}
	
	.Store .Click a{
		color:				#FFF;
		text-decoration:	none;
	}

img{
	border:					none;	
}

#Footer{
	background:				#e9088c;
	width:					100%;
	padding-top:			10px;
	padding-bottom:			10px;
	margin-top:				20px;
}

	#Footer a{
		color:				#FFF;
		text-decoration:	none;	
	}
		
		#Footer a:hover{
			text-decoration:	underline;	
		}
		
	#Footer .Piece{
		width:			240px;
		margin-left:	50px;
		float:			left;	
	}
	
	#Footer ul{
		padding:		0px;
		margin-left:	10px;	
	}
		
	
#Reclame{
	float:					right;
	margin-top:				-95px;	
}