@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../image/bg_sidan.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	height: 100%;
	border: 1px solid #222222;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}

.oneColFixCtrHdr #Menuhead {
	clear: both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	border-top: 1px solid #222222;
}
.oneColFixCtrHdr #footer {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 800px;
	background-color: #000000;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
	border-top: 1px solid #222222;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.text {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text1 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Arial10 {
	color: #DEDE4B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.GreenRubrik16 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #DEDE4B;
	text-decoration: none;
}
.UnderlineblackRubrik {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDE4B;
	text-decoration: underline;
}
.a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDE4B;
	text-decoration: none;
}
.a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDE4B;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDE4B;
	text-decoration: none;
}
.underlinedot {
	border-bottom: 1px dotted #AAAAAA;
}
