/*<![CDATA[*/
body { 
	background-color : #000;
	background-image: url(../images/grund.jpg);
	background-repeat: repeat-x;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 101%;
	color : #000;
	margin-top: 0px;
}

#container {
	position: absolute;
	background-color: #fff;
	background-image: url(../images/containergrund2.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 560px;
	margin-left: -470px;
	left: 50%;
}

#animation {
	position: absolute;
	width: 660px;
	height: 560px;
	top: 0px;
	left: 0px;
}

#cosmetic {
	position: absolute;
	background-image: url(../images/cosmetic_a.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 220px;
	top: 87px;
	left: 691px;
}

#cosmetic img {
	border: none;
}

#cosmetic a {
	display: block;
	width: 220px;
	height: 220px;
	border: none;
}

#cosmetic a:visited {
	background-image: url(../images/cosmetic_a.jpg);
	background-repeat: no-repeat;
}

#cosmetic a:hover {
	background-image: url(../images/cosmetic_b.jpg);
	background-repeat: no-repeat;
}

#service {
	position: absolute;
	background-image: url(../images/service_a.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 220px;
	top: 315px;
	left: 691px;
	text-align: center;
}

#service img {
	border: none;
}

#service a {
	display: block;
	width: 220px;
	height: 220px;
	border: none;
}

#service a:visited {
	background-image: url(../images/service_a.jpg);
	background-repeat: no-repeat;
}

#service a:hover {
	background-image: url(../images/service_b.jpg);
	background-repeat: no-repeat;
}
/*]]>*/