body {
	margin:					0px;
	padding:				0px;
	background-color:		#FFF;
	font-family:			verdana, arial, sans-serif;
	color:					#FFF;
	font-size:				15px;
	line-height:			1.5em;
	background-image:		url(../img/bakgr.png);
	background-position:	50% 0%;
	background-repeat:		repeat-y;
}

h1 {
	font-size:				16px;
	margin:					10px 0px 10px 0px;
	padding:				0px;
	font-weight:			bold;
	color:					#595858;
}
h2 {
	font-size:				15px;
	margin:					7px 0px 7px 0px;
	padding:				0px;
	font-weight:			bold;
	color:					#595858;
}
h3 {
	font-size:				12px;
	margin:					4px 0px 4px 0px;
	padding:				0px;
	font-weight:			bold;
	color:					#595858;
}
h4 {
	font-size:				10px;
	margin:					1px 0px 1px 0px;
	padding:				0px;
	font-weight:			bold;
	color:					#595858;
}
a:link,
a:active,
a:visited,
a:hover {
	text-decoration:		none;
	color:					#FFF;
}
.skip {
	display:				none;
}
.breaker {
	clear:					both;
}
#arrow {
	position:				absolute;
	top:					30px;
	left:					125px;
}
#main {
	width:					860px;
	height:					430px;
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-430px;
	margin-top:				-250px;
}
#contact {
	width:					200px;
	height:					152px;
	position:				absolute;
	right:					0px;
	top:					130px;
	-moz-opacity:			.80;
	filter:					alpha(opacity=80);
	opacity:				.80;
}
#logoContainer {
	width:					600px;
	height:					161px;
	background-image:		url(../img/left.png);
	background-position:	0 0;
	background-repeat:		no-repeat;
	position:				absolute;
	top:					270px;
	left:					163px;
}
#logoContainer h2 {
	width:					551px;
	margin:					0 0 0 45px;
	padding:				0px;
	background-position:	0 0;
	background-repeat:		no-repeat;
}
#design h2 {
	background-image:		url(../img/design.png);
	height:					130px;
}
#gardienen h2 {
	background-image:		url(../img/gardienen.png);
	height:					31px;
}