body {
	background-color: #ffffff;
	margin:0;
	padding:0
}

#background {
	background-color: #ada9a9;
	position: absolute;
	width: 1000px;
	height: 650px;
	left: 50%;
	margin-left: -500px;
	top: 30px;
/*	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;*/
}

#logo {
	position: absolute;
	bottom: 0;
	right: 0;
}

#claim {
	position: absolute;
	bottom: 52px;
	right: 425px;
}

#navi  {
	position: absolute;
	top: 50px;
	right: 3px;
}

.navipunkt {
	margin-bottom: 50px;
	text-align: right;
}

#about_bild {
	position: absolute;
	bottom: 320px;
	right: 660px;
}

#about_headline {
	position: absolute;
	bottom: 460px;
	right: 486px;
}

#about_text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 620px;
	height: 435px;
	color: white;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
}

#works_headline {
	position: absolute;
	bottom: 460px;
	right: 420px;
}

#works_text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 620px;
	height: 435px;
	color: white;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
}

#works_logos {
	position: absolute;
	bottom: 90px;
	right: 640px;
}

#contact_bild {
	position: absolute;
	bottom: 320px;
	right: 610px;
}

#contact_headline {
	position: absolute;
	bottom: 460px;
	right: 352px;
}

#contact_text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 620px;
	height: 435px;
	color: white;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
}

#contact_text2 {
	position: absolute;
	bottom: 235px;
	right: 660px;
	width: 155px;
	height: 200px;
	color: #8B4D95;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}

p		{font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		margin:0;
		padding:0}

h4		{font-family: times;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		margin:0;
		padding:0}

img {
	border: 0;
}

a:link    { color: #666666; text-decoration:none; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,SunSans-Regular;}
a:hover   { color: black; text-decoration: none; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,SunSans-Regular;}
a:active  { color: #666666; text-decoration: none; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,SunSans-Regular;}
a:visited { color: #666666; text-decoration:none; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,SunSans-Regular;}
