/* CSS Document */


body { 
	padding: 0px;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	bbackground: #FFF;
}

h1 {
	margin: 0 0 5px 0;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px; 
}

h2 { 
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	text-align:center;
} /* rubriker p&aring; varje sida */

h3 { 
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
} /* Rubriker i sidoboxarna */

h4 {
	margin: 10px 0 5px 0;
	font-size: 14px;
}

img { 
	border: none; 
} 

a:link { 
	font-weight: bold;
	text-decoration: none;
	color:#472412; 
}

a:visited { 
	font-weight: bold;
	text-decoration: none;
	color:#472412;
}

a.svart:link { 
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

a.vit:link {
	font-weight: bold; 
	text-decoration: none;
	color:#fff; 
}

a.vit:visited { 
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}
a.vit:current { 
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}


/* SIDLAYOUT */
#layout { 
	float: left;
	width: 1080px; 
	padding: 0px; 
	background: #eee7de;
}

/* SIDHUVUD */
#sidhuvud {
	padding: 5px 5px 5px 5px;
	margin: 0;
	background-image:url(../bilder/headersom10.jpg);
	height: 180px;
	width: 1070px;
}

.sidhuvud_rubrik {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px; 
}

.sidhuvud_rubrik_vit {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}

.sidhuvud_liten_vit {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}

#headerbox1 {
	position: absolute; 
	left: 10px; 
	top: 20px;
	width: 400px;
	padding: 5px; 
}
#headerbox2 {
	position: absolute;
	left: 480px;
	top: 18px;
	width: 500px; 
}

#headerbox3 {
	position: absolute; 
	left: 940px; 
	top: 130px;
	width: 111px; 
	height: auto; 
	z-index:+1;
}

/* KOLUMNBOX */
#kolumncontainer {
	float: left;
	width: 1075px;
}

/* KOLUMN 1 */
#kolumn1 {
	float: left;
	width: 650px;
	padding: 5px 5px 5px 5px;
	background: #dccbb6; 
}
	
#kolumn1 p { 
	line-height: 20px;
	margin: 0 0 5px 0;
}

/* KOLUMN 2 */
#kolumn2 { 
	float: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 10px
}

/* MENYBOX */
#meny_container { 
	float: left;
	width: 210px;
	padding: 0px 10px 10px 0px;
}

/* BOX 1 - inneh&aring;ll */
#kolumnbox1 { 
	margin: 0; 
	padding: 0 10px 0 10px;
	background: #dccbb6;
}

#kolumnbox1 p {
	line-height: 20px;
	margin: 0;
}

/* BOX 1 runda h&ouml;rn */
.rund1 {
	margin: 0 0 15px 0;
	background: none;
}

.rundtopp1 {
	background: transparent;
}

.rundbotten1 {
	background: transparent;
}

.rund1_r1{
	margin: 0 5px;
	height: 1px;
	overflow: hidden;
	background: #dccbb6;
}

.rund1_r2{
	margin: 0 3px;
	height: 1px;
	overflow: hidden;
	background: #dccbb6;
}

.rund1_r3{
	margin: 0 2px;
	height: 1px;
	overflow: hidden;
	background: #dccbb6;
}

.rund1_r4{
	margin: 0 1px;
	height: 2px;
	overflow: hidden;
	background: #dccbb6;
}

/* BOX 2 - inneh&aring;ll */
#kolumnbox2 {
	margin: 0;
	padding: 0 10px 0 10px;
	background: dccbb6;
}

#kolumnbox2 p {
	line-height: 15px;
	margin: 0;
}

/* BOX 2 runda h&ouml;rn */
.rund2 {
	margin: 0 0 15px 0;
	background: none;
}

.rundtopp2 {
	background: transparent;
}

.rundbotten2 {
	background: transparent;
}

.rund2_r1{
	margin: 0 5px;
	height: 1px;
	overflow: hidden;
	background: dccbb6;
}

.rund2_r2{
	margin: 0 3px;
	height: 1px;
	overflow: hidden;
	background: dccbb6;
}

.rund2_r3{
	margin: 0 2px; 
	height: 1px; 
	overflow: hidden; 
	background: dccbb6;
}

.rund2_r4{
	margin: 0 1px;
	height: 2px;
	overflow: hidden;
	background: dccbb6; 
}



