﻿body {
	background-color: #0d0b0c;
	padding: 0px;
	margin: 0px;
/*	background-image: url('img/bg.jpg'); */
	background-repeat: repeat-x;
	font-family: arial, Helvetica, sans-serif;
	color: #c0c4c6;
	font-size: 11px;
}
.wrapper {
	margin: auto auto 100px auto;
	background-color: #000000;
	position: relative;
	z-index: 2;
	width: 1000px;
	height: 600px;
	top: 0px;
	border: 2px solid #12100c;
}
.homecont {
	background-image: url('img/homeimg.jpg');
	position: absolute;
	z-index: 2;
	width: 1000px;
	height: 574px;
	top: 0px;
	left: 0px;
}
.homecont .tekst {
	padding: 24px;
	border: 0px solid #FFFFFF;
	position: absolute;
	z-index: 3;
	width: 247px;
	height: 280px;
	top: 112px;
	left: 226px;
}
.homecont .tekst h1 {
	font-size: 16px;
	font-weight: bold;
}
.homecont .tekst h2 {
	font-size: 14px;
	font-weight: bold;
}
.homecont .tekst h3 {
	font-size: 12   px;
	font-weight: bold;
}
#naarportfolio {
	color: #c10076;
	text-decoration: none;
	position: absolute;
	z-index: 3;
	top: 500px;
	left: 320px;
	font-weight: bold;
}
#naarportfolio:hover {
	color: #c10076;
	text-decoration: underline;
	position: absolute;
	z-index: 3;
	top: 500px;
	left: 320px;
	font-weight: bold;
}
.lowerhome {
	padding: 6px 25px 0px 0px;
	background-image: url('img/homelower.jpg');
	position: absolute;
	z-index: 2;
	width: 975px;
	height: 20px;
	left: 0px;
	bottom: 0px;
	font-style: italic;
	text-align: right;
}
