/*================================== Root CSS ===============================================*/

* {
	margin:0;
	padding:0;
}


html {
	background: #637d52 url(style/mainbg.png) repeat;
	height:auto;
}

body {
	background: url(pr-bg.jpg) repeat-x;
	margin:0px auto 0px auto;
	padding:0;
	height:auto;
font-family: Arial, sans-serif;
}



#head {
	width:800px;
	margin:0 auto;
	padding: 0 0 16px;
	background:url(head-bg.jpg) no-repeat;
}




/* Quick Links CSS */

.ql-div {
	background:url(pr-ql.jpg);
	height:25px;
}

.ql-div-link {
	font-size:.75em;
	text-align:right;
	text-transform:lowercase;
	line-height:1.75em;
}

.ql-div-link a{
	font-size:.95em;
	font-weight:bold;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
}

.ql-div-link a:hover{
	color:#003300;
	border-bottom-color:#003300;
}




.content {
	width:800px;
	height:auto;
	background: #e6f7ce url(pr-25b.png) repeat-y;
	margin: 0 auto 5px;
	color:#003300;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
}

.inner-content {
	background:url(pr-25t.png) no-repeat;
}


.sidebar {
	float:left;
	width: 180px;
	height:auto;
	overflow: hidden;
	margin: 10px 0 10px 10px;
}

.main-content {
	width: 580px;
	height:auto;
	float: right;
	overflow: hidden;
	margin: 10px 10px 10px 0;
}

.content-foot {
	background:url(pr-cf.png) no-repeat bottom;
	width:800px;
	height:1px;
	clear:both;
}


#foot {
	background:url(pr-f.jpg);
	width: 800px;
	margin: 0 auto;
	height:100px;
	font-size: 0.75em;
	color:#003300;
	text-align:center;
}

#after-foot {
	background:url(pr-fr.jpg);
	width: 800px;
	height:20px;
	margin:5px auto;
}






/*========================= Olika typer av innehåll på sidans olika delar: =============================*/

#head h1 {
	background: url(logo3.gif) left no-repeat;
	line-height: 150px;
	text-align:center;
	vertical-align:bottom;
	padding-left:250px;
	margin: 0 0 10px;
	font-size: 2em;
}

#head hr {
	margin: 0;
	padding: 0;
	background:url(hr.png);
	height: 1px;
	border: none;
}


blockquote {
	background:url(pr-blockq.png) top left no-repeat;
	color:#002200;
	margin:15px;
	padding:36px 18px 18px 36px;
	font-size:.95em;
	line-height:1.25em;
	text-align:left;
}

li {
	color:#002200;
	list-style:outside square;
}

.main-content ul {margin-left:5px;}
.main-content li {margin-left:1em;font-size:.80em;}
.main-content a:hover {background-color:#cad9a0;}




p{
	font-size:.80em;
	line-height:1.25em;
	margin:5px 5px 10px 5px;
	color:#002200;
}

#foot p {
	padding-top: 2em;
}


a{
	color:#002200;
	font-weight:bold;
	text-decoration: none;
}

#foot a:hover{
	color:#001100;
	border-bottom:1px dotted #b4dcaa;
}

a img {
	border: none;
}

a:hover img {
	text-decoration:none;
}



h1 {
	font-size:1.25em;
	font-weight:bold;
	color:#002200;
	margin:0 0 0 5px;
}

h2 {
	font-size:1.05em;
	font-weight:bold;
	color:#002200;
	margin:15px 0 5px 5px;
}

h3 {
	font-size:.95em;
	font-weight:bold;
	color:#002200;
	margin:15px 0 5px 5px;
	font-style:italic;
}

hr {
	background:url(pr-cf.png) top center;
	color:#002200;
	height:1px;
	margin:.5em 0 .5em 0;
	border:0;
}





.borderframe {
	border: solid #062 1px;
}

textarea, input, select{
	border:solid #062 1px;
}


.borderframe textarea, .borderframe input, .borderframe select{
	border:none;
	width:100%;
}



.menu, .top_menu, .lng_select {
	font-size:.8em;
	color:#000000;
	font-weight:bold;
	line-height:1.5em;
}

.top_menu {
	text-align:center;
	margin: 0;
	padding:0;
	width:100%;
}


.top_menu li{
	display: inline;
	padding: 0 0.5em;
}

.top_menu li+li{
	border-left: solid 0.5px;
}

.menu li span, .top_menu li span, .lng_select li span{
	border: inset 1px;
	background: #a3b869;
	display: block;
}



.top_menu li span{
	border: none;
	background:url(pr-lbg.png) repeat-x;
	display: inline;
}




.menu li a, .top_menu li a, .lng_select li a {
	margin: 0;
	display: block;

}


.top_menu li a{
	font-size:1em;
	color:#003300;
	padding:0 0.3em;
	text-decoration: none;
	display: inline;
}

.menu li a:hover, .top_menu li a:hover, .lng_select li a:hover{
	background:#a3b869;
	border-bottom:none;
}

.lng_select img {
	vertical-align: middle;
	padding-right: 12px;
}

#side_login {
	text-align:center;
	font-size:0.75em;
}

.button {
	color:#006600;
	color:#003300;
	color:#000000;
	font-size: 0.8em;
	font-weight: bold;
	background: #637d52 url(pr-lbg.png) repeat-x;
	border:solid #062 1px;
	margin:1px;
}


.button:hover{
	border:solid #062 1px;
	color: #ee7;
}


