/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #66c;
	scrollbar-face-color:#66c;
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color:66c;
	scrollbar-darkshadow-color:66c;
	scrollbar-shadow-color:fff;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:#66c;
	font-family:Arial;
	font-size:12px;

}

.rubrik {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.brodtext
{
	font-family:Arial;
	font-size: 12px;
}

.huvudrubrik {
font-family:Arial;
font-weight:bold;
font-size:16px;
color:#FFFFFF;
background-color:#6666cc;
}

.fetlink {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color:#00f;

}



.active-scroll-bars {overflow-x: hidden;
}

.fetbar {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.footer {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}

.footer_link {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

.leftimage {
margin-right: 15px;
margin-bottom: 5px;
float: left;
}


.main {
	width: 900px;
	border-style: none;
}
.bar_right {
	background: url(../images/bar_right.jpg);
}
.bar_left {
	background: url(../images/bar_left.jpg);
}
.bar_middle {
	background: url(../images/bar.jpg);
}
.main_left_up {
	background: url(../images/main_left_up.jpg);
}
.main_up {
	background: url(../images/main_up.jpg) repeat-x;
}
.main_right_up {
	background: url(../images/main_right_up.jpg);
}
.main_left {
	background: url(../images/main_left.jpg);
}
.main_right {
	background: url(../images/main_right.jpg);
}
.main_left_down {
	background: url(../images/main_left_down.jpg);
}
.main_down {
	background: url(../images/main_down.jpg);
}
.main_right_down {
	background: url(../images/main_right_down.jpg);
}

.white {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.grey_small {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}


