@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#ram {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 612px;
}
#header {
	height: 148px;
	width: 800px;
	background-image: url(images/header.jpg);
}
#menu {
	width: 190px;
	float: left;
	background-color: #999999;
	background-image: url(images/menu09.jpg);
	height: 454px;
}
#menu ul {
	margin: 0px;
	padding-top: 12px;
	padding-left: 14px;
}
#menu li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu #current {
	text-decoration: underline;
}
#contents {
	width: 610px;
	float: left;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 354px;
	overflow: auto;
}
#contents img {
	padding-left: 15px;
	padding-bottom: 5px;
}
#contents a {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
#contents a:visited {
	color: #47852B;
}
#contents a:hover {
	text-decoration: underline;
}
#flashmarginal  {
	margin-top: 0px;
	float: left;
	height: 464px;
	width: 620px;
}
#footer {
	float: left;
	height: 90px;
	width: 610px;
	margin-top: 10px;
}
.rubrik {
	font-size: 18px;
	font-weight: bold;
	color: #336600;
	margin-top: 1.5em;
}
.rubrikSmall {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
p {
	padding-left: 10px;
}

