﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url('bodyBG.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dddddd;
	font-family: verdana;
	font-size: small;
}
.title {
	font-family:"Myriad Pro";
	font-weight:bold;
	font-size:large;
	color: #8b1503;
	vertical-align: middle;
}
.main {
	width: 900px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 720px;
}
.header {
	width: 900px;
	height: 120px;
}
.menu {
	width: 850px;
	font-family: verdana;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: small;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.content {
	background-image: url('content.jpg');
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 30px;
	padding-right: 25px;
	height: 720px;
}
.contentBottom {
	background-image: url('contentBottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	font-size: x-small;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
}
.box1 {
	background-image: url('box1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	height: 280px;
	padding-top: 10px;
	padding-left: 20px;
}
.box2 {
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 240px;
}
.kolomLinks {
	width: 230px;
	float: left;
	height: 700px;
}
.box3top {
	background-image: url('Box3top.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 611px;
	float: left;
	height: 20px;
}
.box3 {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b1bdc5;
	border-left-color: #b1bdc5;
	border-left-style: solid;
	border-left-width: 1px;
	width: 608px;
	float: left;
	margin-left: 1px;
}
.box3bottom {
	background-image: url('Box3bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 611px;
	float: left;
	height: 20px;
}
a:link {
	color: steelblue;
	text-decoration: none;
}
a:visited {
	color: steelblue;
	text-decoration: none;
}
a:hover {
	color: darkblue;
	text-decoration: none;
}
