﻿/* CSS menymall */
body {
	padding: 2em;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #F2F2F2;
}
h2 {margin: 0 0 0.5em 0; font-size: 2.5em;}
h3 {margin: 1.5em 0 0.5em 0; font-size: 1.5em;}
h4 {margin: 1.5em 0 0.5em 0; font-size: 1.3em; font-family:Verdana}
.kh {margin: 2em 0 1em 0; font-size: 1em; font-weight:bold}
hr {height: 1px; noshade}

p {line-height: 1.8em; margin: 0 0 5px 0;}
.newshd {
	background:#4B7B38;
	font-weight:bold;
	color:#ffffff;
	text-indent:2px;
	border:0px #000000 solid;
	
	
}
.firstpagebanner {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight:normal;
	color: #699054;
	height: 50px;
	border: 1px #699054 solid;
	text-align: center;
	width: 480px;
	margin-top: 30px;
}
.firstpagetable {
    margin: 0 0 5px 0;
    background-image:url('../images/tablebkg.gif');
    width:480px;
    height:180px;

}
.tableHeader {
	margin: 0 0 5px 0;
    font-size:22px;
    color:#699054;
    height:50px;
}
.tableBody {
	line-height: 1.8em;
	margin: 0 0 5px 0;
	height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
.tableBody a:link {
	color: #699054;
	text-decoration: none;
}
.tableBody a:visited {
	color:#699054;
	text-decoration:none;
}
.tableBody a:hover {
	color: #699054;
	text-decoration: underline;
}
.newstable {
	padding:2px;
	width:100%;
	line-height: 1.8em; 
	margin: 0 0 5px 0;
	color:#ffffff;
}
.newstable a:link {
	color:#ffffff;
	text-decoration:none;
}
.newstable a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.newstable a:visited {
	color:#ffffff;
	text-decoration:none;
}

/* sidlayout */
#layout {
	width: 700px;
	
/*	background: #999966;*/
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	
	
}
#sidhuvud {
padding: 10px; 
margin: 0;
}
#kolumncontainer{
	float: left;
	width: 700px;
	/*background: #E2E2E2;*/
	background:#699054;
	/*background:#4B7B38;*/
}

#kolumn1 {
	float: left; 
	width: 480px; 
	padding: 10px;	
	background: #ffffff;

}


#kolumn1 a:link {
	color: #699054;
	text-decoration: none;
}
#kolumn1 a:visited {
	color:#699054;
	text-decoration:none;
}
#kolumn1 a:hover {
	color: #699054;
	text-decoration: underline;
}

#kolumnHelsida {float: left; width: 680px; padding: 10px;	background: #ffffff;}
#kolumnHelsida a:link {
	color: #699054;
	text-decoration: none;
}
#kolumnHelsida a:visited {
	color:#699054;
	text-decoration:none;
}
#kolumnHelsida a:hover {
	color: #699054;
	text-decoration: underline;
}

#kolumn2 {
	float: left;
	width: 170px;
	padding: 10px;
	color: #000000;
}
#sidfot {
	clear: both;
	padding: 10px;
	background: #333333;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	text-align:center;
}
/*#menycontainer{
	font-size: 11px;
	padding-top: 120px;
	border-bottom: 1px solid #666666;
	background: url('../images/logo.jpg') no-repeat center;
}*/

#menycontainer{
	font-size:11px;
	padding-top: 120px; 
	border-bottom: 1px solid #000000; 
	background: url('../images/logo.jpg') no-repeat center;
}
#menycontainer ul{padding: 0.4em 0; margin: 0; }
#menycontainer li{margin: 0; padding: 0 ; display: inline; list-style: none;}
#menycontainer li a{
	text-decoration: none;
	padding: 0.4em 1.3em;
	margin-left: 1em;
	border: 1px solid #333333;
	border-bottom: none;
	background-color: #4B7B38;
}
#menycontainer a:link{color: #000000;}
#menycontainer a:visited{color: #000000;}
#menycontainer a:hover{
	background: #699054;
}
#menycontainer a#current{
	background: #ffffff; 
	border: 1px solid #333333; 
	border-bottom: 1px solid #ffffff; 
	color: #000000;
}
