﻿body {
	background-color: #D2E1C8; 
	height: 101%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #333333;
}


#header {
	margin-left:200px;
}

#container {
	clear: both;
	background-color: #FFFFEC;
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px #336600 solid;
	border-left: 1px #408000 solid;
	border-top: 1px #408000 solid;
	padding:10px;
	overflow:auto;
}

#left_col {
	float: left;
	width: 185px;
}

#right_col {
	text-align: center;
	float: right;
	width: 180px;
	border:1px #D3ECC4 solid;
	
}

#page_content {
	margin-left: 185px;
	margin-right: 180px;
	width:360px;
	padding-left: 30px;
}

#footer {
	clear: both; /*height: 90px;*/;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #808080;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFEC;
	border-top: 1px #D3ECC4 solid;
	border-bottom: 1px #336600 solid;
	border-right: 1px #336600 solid;
	border-left: 1px #408000 solid;
	/*line-height: 3em;*/
}
img {
	border:none;
	padding:5px;
}
.menuCell {
}
.menuCellSelected {
	/*background-color: #EDF0EC;*/
	background-color: #CFE3B9;
}
.menuCellHover {
	background-color: #B4D291;
}
.rubrik {
	font-size: 10pt;
	font-weight: bold;
	color: #4F8745;
}
a:link {
	color: #800000;
	font-size: 9pt;
}
a:visited {
	color: #800000;
	font-size: 9pt;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a {
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
	font-size: 9pt;
}
a.menytext {
	color: #333333;
	text-decoration: none;
}
a:hover.menytext {
	color: #333333;
	text-decoration: none;
}
a:visited.menytext {
	color: #333333;
	text-decoration: none;
}


