/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(nettbutikk/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F9F5E9;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.black_line {
	background-image: url(images/black_dot.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.default_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.headline {
	font-family: "Trebuchet MS", Verdana, Arial, Georgia;
	font-size: 16px;
	color: #165791;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}
.default_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.default_bold_white {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.404 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}
.gray_line {

	background-image: url(images/gray_dot.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.button_top_text {
	background-image: url(nettbutikk/images/button_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
}
a.button_top_text:hover {
	background-image: url(nettbutikk/images/button_top_over.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 20px;
	height: 20px; 
}
.button_down {
	background-image: url(images/button_down.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
	width: 99px;
}
a.button_down:hover {
	background-image: url(images/button_down_over.png);
	background-repeat: no-repeat;
	background-position: center top;
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	height: 22px; 
}
