/* CSS menymall */

body
{
	margin:0;
	padding:0;
	background-color:#840000;
	text-align: center;
}

h1{
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding-left: 10px;
}
h2{
	color:#006633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	padding-left: 10px;
	font-weight: bold;
}
h3
{
	color:#006633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
}
p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	font-size: medium;
}
.logo{
	margin-left:225px;
}
.img {
	height: 190px;
	width: 290px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.img2{
	float: right;
	width: 200px;
	margin: 5px;
	height: 150px;
	clear: right;
}
.aktuellt {
	float: right;
	height: auto;
	width: 200px;
	border: 1px solid #B30000;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 10px;
}


#meny{
	width: 170px;
	padding: 5px;
	list-style-type: none;
	letter-spacing: 0.1em;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}


#meny li{
}
#meny a{
	display: block;
	width: auto;
	height:100%;
	padding: 0.25em;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #999999;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #FFFFFF;
}
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{
	color: #333333;
	background-color:#FFFFCC;
}
#meny a#current{
	color: #000000;
	background-color:#CCCCCC;
}
#meny a#subcurrent{
	color: #000000;
	background-color:#CCCCCC;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#sidhuvud {
	background-color: #CCCCCC;
	text-align: left;
	height: 90px;
	width: 1000px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidfot {
	background-color: #CCCCCC;
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-bottom: 0px;
}
#innehall {
	width: 780px;
	top: 96px;
	float: right;
	text-align: left;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#footer {
	height: 25px;
	width: 1000px;
	border-top-width: 3px;
	border-top-color: #840000;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	bottom: 0px;
}
