HTML, BODY
{
	margin:0px;
	background-position:center fixed;
	background-repeat:no-repeat;
}
BODY
{	overflow-y:scroll;	
	margin-top:20px;
	margin-bottom:40px;
}

P
{
	font-family:Tahoma, Verdana;
	color:#191919;
	font-size:11px;
	line-height:14px;
	margin:0px;
	margin-bottom:10px;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:Tahoma, Verdana;
	color:#191919;
	font-size:11px;
	line-height:normal;
	margin:0px;
}

A
{
	color:#e51937;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}


h1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#191919;
}

h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin:0px;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:4px;
	text-transform:uppercase;

}

/* --- ID -------------------------------------------------- */



/* --- CLASSES -------------------------------------------------- */
.height100
{
	height:100%;
}

.main_table
{
	background-color:#ffffff;
	height:100%;
}

.top_td
{
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;}
	
.bottom_td
{
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
}
.menu_table td.meny
{
	background-image:url(../images/menu_table_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;}
table.html4
{	border-top:1px solid #eaeaea;
	color:#333333;
	font-size:11px;
	height:100%;

}

td.html4 
{	padding-left:15px;
	padding-right:15px;
}
.html4 p,
.html4 div,
.html4 span,
.html4 a,
.html4 td
{
	color:#333333;
	text-decoration:none;
}


/* --- TOPMENY --- */
.topmenu UL
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.topmenu
{
	margin:10px;
	float:right;
	height:40px;
}
.topmenu a
{
	color:#494949;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	display:inline;
	line-height:normal;	
	text-transform:uppercase;
}
.topmenu li a
{
	display:block;
	float:left;
}
.topmenu li
{
	float:left;
	border-left:1px solid #cccccc;
}

.topmenu li.first
{
	border-left:none;
}

.topmenu a.selected,
.topmenu a:hover,
.menu a:hover,
.menu a.selected
{	background-color:#e5e5e5;}
.menu
{
	margin:0px;
}
.menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.menu a
{	

	color:#494949;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:normal;	
	display:block;
	border-bottom:1px solid #e5e5e5;
}
.menu li
{
	display:inline;
	margin:0px;
	float:none;	
}



