/* skstil.css */

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	background-image: url(../images/sk_bg.jpg);
	background-repeat: repeat-x;
	background-color: #8F1000;
}

div#wrapper {
	position: relative;
	z-index: 1;
	width: 970px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* ::: header :::::::::::::::::::::::::::: */

div#skheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 970px;
	height: 150px;
	margin-left: 0;
	margin-top: 0;
	clear: both;
}

div#skheader img {
	display: inline;
}

/* ::: innerwrapper :::::::::::::::::::::::::::: */

div#skinnerwrapper {
	position: absolute;
	left: 33px;
	top: 205px;
	width: 910px;
	text-align: left;
	background-image: url(../images/sk_hoveddel_bg.jpg);
	background-repeat: repeat-y;
	visibility: visible;
	background-color: #1F0300;
}


/* ::: menuleft :::::::::::::::::::::::::::: */

div#skmenuleft {
	position: relative;
	z-index: 10;
	width: 166px;
	float: left;
	color: #333333;
	margin-top: 15px;
	padding-left: 3px;
	padding-right: 0px;
	font-size: 11px;
	line-height: 22px;
	text-align: left
}

div#skmenuleft a {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #710C00;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #480608;
	background-image: url(../images/sk_meny_opp.jpg);
	background-repeat: repeat-y;
	text-align: right;

}


div#skmenuleft a:hover {
	color: #FFFF66;
	padding-right: 10px;
	background-color: #730D00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF3E05;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #BF3E05;
	background-image: url(../images/sk_meny_ned.jpg);
	background-repeat: repeat-y;
}


/* ::: content :::::::::::::::::::::::::::: */

div#skcontent {
	position: relative;
	z-index: 6;
	width: 520px;
	float: left;
	color: #FFFFFF;
	margin-top: 17px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

div#skcontent a {
	color: #FFFFFF;
	text-decoration: underline;

}

div#skcontent a:hover {
	color: #FCED0E;
	text-decoration: none;
}

div#skcontent p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 15px;

}

div#skcontent h1, div#skcontent h2, div#skcontent h3, div#skcontent h4, div#skcontent h5, {
	font-weight: bold;
	color: #FFFFFF;

}



/* ::: menuright :::::::::::::::::::::::::::: */

div#skmenuright {
	position: relative;
	z-index: 7;
	width: 185px;
	float: left;
	color: #FFFFFF;
	margin-top: 15px;
	padding-left: 5px;
	font-size: 11px;
	text-align: center;
}

div#skmenuright a {
	color: #FFFFFF;
	text-decoration: underline;

}

div#skmenuright a:hover {
	color: #FCED0E;
	text-decoration: none;
}


div#skmenuright p {
	margin-bottom: 8px;
}



/* ::: footer :::::::::::::::::::::::::::: */

div#skfooter {
	position: relative;
	z-index: 8;
	height: 35px;
	width: 100%;
	left: 0px;
	clear: both;
	float: left;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90E15;


}

div#skfooter a {
	color: #990000;
	text-decoration: underline;

}

div#skfooter a:hover {
	color: #666600;
	text-decoration: none;
}

/* ::: diverse :::::::::::::::::::::::::::::::: */


.imgBorder {
	border: 4px solid #AEAD81;
}

.imgLeft {
	border: 4px solid #AEAD81;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.imgRight {
	border: 4px solid #AEAD81;
	float: right;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.imgMarginLeft {
	margin-left: 7px;
}



dl {
	font-size: 13px;
}

dd {
	font-size: 11px;
}




.imgBorder {
	border: 1px solid #830F00;
}

/* added by Comunic */

hr {
	display: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-bottom: 0.5em;
	color: #FCED0E;
}

div#skcontent h4 a, div#skcontent h4 a:visited {
	color: #FCED0E;
	text-decoration: none;
}

div#skcontent h4 a:hover {
	color: white;
	text-decoration: underline;
}

.ingress
{
	margin: 1em 0;
	font-weight: bold;
}

#picturegallery #thumbnail
{
  margin: 1em 0;
}

#thumbnail a img, #thumbnail a:visited img
{
  margin: 0.5em;
  border: 1px dashed silver;
}

#picturegallery #picture
{
  text-align: center;
  margin: 2em auto;
}

#picture img
{
    border: 1px solid black;
}
