body {
	background-color: #D7A900;
	background-attachment: scroll;
	background-repeat: repeat-y;
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #f1f1f1;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #b90029;
	background-image: url(../imglib/bg_fade6.png);
	background-position: center top;
}
.rutbg {
	background-image: url(../imglib/rutbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logobg {
	background-attachment: scroll;
	background-image: url(../imglib/logomitten.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
.ruttxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: top;
}
.ruttxtrubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.botbg {
	background-color: #595959;
	background-repeat: no-repeat;
	background-position: top;
}

.whitelink {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}
.lowertableborder {
	border-top: 1px solid #F1F7DA;
	border-right: 1px solid #F1F7DA;
	border-bottom: 1px solid #F1F7DA;
	border-left: 1px solid #F1F7DA;
}
.normaltableborder {
	border: 1px solid #999999;
}
.ruttxtrubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.ruttxtrubrikblack {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.ruttxtbodyblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	line-height: 12pt;
}
.ruttxtrubrikred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C0003;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.columnline {
	background-image: url(../imglib/column_line.gif);
	background-color: #ffffff;
	border-top-width: 15px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-width: 15px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	width: 1px;
}
/* the menu styling */
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative;
	font-size:11px;
	padding-bottom:2px;
	font-weight: bold;
	width: 820px;
	z-index: 2;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:159px;
	height:34px;
	background:#cccccc;
	padding-left:5px;
	line-height:34px;
	background-image: url(../imglib/menu_of3.gif);
	background-repeat: repeat;
}
* html .menu ul li a, .menu ul li a:visited {
width:159px;
}
.menu ul li ul {
display: none;
}
.menutable {
margin:-1px; 
border-collapse:collapse;
font-size:10px;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
border-top-width: 1px;
border-top-color: #cccccc;
border-top-style: solid;
color:#666666;
background-image: url(../imglib/menu_on2.gif);
background-repeat: repeat;
background-color: #FFFFFF;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:33px;
margin-top:1px;
left:0; 
width:118px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg/in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#F5F5F5;
color:#858585; 
height:auto; 
line-height:1.2em; 
padding:8px 8px; 
width:146px
}
* html .menu ul li a:hover ul li a {
width:146px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#ffffff bottom right repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#6A6A6A; 
color:#fff;
}
.bgtable {
	background-attachment: fixed;
	background-image: url(../imglib/menu_bg2.gif);
	background-repeat: repeat;
	background-position: right top;
	z-index: 99;
}
.nyhetspufftxt {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	line-height: 12px;
}
.ruttxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 4px;
}
.ruttxtbodyblackwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	line-height: 12pt;
}
