html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
  cursor: default;
  font-family: verdana;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
	background: #cfcfcf url(../images/bg.jpg) repeat-x 0px 0px;
}
table {
  font-family: verdana;
  font-size: 12px;
}
img {
  border: none;
}

h1 {
  font-size: 15px;
	line-height: 19px;
  font-weight: bold;
  color: #666666;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	cursor: pointer;
  color: #444444;
  text-decoration: underline;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding: 5px 0px 10px 0px;
}

.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}

.super-ct {
	width: 702px;
	margin: auto;
	border: 1px solid #777777;
	border-top: none;
	text-align: left;
	background-color: #ffffff;
}

.top-ct {
	position: relative;
	background: transparent url(../images/top.jpg) repeat-x 0px 0px;
	height: 102px;
	overflow: hidden;
}

.top-logo {
	position: absolute;
	top: 5px;
	left: 50px;
	height: 66px;
	background: transparent url(../images/bakkebo_logo.png) no-repeat right 0px;
	padding: 10px 110px 0px 0px;
}
.top-logo-name {
	line-height: 29px;
}
.top-logo-name a {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
}
.top-logo-name a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.top-logo-slogan a {
	color: #076705;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.top-logo-slogan a:hover {
	color: #076705;
	font-weight: normal;
	text-decoration: none;
}

.top-menu {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.top-menu div {
	float: left;
	margin-right: 20px;
}
.top-menu div a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.top-menu div a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
.top-menu div.active a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.top-menu div.active a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.main-ct {
	padding: 28px 50px;
}


.frontpage-ct {
	margin-right: -28px;
	width: 630px;
}

.frontpage-box-top {
	position: relative;
	width: 600px;
	height: 227px;
	border: 1px solid #aaaaaa;
	background-image: url(../images/frontpage/top_bg.jpg);
	margin-bottom: 28px;
}
.frontpage-box-top-content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 261px;
	height: 187px;
	overflow: hidden;
}
.frontpage-box-top-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}


.frontpage-box {
	cursor: pointer;
	float: left;
	width: 182px;
	margin: 0px 28px 0px 0px;
}
.frontpage-box-title {
	background-color: #47bc38;
	line-height: 28px;
	height: 28px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.frontpage-box-title a {
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.frontpage-box-title a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.frontpage-box-wrap {
	position: relative;
	width: 180px;
	height: 235px;
	border: 1px solid #aaaaaa;
	border-top: none;
}
.frontpage-box-text {
	position: absolute;
	top: 127px;
	left: 10px;
	width: 160px;
	height: 85px;
	overflow: hidden;
}


.address-ct {
	color: #444444;
	font-size: 11px;
	margin-top: 10px;
}
.address-ct a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}
.address-ct a:hover {
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}

.website-by-relationtechnology {
	margin-top: 10px;
}
