﻿@charset "utf-8";
/* CSS Document */
/* Standard formatting ************************************************/

a {
	color    		: #0000ff;
	cursor   		: hand;
	font-weight     : bold;
	text-decoration : underline;
}
 
a:visited {
	color    		: #0000ff;
	cursor   		: hand;
	font-weight     : bold;
	text-decoration : underline;
}

a:hover {
	color    		: #FF0000;
	cursor   		: hand;
	font-weight     : bold;
	text-decoration : underline;
}

/* Meny formatting ************************************************/
.menupicture {
	background-image: url(bilder/spar_sv3.gif);
	background-repeat: repeat-y;
	margin-left		: 0;
	margin-right		: 0;
	/*line-height: 24px;*/
	font-family		: "Comic Sans MS";
	font-size       : 18px;
	font-weight     : bold;
	text-decoration : none;
	color			: #000000;
	background-color: #ffffff;
}

.menupicture a {
  color    		: #000000;
 	cursor   		: hand;
	text-decoration : none;
}

.menupicture a:visited {
 	color			: #000000;
 	cursor   		: hand;
	text-decoration : none;
}

.menupicture a:hover {
	cursor   		: hand;
	color   		: #ff0000;
	text-decoration : none;
}


div#meny a {
  	color    		: #000000;
 	cursor   		: hand;
	text-decoration : none;
}
 
div#meny a:visited {
 	color			: #000000;
 	cursor   		: hand;
	text-decoration : none;
}

div#meny a:hover {
 	cursor   		: hand;
 	color   		: #FF0000;
	text-decoration : none;
}

.menupicture table {

}

.menupicture tr {

}

.menupicture td {
}
.hmenu {
	/*border: 1px solid #eee;*/
}

.umenu {
	padding-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

/* sidformatering normal*/
.maincolor {
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color:	#000000;
}

.red_normal {
	color:	#ff0000;
}

.bold_normal {
	font-weight: bold;
}

.small_normal {
	font-size: 12px;
}

.header24_normal {
	font-size: 24px;
}

.text_center {
	text-align: center;
}


/* Länkformatering */


/* Special */

.Sidlogga24 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}

.Sidlogga48 {
	font-family: "Comic Sans MS", cursive;
	font-size: 48px;
	color: #0000FF;
	font-weight: bolder;
}

.maincolor red {
	color: #F00;
}
.Sidlogga48 {
	text-align: center;
}

div#biglink a {
  	color    		: #000000;
 	cursor   		: hand;
	text-decoration : none;
	font-size: 24px;
}
 
div#biglink a:visited {
 	color			: #000000;
 	cursor   		: hand;
	text-decoration : none;
	font-size: 24px;
}

div#biglink a:hover {
 	cursor   		: hand;
 	color   		: #FF0000;
	text-decoration : none;
	font-size: 24px;
}

/* Photograph ****************************************/
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-color: #ffffff;
	border-width: 8px;
}

/*************************************************/
