body {
	border-top: #3d606d solid 4px;
}

/* _________________HEADER_______________*/

#wrap-header {
	background-image: url(img/header/wrap-bg.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 800px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
}

#header #logo {
	position: absolute;
	margin-top: 70px;
	margin-left: 30px;
}

#header #logo h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	font-weight: normal;
	color: #124d5f;
	text-decoration: none;
}

#header #logo h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #124d5f;
	text-decoration: none;
}

#header #citat-box {
	background-image: url(img/header/citat.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 200px;
	width: 380px;
	height: 500px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

#header #citat-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9.5pt;
	color: #333;
	line-height: 19px;
}

#header #citat-box p a {
	text-decoration: none;
	color: #333;
}

#header #citat-box p a:hover {
	text-decoration: underline;
}

#header #pic {
	position: absolute;
	margin-top: 70px;
	margin-left: 500px;
}

/* _________________PORTFOLIO_______________*/

#wrap-portfolio {
	background-color: #181818;
	background-image: url(img/portfolio/gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: #555 solid 4px;
	border-bottom: #555 solid 4px;
	padding-top: 35px;
	padding-bottom: 40px;
}

#portfolio {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#portfolio h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

#portfolio img {
	background-image: url(img/portfolio/item-bg.png);
	background-position: top;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#portfolio img:hover {
	background-image: url(img/portfolio/item-bg-hover.png);
}

/* _________________FOOTER_______________*/

#wrap-footer {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 40px;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	font-weight: normal;
	color: #0b4050;
	margin-left: 10px;
}

#footer #mates {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#footer #mates p {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #333;
}

#footer #mates p a {
	text-decoration: none;
	color: #333;
}

#footer #follow {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#footer #follow #foelg {
	height: 35px;
	margin-bottom: 7px;
	margin-left: 10px;
}

#footer #follow #foelg #tekst {
	display: inline-block;
	position: absolute;
	margin-left: 55px;
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#footer #follow #foelg img {
	position: absolute;
}

#footer #contact {
	float: left;
	width: 250px;
}

#footer #contact p {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #333;
}

#footer .line {
	border-top: #dacebf dashed 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}