*
{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html
{
	font-size: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body
{
	font-family: Arial, Futura, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff; /**/
	margin: 0;
	padding: 10px;
	text-align: center;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000; /**/
	text-decoration: underline;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	margin: 20px 270px 10px 290px;
}

#main h1 { font-size: 16pt; font-weight: normal; padding: 5px 0px 5px 0px; }

h2
{
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 10px 30px;
}

h3
{
	font-size: 16pt;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}

p
{
	line-height: 160%;
	color: #555555;
	margin: 0px 290px 10px 290px;
}

#main p, #main_sub p 
{
	color: #555555; 
	margin: 0px 0px 10px 0px;
}

#bottom_start_left p 
{
	color: #555555; 
	margin: 0px 0px 0px 290px; 
}

#bottom_start_right p
{
	margin: 0px;
	text-align: right;
	color: #555555;
	font-size: 7pt;
}

#bottom_start_right a
{
	color: #555555;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

table
{
	margin: 0;
	padding: 0;
	border: 0;
}

form
{
	color: #555555;
}




/* Style ID ---------------------------------------------------------*/

#container
{
	width: 940px;
	margin: 0px auto;
	background-color: #ffffff; /**/
}

#sidhuvud
{
	width: 940px;
	height: 80px;
	float: left;
}

#menu_iframe
{ 
	float: left;
	width: 260px;
	height: 415px;
}

#main
{
	width: 650px;
	text-align: left;
	float: right;
}

#main_left
{
	width: 287px;
	text-align: left;
	float: left;
}

#main_right
{
	width: 363px;
	text-align: left;
	float: right;
}

#bottom
{
	width: 940px;
	text-align: left;
	float: left;
	align: center;
}

#bottom_start_left
{
	width: 740px;
	text-align: left;
	float: left;
	padding: 30px 0px;
}

#bottom_start_right
{
	width: 200px;
	float: right;
	padding: 30px 0px;
	position: relative;
	top: 0px;
	left: 25px;
}

#menu_left
{ 
	line-height: 190%;
	text-align: right;
	float: left;
	width: 119px;
	height: 415px;
	padding: 10px 10px 0 0;
	border-right: 1px solid #000000;
	color: #555555;
}

#menu_right
{
	line-height: 190%;
	text-align: left;
	float: left;
	width: 119px;
	height: 415px;
	padding: 10px 0 0 10px;
	color: #000000;
}

#menu_right a
{
	color: #555555;
}

#active_link
{
	color: #555555;
}

#login_start_info
{
	padding: 
}



/* Slut style ID ----------------------------------------------------*/


/* style Classes ----------------------------------------------------*/


.lang a
{
	position: relative;
	top: 56px;
	left: 475px;
	color: #555555;
}

.next
{
	position: relative;
	top: 0px;
	left: 240px;
}

.prev
{
	position: relative;
	top: 0px;
	left: 235px;
}

.fav
{
	position: relative;
	top: 0px;
	left: 225px;
}

.img_left
{
	float: left;
	padding: 0 10px 0 0;
}

/* help */
.float_left { float: left; }
.display_hidden { display: none; }
/* width */
.w200 {width: 200px; }
.w320 {width: 320px; }
.w350 {width: 350px; }
/* paddings */
.pad_l_30 {padding-left: 30px; }
.pad_l_290 {padding-left: 290px; }
.pad_t_10 {padding-top: 10px; }
.pad_t_20 {padding-top: 20px; }
/* margins */
.marg_l_200 {margin-left: 200px; }
.marg_l_350 {margin-left: 400px; }
.text_main_right { margin: 10px 30px 20px 30px; }
.text_no_margin { margin: 10px 0 0 0; }
.margin_right { margin: 10px 0px 20px 30px; }
/* colors */
.color_red { color: red; }



