/* CSS Document */

/* test layout tiveds handel */

body {padding: 2em;margin: 0;font: 0.7em Verdana, sans-serif;}

h1 {margin: 0 0 5px 0; font-size: 2.5em; color: #647251; letter-spacing: 0.3em;}
h2 {margin: 10px 0 5px 0; font-size: 1.5em; font-weight: normal; letter-spacing: 0.1em;}
h3 {
	margin: 5px 0;
	font-size: 1em;
	color: #647251;
	background: #d4ea86;
	letter-spacing: 0.1em;
	padding-left: 5px;
}
p {margin: 0 0 5px 0;}
span{margin-left: 250px;}

a:link{color: #2d371e;}
a:visited{ color: #2d371e;}
a:hover{color: #2d371e; background: #c9e76d;}

/* sidlayout */
#layout {width: 700px; margin-right: auto; margin-left: auto;}
#sidhuvud {padding: 10px; margin: 0; background: #a1ba67;}
#kolumncontainer{float: left; border-right: 1px solid #a1ba67; border-left: 1px solid #a1ba67;}
#kolumn1 {float: left; width: 200px;}
#opacitybox{
	float: left;
	margin: 0;
	padding: 10px;
	background: #eeeeee;
	line-height: 1.8em;
	border-top: thin solid #a1ba67;
	border-right: thin solid #a1ba67;
	border-bottom: thin solid #a1ba67;
	border-left: thin none #a1ba67;
}
#besoksbox{float: left; margin: 0; padding: 10px; background: #ffffff;font-size: 0.9em;}
#kolumn2 {float: right; width: 478px; padding: 10px; background: #ffffff; line-height: 1.8em;}
#sidfot {clear: both; padding: 10px; background: #a1ba67;}

/* Sidhuvud och sidfot (hf) runda horn */
.rundhf {background: transparent;}
.rundtopph {background: transparent;}
.rundh_r1{margin: 0 5px; height: 1px; overflow: hidden; background: #a1ba67;}
.rundh_r2{margin: 0 3px; height: 1px; overflow: hidden; background: #a1ba67;}
.rundh_r3{margin: 0 2px; height: 1px; overflow: hidden; background: #a1ba67;}
.rundh_r4{margin: 0 1px; height: 2px; overflow: hidden; background: #a1ba67;}

/* meny */
#menycontainer{float: left; margin: 1em 0 0 1em; padding: 0;}
#meny{margin: 0; padding: 0; list-style-type: none;	font-size: 1em; background: #ffffff;}
#meny a{width: 10em; text-decoration: none;	display: block;	padding: 0.3em 1em;	margin-bottom: 0.8em;border-bottom: 1px dotted #a1ba67; border-left: 1px none;}
#meny a:link{color: #2d371e;}
#meny a:visited{color: #2d371e;}
#meny a:hover{background: #c9e76d;}
#meny a#current{font-weight: bold; border-left: 1px solid #a1ba67; border-right: 10px solid #a1ba67;}

.clsAndra{margin-left: 20px;line-height: 1.2em;}
.clsTredje{margin-left: 30px;line-height: 1.2em;}
.clsLista{line-height: 1em;}