body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif, "Palatino Linotype";
	background-color: #000000;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

#containerRight {
	width: 652px;
	float: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#containerRightImg {
	width: 650px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#containerRightImgNav {
	float: right;
	clear: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
}

.containerRightImgNavPunkt {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

#containerRightImgNav a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

#containerLeft {
	width: 348px;
	float: left;
}

#containerLeftLeft {
	float: left;
	width: 98px;
}

#containerLeftLogo {
	background-image: url(grafikk/logo.jpg);
	height: 150px;
	width: 98px;
	float: left;
	background-position: right;
	background-repeat: no-repeat;
}

#containerLeftMenu {
	width: 98px;
	float: left;
	clear: left;
	padding-top: 15px;
}

#containerLeftMenu p {
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

#containerLeftMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#containerLeftText {
	width: 230px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: right;
	clear: right;
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	min-height: 230px;
}

#containerLeftText p {
	font-size: 13px;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#containerLeftText h2 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#containerLeftText a:hover {
	color: #FF6600;
}

p,ul,ol,table,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

a {
	color: #666666;
	text-decoration: none;
}

#clear {
	clear: both;
}

#clearLeft {
	clear: left;
}