@import url("styles/styles.css");
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0;
	padding: 3px 3px 7px 0;
	line-height: 18px;
}
/* LÄNKAR - grundegenskaper där inget annat format angivits */
a:link { color: #6e385d }
a:visited { color: #6e385d }
a:active { color: #6e385d }
a:hover { }
/* RUBRIKER */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 5px 5px 5px 0;
	margin: 0;
	color: #452d3e;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 10px 5px 5px 0;
	margin: 0;
	color: #452d3e;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px 5px 2px 0;
	border: none;
	margin: 0;
	color: #452d3e;
	font-weight: normal;
}

/* --------------------------------------------------------------------------------- */
/* SIDLAYOUT */
/* --------------------------------------------------------------------------------- */
/* SIDHUVUD - box som innehåller sidhuvudet */
#sidhuvud_box {
	width: 950px;
	margin: 20px auto 0 auto;
	padding: 0;
	overflow:hidden ;
	background-image: url(bilder/framsida-upp-25-jan-2012-ut.html);
	background-repeat: no-repeat;
}
/* SIDHUVUD - box som innehåller sidhuvudet */
#sidhuvud {
	clear: both;
	width: 940px;
	height: 123px;
	margin: 0;
	background-color: #024420;
	border: 5px solid #024420;
	border-bottom: none;
	opacity: 0.7;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow:hidden ;

}
#sidhuvud h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	padding: 0 10px 0 10px;
	margin: 0;
	color: #291523;
	font-style: italic;
}
/* CENTRERINGSBOX - för centrerade layouter */
#centerbox {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* KOLUMNBOX - box som innehåller kolumnboxarna */
#kolumncontainer {
	float: left;
	width: 940px;
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	border-top: none;
	background-color: #D0DDD6;
	border: 5px solid #024420;
	border-top: 1px solid #452d3e;
	border-bottom: none;
}
/* KOLUMN MENY - box som innehåller huvudmeny */
#kolumn_menu {
	float: left;
	width: 170px;
        min-height: 600px;

        margin: 0;
	padding: 0 5px 5px 5px;
	background: #D0DDD6;
}
/* KOLUMN INNEHÅLL - box för sidornas innehåll */
#kolumn_content {
	float: left;
	width: 730px;
	min-height: 600px;
	margin: 0;
	padding: 0 5px 5px 10px;
	background: #ffffff;
}
/* KOLUMN INNEHÅLL - listor */
#kolumn_content li { padding: 0 0 10px 0; line-height: 18px;}
#kolumn_content ul ol { padding: 0 0 0 20px;}

/* SIDFOT - box som innehåller sidfoten */
#sidfot {
	clear: both;
	width: 930px;
	margin: 0 auto 0 auto;
	background-color: #024420;
	padding: 2px 5px 2px 5px;
	font-size: 9px;
	border: 5px solid #024420;
	border-top: none;
	opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#sidfot a {
	color: #999999;
	text-decoration: none;
}
#sidfot a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------------- */
/* HUVUDMENY 1 - vertikal listmeny med undermeny i flera nivåer */
/* --------------------------------------------------------------------------------- */
/* meny nivå 1 */
#meny {
	margin: 0;
	padding: 5px 10px 5px 5px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#meny li { list-style-type: none; }
#meny a {
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 17px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-image: url(bilder/menypunkt1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#meny a:link { color: #2d371e; }
#meny a:visited { color: #2d371e; }
#meny a:hover { background-image: url(bilder/ruta_gron1.gif); }
#meny a#current {
	font-weight: bold;
	background-image: url(bilder/pil_orange1.gif);
}
/* Meny nivå 2, 3, 4, 5 osv, expanderande undermeny */
#meny_sub2 {
	margin: 0px 0px 0px 8px;
	padding: 0;
}
#meny_sub3,
#meny_sub4,
#meny_sub5,
#meny_sub6,
#meny_sub7,
#meny_sub8,
#meny_sub9,
#meny_sub10,
#meny_sub11 {
	margin: 0px 0px 0px 8px;
	padding: 0;
}
#meny_sub2 a {
	padding: 5px 0px 5px 17px;
	margin: 0;
	background-image: url(bilder/pil_orange1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#meny_sub3 a {
	background-image: url(bilder/pil_gron1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

/* --------------------------------------------------------------------------------- */
/* HUVUDMENY 2 - Horisontell meny utan undermeny */
/* --------------------------------------------------------------------------------- */
#meny_top {
	clear: both;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#meny_top ul {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #795a70;
	border-left: 5px solid #5e3f55;
	border-right: 5px solid #5e3f55;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}
#meny_top li {
	line-height: 25px;
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#meny_top a {
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	margin: 0;
	background-color: #795a70;
	border: 1px solid #452d3e;
}
#meny_top a:link { color: #ffffff; }
#meny_top a:visited { color: #ffffff; }
#meny_top a:hover {
	background-image: none;
	background-color: #795a70;
}
#meny_top a#current_menu_top {}

/* --------------------------------------------------------------------------------- */
/* UNDERMENY - horisontell undermeny som visas på varje sida */
/* --------------------------------------------------------------------------------- */
#meny_top_sub {
	clear: both;
	padding: 0;
	margin: 0;
}
#meny_top_sub ul {
	padding: 0;
	margin: 0;
}
#meny_top_sub li {
	line-height: 24px;
	display: inline;
	padding: 0px;
	margin: 0;
	list-style: none;
}
#meny_top_sub a {
	text-decoration: none;
	padding: 2px 5px 2px 12px;
	margin: 0 5px 0 0;
	background-color: #E0D6DD;
	background-image: url(bilder/menypunkt3.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border: 3px double #ffffff;
}
#meny_top_sub a:link { color: #000000; }
#meny_top_sub a:visited { color: #000000; }
#meny_top_sub a:hover {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* --------------------------------------------------------------------------------- */
/* SÖKVÄG MED LÄNKAR - Visar sökväg till den aktuella sidan med länkade sidnamn */
/* --------------------------------------------------------------------------------- */
#path_meny {
	margin:  2px 0 2px 0;
	padding: 0 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* LÄNKAR i sökvägen */
#path_meny a:link {
	color: #6e385d;
	text-decoration: none;
}
#path_meny a:visited {
	color: #6e385d;
	text-decoration: none;
}
#path_meny a:active {
	color: #6e385d;
	text-decoration: none;
}
#path_meny a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------------- */
/* MENYTRÄD - SITEMAP */
/* --------------------------------------------------------------------------------- */
#sitemap {
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 5px;
	background: #ffffff;
}
#sitemap ul {
	margin: 5px 0 5px 20px;
	padding: 0 0 0 0;
	list-style-type: none;
	border-left: 1px solid #a0a0a0;
}
#sitemap li {
	margin: 0;
	padding: 0 0 0 15px;
	letter-spacing: 1px;
	background-image: url(../admin/bilder/menutree_line.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	list-style-type: none;
}
#sitemap a { text-decoration: none; }
#sitemap a:link { color: #6e385d; }
#sitemap a:visited { color: #6e385d; }
#sitemap a:hover { text-decoration: underline; }
