@charset "utf-8";
/* CSS Document */

.wrapper {
	float:left;
	width:100%;
	height:864px;
	background:#FFF url(../images/bg.png) top left;
	background-repeat:repeat-x;
}

.header {
	height:86px;
	width:100%;
	background-color:#fff;
}

.body {
	width:100%;
	height:778px;

}

.tekst {
	width:600px;
	margin: 70px 0px 0px 134px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

a:link { text-decoration:none; color:#8878b2;}
a:visited { text-decoration:none; color:#8878b2;}
a:hover { text-decoration:underline; color:#8878b2;}