html {
	
}

/*
body {
	font-family: Homizio-Thin;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.08em;
}
 */

body {
	background-color: #52627B;
	font-family: Khula;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.01em;
	font-weight: 300;
	line-height: 1.2em;
}

/* Bild zentrieren */
.image {
	position: absolute; 
	width: 1024px;
	height: 768px;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -384px;	
}

a {
    color: #fff;
	text-decoration: none;
}


#image1 {
	background-image: url(../img/graphic-1.png);
}

#image2 {
	background-image: url(../img/graphic-2-logo-only.png);	
}

#image3 {
	background-image: url(../img/graphic-3.png);
}

#image4 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/graphic-4.png);
}

.main{
	position: absolute;
	top: 65px;
	left: 50px;
	width: 340px;
	height: 400px;
}

.headquarter{
	position: absolute;
	top: 65px;
	left: 400px;
	width: 340px;
	height: 400px;
}

.brazil{
	z-index: 1;
	position: absolute;
	top: 65px;
	left: 750px;
	width: 340px;
	height: 400px;
}

.contact {
	position: absolute;
	top: 626px; 
	left: 517px; 
	width: 192px; 
	height: 29px;
}

.offices {
	position: absolute;
	top: 626px; 
	left: 720px; 
	width: 186px; 
	height: 29px;
}

.index {
	z-index: 2;
	position: absolute;
	top: 50px; 
	left: 580px; 
	width: 395px; 
	height: 85px;
}

.index_left {
	z-index: 2;
	position: absolute;
	top: 0px; 
	left: 170px; 
	width: 330px; 
	height: 100px;
}

.mail {
	position: absolute;
	top: 297px; 
	left: 104px; 
	width: 290px; 
	height: 35px;
}