html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	font-size:12px;
}

h2 {
font-size:14px;
}

#horizont {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -275px;
	position: absolute;
	top: -350px;
	left: 50%;
	visibility: visible;
	width: 554px;
	height: 554px;
	/*overflow: hidden;*/
	padding: 8px;
}
.box {
	float: left;
	margin: 4px;
	width: 269px;
	height: 269px;
	text-indent: -9000px;
}
.perfekt {
	background-image: url(../images/intro/einfach-perfekt.gif);
}
.baby {
	background-image: url(../images/intro/baby.jpg);
}
.kaestchen {
	background-image: url(../images/intro/kaestchen.gif)
}
.simply-perfect {
	background-image: url(../images/intro/simply-perfect.gif);
}

.cmsimg {
border:none;
float:left;
}

.texte {
float:left;
text-align:left;
width:429px;
}

.de, .en {
float:left;
width:40%;
margin-left:25px;
}