﻿@import url(layout.css);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	background-color: #fff;*/
	background-image: url("../images/tapet.gif");
	background-repeat: repeat;
}
#container {
	width: 915px;
	margin: 10px auto;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	border: 1px solid #726251;
	background-color: #f8f7eb;
}
/* ..................................................Masthead */
#masthead {
	width: 915px;
	height: 90px;	/* För att få till menyn i IE */
	margin-bottom: 0;
	margin-left: 1px;
}
/* ..................................................Navigation */
#navigation {
	position: relative;
	float: left;
	width: 88px;
	height: 600px;
	margin-top: 0;
	padding-top: 0;
}
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*remove all the bullets, borders and padding from the default list styling */
#navigation ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:-1px 0 0 0;
	list-style-type:none;
	width:88px;
}
/* style the list items */
#navigation li {
	background:#f8f7eb;
	height:20px;
/* for IE7 */
	float:left;
	display: block;
	margin: 1px 0 0 1px;
	padding: 1px 0;
}
#navigation li.sub {background:#f8f7eb;} 
/* get rid of the table */
#navigation table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
#navigation a:visited {
	display:block; 
	text-decoration:none;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:88px;
	color:#726251;
	text-indent:2px;
	border:1px solid #726251;
	border-width:1px;
}
#navigation a {
	display:block; 
	text-decoration:none;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:88px;
	color:#726251;
	text-indent:2px;
	border:1px solid #726251;
	border-width:1px;
}
/* hack for IE5.5 */
* html #navigation a:visited {width:90px; w\idth:89px;}
* html #navigation a {width:90px; w\idth:89px;}
/* style the link hover */
* html #navigation a:hover {color:#726251; background:#f8f7eb; position:relative;}
#navigation li:hover {position:relative;}
/* For accessibility of the top level menu when tabbing */
#navigation a:focus {color:#726251; background:#f8f7eb;}
#navigation a:active {color:#726251; background:#f8f7eb;}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
#navigation li:hover > a {color:#f8f7eb; background:#726251;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
/* horisontell placering av flyout-boxen */
	left:60px;
/* set up the overrun area */
	padding:30px;
/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(transparent.gif);
}
/* for browsers that understand this is all you need for the flyouts */
#navigation li:hover > ul {visibility:visible;}
/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
#navigation ul a:hover ul ul{visibility:hidden;}
/* keep the fourth level+ hidden when you hover on second level link */
#navigation ul a:hover ul a:hover ul ul{visibility:hidden;}
/* keep the fifth level hidden when you hover on third level link */
#navigation ul a:hover ul a:hover ul a:hover ul ul{visibility:hidden;}
/* make the second level visible when hover on first level link */
#navigation ul a:hover ul {visibility:visible;}
/* make the third level visible when you hover over second level link */
#navigation ul a:hover ul a:hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level link */
#navigation ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
/* make the fifth level visible when you hover over fourth level link */
#navigation ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 

/*---------------------------------------

#navigation a {
	color: #726251;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px;
	background-color: #f8f7eb;
}
#navigation a:hover {
	color: #f8f7eb;
	text-decoration: none;
	font-weight: bold;
	background-color: #726251;
}
#navigation a:active {
	color: #726251;
}

----------------------------------------*/

/* ..................................................Content */
#content {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
	background-color: #f8f7eb;
}
#content img {
	padding: 1px;
	border: 1px #726251 solid;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #fff;
}
/* ..................................................Rightcol */
#rightcol {
	/*color: #726251;*/
	padding-left: 10px;
	padding-right: 5px;
	float: right;
	width: 190px;
	height: 100%;
	margin-top: 16px;
	margin-bottom: 5px;
	margin-right: 7px;
	/*text-align: justify;
	font-size: 9px;*/
	border-left: 1px solid #eae4d0;
	background-color: #f8f7eb;
}
#rightcol p {
	color: #726251;
	/*text-align: justify;*/
	font-size: 9px;
	margin: 0;
}
#rightcol a {
	color: #726251;
}
#rightcol a:hover {
	color: #000;
	text-decoration: none;
}
/* ..................................................Footer */
#footer {
	color: #a29281;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	clear: both;
	width: 915px;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-bottom: 2px;
}
#footer a {
	color: #a29281;
	text-decoration: underline;
}
#footer a:hover {
	color: #726251;
	text-decoration: none;
}
/* ..................................................Format */
p{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 3px;
	margin-right: 3px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #726251;
	text-decoration: none;
}
/* ..................................................Headings */
h2{
	color: #f8f7eb;
	letter-spacing: 1px;
	font-size: 10px;
	background-color: #726251;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 16px;
}
/*h2 {
	text-transform: uppercase;
	color: #726251;
	font-size: 10px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	border-bottom: 1px #726251 solid;
}*/
h4{
	color: #726251;
	font-size: 10px;
	background-color: #eae4d0;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
/*h4 {
	color: #726251;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	border-bottom: 1px #726251 solid;
}*/
h5{
	font-size: 9px;
	font-weight: bold;
/*	font-style: italic;*/
	letter-spacing: 1px;
	color: #726251;
	/*background-color: #eae4d0;*/
	border-top: 1px #eae4d0 solid;	
	border-bottom: 1px #eae4d0 solid;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h6{
	color: #726251;
	font-size: 9px;
	font-weight: normal;
	text-indent: 5px;
	border-bottom: 1px dotted #eae4d0;
	margin: 0 0 3px 0;
	padding: 0;
}
/* ...................................................Styles */
.centrera {
	text-align: center;
}
.hoger {
	text-align: right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline;
}
.justify {
	text-align: justify;
}
.nobordermasthead {
	border: none;
	margin: 0;
	padding: 0;
}
.kulltabell {
	font-size: 10px;
	color: #726251;
}
.indexheading {
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	color: #726251;
	font-weight: bold;
}
.litenkursivhoger {
	font-style: italic;
	font-size: 9px;
	text-align: right;
}
.vitterdef {
	font-size: 9px;
	text-align: justify;
}
.galleribildtext {
	font-style: italic;
	font-size: 9px;
	text-align: center;
}
.stamtavlan {
/*	border-style: none;
	border-width: 0;*/
	border-right: 1px solid #726251;
	border-bottom: 1px solid #726251;
	background-color: #eae4d0;
	color: #726251;
	font-size: 9px;
}
.stamtavleram {
	border-left: 1px solid #726251;
	border-top: 1px solid #726251;
}
.struket {
	text-decoration: line-through;
}
.infobanner {
	color: #006600;
	padding-left: 1px;
	font-size: 9px;
	/*border: 1px solid #517262;*/
}
.gallerilankar {
	color: #f8f7eb;
}
.flaggan {
	border-width: 0;
}
.sokord {
	color: #f8f7eb;
}
