/* HTML taggar */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../bilder/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	overflow:auto;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.bg {
	border: 2px solid #FFB503;
}
td.selbg {
	font-family:verdana;
	font-size:10px;
	color:#F26722;
	background-color:#F0F0F0;
}

td.bg {
	font-family:verdana;
	font-size:10px;
	color:#000063;
	background-color:#f0f0f0;
}

td.rubrik {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
td.rubrikbg	{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#FFB503;
}

.header {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFB503;
}

input {
	font-family:verdana;
	font-size:10px;
}
textarea {
	font-family:verdana;
	font-size:10px;
}
.button	{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	background-color:#F0F0F0;
	color:#000063;
	border-color:#000063;
	border-width:1px;
	border-style:solid;
	width:;
	height:;
	cursor: pointer;
}

/* Objekt */
#content {
	width: 980px;
	text-align:left;
}
#banner {
	background-color: #FFB503;
}
#mainmenu {
	height: 27px;
	background-color: black;
	background-image: url(../bilder/menu_bg.gif);
	background-repeat: repeat-x;
	text-align:left;
}
#pagecontent {
	text-align:left;
}
#footer {
	background-color: #FFB503;
	background-image: url(../bilder/footer_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	color: black;
	padding-top: 2px;
}

/* Klasser */
.footerText {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.bold {
	font-weight: 700;
}
.gray {
	color:#606060;
}



a.sel {
	font-family:verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.sel:hover {
	font-family:verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

a.fet {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

hr	{
	height:1px;
	color:#000063;
}