/* CSS for Norske Site */

/* Universal classes starts here */

body{
	margin:0px;
}
.ywidth{
	width: 100%;
}
.yheight{
	height: 100%;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b91319;
	text-decoration: none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b91319;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b91319;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b91319;
	text-decoration: underline;
}
.normal, .cont-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.link-01:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff799;
}
.link-01:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff799;
}
.link-01:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff799;
}
.link-01:hover{
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.link-02:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004a80;
	text-decoration: underline;
}
.link-02:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004a80;
	text-decoration: underline;
}
.link-02:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004a80;
	text-decoration: underline;
}
.link-02:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004a80;
	text-decoration: none;
}
.link-03:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b91319;
	text-decoration: underline;
	text-transform: uppercase;
}
.link-03:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b91319;
	text-decoration: underline;
	text-transform: uppercase;
}
.link-03:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b91319;
	text-decoration: underline;
	text-transform: uppercase;
}
.link-03:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b91319;
	text-decoration: none;
	text-transform: uppercase;
}
.hdr-bg-color {
	background-color: #b91319;
}
.hdr-bg {
	background-image: url(../images/hdr_bg.jpg);
	background-repeat: no-repeat;
}
.topmenu-bg {
	background-color: #663619;
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.topmenu-item {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffdd00;
	padding-right: 20px;
	padding-left: 20px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-lt-60 {
	padding-left: 60px;
}
.pad-all-5 {
	padding: 5px;
}
.pad-top-20 {
	padding-top: 20px;
	padding-bottom: 10px;
}
.pad-top-40-btm-20 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.gallery-border {
	border: 1px solid #003366;
}
.gallery-hd-bg {
	background-color: #003366;
	background-image: url(../images/gallery_hd_bg.gif);
	background-repeat: no-repeat;
}
.gallery-hd-txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
.tn-border {
	border: 1px solid #dadada;
}
