* {
	margin: 0;
	padding: 0;
}
h1{
	font-size: 29px;
	font-weight: 100;
}
h2{
	font-size: 15px;
	color: #00629f;
	margin-bottom: 24px;
}
h3{
	font-size: 12px;
	font-weight:bold;
	color: #00629f;
	padding: 0 0 5px 5px;
	border-bottom: dotted 1px #828282;
	width: 496px;
}

h4{
	background: url("images/h4.jpg") no-repeat;
	width: 152px; /*169-17*/
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	padding-left: 17px;
	margin-top: 29px;
}
img{
	border: none;
}
body,html{
	width: 100%;
	height: 100%;
	font-family: 'Tahoma', sans-serif;
	font-size: 11px;
}
#container{
	background: #292929;
	width: 994px;
	min-height: 100%;
	margin: 0 auto;
}
/***Header***/
#header{
	background: url("images/slogan.jpg") no-repeat;
	height: 175px;
}
#tROM{
	position: absolute;
	width: 360px;
	height: 56px;
	background: red;
	margin: 40px 0 0 270px; 
	background: url("images/logo.jpg") no-repeat;
	color: #a5a5a5;
	padding-left: 70px;
}
#tROM p{
	margin-left: 22px;
	margin-top: 6px;
}
#headerlinks{
	float: right;
	clear: right;
	margin: 152px 0 0 0;
}
#headerlinks a{
	margin: 0 25px;
}
/*Header*/
/***Content***/
#menu{
	width: 240px;
	float: left;
}
ul#navlist{
	list-style: none;
	margin: 21px 0 0 24px;
	padding-bottom: 25px;
}
ul#navlist li{
	width: 196px;
	height: 78px;
	background: #464646;
	margin-top: 12px;
	color: #b1b1b1;
}
ul#navlist li a {
	display: block; 
	width: 191px; /**196-5px(padding)**/
	height: 72px; /**78-6px(padding)**/
	color: #b1b1b1;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 0 0 5px;
}
.break{
	margin-bottom: 3px;
}
.number{
	font-size: 38px;
	font-family: Arial, sans-serif;
}
#a1{ background: url("images/img1.jpg") no-repeat right bottom; }
#a1:hover{ background: url("images/img1hover.jpg") no-repeat right bottom; }
#a2{ background: url("images/img2.jpg") no-repeat right bottom; }
#a2:hover{ background: url("images/img2hover.jpg") no-repeat right bottom; }
#a3{ background: url("images/img3.jpg") no-repeat right bottom; }
#a3:hover{ background: url("images/img3hover.jpg") no-repeat right bottom; }
#a4{ background: url("images/img4.jpg") no-repeat right bottom; }
#a4:hover{ background: url("images/img4hover.jpg") no-repeat right bottom; }
#a5{ background: url("images/img5.jpg") no-repeat right bottom; }
#a5:hover{ background: url("images/img5hover.jpg") no-repeat right bottom; }
#a6{ background: url("images/img6.jpg") no-repeat right bottom; }
#a6:hover{ background: url("images/img6hover.jpg") no-repeat right bottom; }
#tekst{
	width: 748px;
	float: left;
	background: #fff;
	border: solid 3px #3f3f3f;
	border-right: none;
}
#innertekst{
	width: 727px; /**748-21px padding**/
	height:500px;
	background: #fff;
	border: solid 3px #9f9f9f;
	border-right: none;
	padding: 8px 0 0 21px;
	color: #646464;
}
#innertekst p{
	width: 470px;
}
.imgleft img, .imgright, .noimg{
	margin-top: 11px;
}
.imgleft{margin-bottom: 27px;}
.imgright{margin-bottom: 44px;}
.noimg{margin-bottom: 20px;}
#innertekst .noimg{
	width: 320px;
}
.imgleft img{
	float: left;
	clear: both;
	padding-right: 7px;
}
.imgright img{
	float: right;
	clear: both;
	margin-right: -50px;
	padding-left: 50px;
}
.readmore a{
	float: right;
	color: #00629f;
	font-size: 12px;
	margin-right: -40px;
	text-decoration: none;
}
#divright{
	width: 169px;
	margin: 8px 0 0 559px;
	position: absolute;
}
#divright p{
	margin-left: 9px;
	width: 160px;
}
.kop{
	margin-top: 7px;
}
.kop a, .kop{
	color: #00629f;
	font-size: 12px;
	text-decoration: none;
}
.linkdescription{
	color: #9e9e9e;
	font-size: 10px;
	height: 18px;
	border-bottom: 1px dotted #000;
}
.description{
	color: #9e9e9e;
	font-size: 10px;
	height: 38px;
	border-bottom: 1px dotted #000;
}
#footer{
	height: 60px;
	color: #3e3e3e;
	float: right;
}
#footer p {
	padding: 10px;
}