/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 100%;
	background-color:#FFFFFF;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:active, a:visited   {
	font-weight: bold;
    text-decoration: none;
	color: #336699;
    border-bottom: 1px dotted #336699;
}

a:hover   {
	font-weight: bold;
    text-decoration: none;
	color: #CC3300;
    border-bottom: 1px dotted #CC3300;
}

img.left {
	margin: 5px 5px 5px 0px;
	float: left;
	border: 0px;
}

img.bild {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color:#ffffff;
}


/* LAYOUT  ALLMANT */

#ram {
	position:absolute;
	left:50%;
	top: 0px;
	width: 950px;
	/* min-height: 100%;*/
	margin-left: -475px;
}

/* * html #ram {
	height: 100%;
} */

/* LAYOUT SIDHUVUD */

#sidhuvud-v {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 300px
}

#sidhuvud-h {
	position:absolute;
	top: 0px;
	left: 310px;
	width: 640px;
	height: 200px;
}


/* INNEHALL LAYOUT */

#innehall {
	position:absolute;
	top: 240px;
	left: 0px;
	width: 950px;
	background-image: url(../images/bg_innehall.gif);
	background-repeat: repeat-y;
}

/* HUVUDMENY LAYOUT */

#meny {
	float:left;
	width: 310px;
	min-height: 100%;
	background-image: url(../images/bg_meny.gif);
	background-repeat: repeat-y;
	border: 0px;
}

* html #ram #innehall #meny {
	height: 100%;
}

#meny ul {
	margin-left:30px;
	padding:0px;
	list-style:none;
}
#meny ul li {
	/*float: left;*/
	height: 40px;
	width: 250px;
}

#meny li > ul {
	top: auto;
	left: auto;
	}
#meny ul li a {
	display: block;
	height: 19px;
	margin: 0px;
	padding: 21px 0px 0px 0px;
	font-weight: bold;
    text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.8px;
	background-image: url(../images/meny_off.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#meny ul li a:hover {
	color: #336699;
	background-image: url(../images/meny_on.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#meny ul li#aktivmeny a {
	color: #336699;
	background-image: url(../images/meny_on.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#meny ul li#special a {
	color: #CC3300;
	border: 0px;
}

#meny ul li#specialaktiv a {
	color: #CC3300;
	background-image: url(../images/meny_on.gif);
	background-repeat: no-repeat;
	border: 0px;
}

/* LAYOUT NYHYTER */

#nyheter {
	float:left;
	width: 640px;
}

.nyhetsbox {
	float: left;
	padding: 21px 30px 15px 15px;
	clear: both;
}

.nyhetsdatum {
	width: 150px;
	float: left;
	color: #cc3300;
	font-size: 80%;
}

.nyhetstext h1 {
	font-size: 120%;
	margin-bottom: 10px;
}


.nyhetstext {
	width: 415px;
	float: right;
	font-size: 70%;
}

/*LAYOUT UNDERSIDOR */

#undermeny {
	float:left;
	width: 180px;
	background-image: url(../images/bg_undermeny.gif);
	background-repeat: repeat-y;
}

#undermeny ul {
	margin:21px 0px 0px 15px;
	padding:0px;
	list-style:none;
}
#undermeny ul li {
	/*float: left;*/
	height: 23px;
	width: 150px;
}

undermeny li > ul {
	top: auto;
	left: auto;
	}
#undermeny ul li a {
	display: block;
	height: 23px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
    text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size: 70%;
	/*background-image: url(../images/meny_off.gif);
	background-repeat: no-repeat;*/
	border: 0px;
}

#undermeny ul li a:hover {
	color: #336699;
	/*background-image: url(../images/meny_on.gif);
	background-repeat: no-repeat;*/
	border: 0px;
}

#undermeny ul li#aktiv a {
	color: #336699;
	background-image: url(../images/undermeny_aktiv.gif);
	background-repeat: no-repeat;
}

#undermeny ul li#tjansterrubrik {
	color: #333333;
	text-transform: uppercase;
	font-size: 70%;
	font-weight:bold;
	
}

#undermeny ul li.tjanster a {
	padding: 2px 30px 10px 20px;
	color: #333333;
	text-transform: uppercase;
	/*font-weight: bold;*/
	background-image: url("../images/bg_li_mark_tjanster.gif");
	background-repeat: no-repeat;
	font-size: 80%;
}

#undermeny ul li.tjanster a:hover, #undermeny ul li#tjanstervisa a:hover {
	color: #336699;
}

#undermeny ul li#tjanstervisa {
	margin-bottom: 10px;
}

#undermeny ul li#tjanstervisa a {
	padding: 2px 30px 10px 20px;
	color: #cc3300;
	text-transform: uppercase;
	/*font-weight: bold;*/
	background-image: url("../images/bg_li_mark_visa.gif");
	background-repeat: no-repeat;
	font-size: 80%;
}

#text {
	float:right;
	width: 430px;
}

#text h1 {
	font-size: 110%;
	margin: 15px 30px 10px 0px;
}

#text p {
	font-size: 80%;
	padding: 0px 30px 10px 0px;
}

#text p.ingress {
	font-size: 100%;
	padding: 0px 30px 10px 0px;
	font-style:italic;
}

#text h2 {
	font-size: 80%;
	margin: 0px 30px 5px 0px;
}


#text ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	border: none;
}

#text ul li {
	display: block;
	font-size: 75%;
	background-image: url("../images/bg_li_mark.gif");
	background-repeat: no-repeat;
	width:380px;
	height: 100%;
	padding: 0px 30px 10px 20px;
}

#text span {
	color: #cc3300;
	font-weight: bold;
}

.textruta { 
	width: 400px;
	margin-bottom: 10px;
}


.textruta dl {
	padding: 0px;
	list-style-type: none;
	margin: 5px 0px 20px 0px;
}

.textruta dt, .textruta dd, .textruta ul, .textruta li {
	list-style-type: none;
	width: auto;  
}

.textruta .textvisa dt {
	cursor: pointer;
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	line-height: 15px;
	text-align: left;
	background-image: url("../images/bg_li_mark.gif");
	background-repeat: no-repeat;
	clear:both;
	font-size: 70%;
}


.textruta .textvisa dd {
	padding:3px 20px 3px 0px;
	color: #666666;
	font-weight: normal;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color:#f0f0f0;
}

.textruta .textvisa dd ul {
	padding: 0px;
	
}

#text .textruta .textvisa dd ul li {
	/*margin-bottom: 20px;*/
	padding: 0px 10px 4px 20px;
	text-align: left;
	height: 1%;
	font-size: 70%;
	background-image: url("../images/vitruta.gif");
	background-repeat: repeat;
	width: 350px;
}

#text .textruta .textvisa dd ul li a {
	text-decoration: none;
	background-image: url(../images/undermeny_aktiv.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#text .textruta .textvisa dd ul li ul.tips {
	font-size: 150%;
}

#text .textruta .textvisa dd ul li ul.tips li {
	background-image: url("../images/bg_li_mark.gif");
	background-repeat: no-repeat;
}

/* LAYOUT FORMULAR */

#avtalform {
	margin-top: 10px;
	font-size: 90%;
}

#avtalform h1 {
	font-size: 90%;
	font-weight:bold;
	color: #336699;
	text-transform: uppercase;
	margin: 10px 30px 5px 0px;
	padding: 0px 0px 5px 0px;
}

#avtalform table {
	margin: 0px 0px 10px 0px;
}

#avtalform table td {
	padding: 3px 0px 3px 0px;
	font-size: 80%;
}

#avtalform label {
	font-weight: bold;
}

#avtalform .falt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	width:400px;
	color: #666666;
	background-color: transparent; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border-bottom: solid 1px #cccccc;
	margin-top: 5px;
}

#avtalform select.falt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	width:400px;
	color: #666666;
	background-color: #f0f0f0; 
	border: solid 1px #666666;
}


#avtalform .knapp {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;  
	width: 180px;
	background-color: #cccccc; 
	border: 1px solid 1px #666666;
	margin-top: 10px;
}

#avtalform	span.kommentar {
	font-style: normal;
	font-weight: bold;
	color: #cc3300;
}

/* BILDARKIV */

#fotoform label {
	font-weight: bold;
	margin:0px 0px 10px 0px;
}

#fotoform select.falt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	width:400px;
	color: #666666;
	background-color: #f0f0f0; 
	border: solid 1px #666666;
	margin:8px 0px 0px 0px;
	}

table.visathumbsram {
	padding: 5px;
}

table.visathumbs {
	width: 120px;
	margin: 5px 0px 5px 0px;
	float:left;
}

table.visathumbs td.bild {
	padding: 0px 1px 0px 1px;
}

table.visathumbs td.bild a {
	border: 0px;
}

table.visathumbs td.bildtext {
	padding: 5px 1px 0px 6px;
	font-size: 75%;
	line-height: 13px;
	font-style:italic;
	background-color:#fafafa;
}

/* LAYOUT SIDFOT */

#sidfot {
	clear: both;
	width: 900px;
	text-align: right;
	font-size: 70%;
	color: #999999;
	padding: 40px 30px 0px 0px;
	/*background-image: url(../images/bg_sidfot.gif);
	background-repeat: repeat-x;*/
}

