@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0 0 0;
	padding: 0;
	background-color:#e0e1e3;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:12px;
}

#wrap {
	width: 1000px;
	height: 810px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff url(../gfx/logoPN_03.jpg) no-repeat 30px 20px;
}

#standard {
	width: 325px;
	height: 316px;
	float: left;
	margin-left: 30px;
	margin-top: 100px;
	border-top: 4px solid #7e7e7e;
	overflow: hidden;
	background: #fff url(../gfx/emblem.jpg) no-repeat 200px 180px;
}

#maincontent {
	width: 584px;
	height: 768px;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0;
	float: right;
	overflow:auto;
	clear: none;
}

#videobox {
	width: 325px;
	height: 213px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	border-top: 4px solid #7e7e7e;
	overflow: hidden;
	clear: left;
}

h1 {
	color: #7e7e7e;
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}

h2 {
	color: #7e7e7e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}

p {
	font-size: 10px;
}

#menubox {
	background-color: #fff;
	width: 100%;
	text-align: left;
	padding: 0;
	overflow: visible;
}

.bildetekst {
	font-size: 9px;
}

.fpnews1 {
	width: 170px;
	float: left;
	overflow: hidden;
	margin: 15px 0 0 0;
	border-top: 4px solid #7e7e7e;
}

.fpnews2 {
	width: 170px;
	float: left;
	overflow: hidden;
	margin: 15px 0 0 38px;
	border-top: 4px solid #7e7e7e;
}

.fpnews3 {
	width: 170px;
	float: right;
	overflow: hidden;
	margin: 15px 0 0 0;
	border-top: 4px solid #7e7e7e;
}

.fpnews1 img, .fpnews2 img, .fpnews3 img {
	border: 1px solid #7e7e7e;
	margin-bottom: 5px;
	margin-top: 10px;
}

.fpnews1 h2, .fpnews2 h2, .fpnews3 h2 {
	font-size: 12px;
}

.filkategori {
	border-top:solid 1px #7e7e7e;
	border-bottom:solid 1px #7e7e7e;
	font-size:12px;
	font-weight:bold;
	color:#7e7e7e;
	padding:3px 0 3px 0;
}

a:link, a:visited, a:active {
	color:#7e7e7e;
	text-decoration:none;
}

a:hover {
	color:#7e7e7e;
	text-decoration:underline;
}

#footer {
	margin:10px auto;
	width: 95%;
	clear: both;
	color: #adadad;
	text-align: center;
	font-size: 10px;
	border-top: dotted 1px #adadad;
	padding-top: 3px;
}

/*************meny*************/


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 25px;
	margin: 10px 0 20px 0;
	padding: 0;
	background: #fff;
	font-size: 10px;
	overflow: visible;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: #f1f2f2;
}

.bubplastic.horizontal ul li a {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #7e7e7e;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar_products {
	display: block;
	float: left;
	cursor: pointer;
	width: 64px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #7e7e7e;
}
.bubplastic.horizontal ul li a span.menu_ar_home {
	display: block;
	float: left;
	cursor: pointer;
	width: 40px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #7e7e7e;
}
.bubplastic.horizontal ul li a span.menu_ar_downloads {
	display: block;
	float: left;
	cursor: pointer;
	width: 74px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #7e7e7e;
}
.bubplastic.horizontal ul li a span.menu_ar_contact {
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #7e7e7e;
}
.bubplastic.horizontal ul li a span.menu_ar_news {
	display: block;
	float: left;
	cursor: pointer;
	width: 82px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #7e7e7e;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background-color: #7e7e7e;
	color: #fff;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background-color: #7e7e7e;
	color: #fff;
}
/********************************/


