*
{
	font-size: 12px; 
	font-family: Arial, Helvetica, Sans-Serif;
}

a
{
	text-decoration: none;
	color: #3a66d5;
}

a:hover
{
	text-decoration: underline;

}

body
{
	background-color:#fff;
	background-image: url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

.mellanrubik
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

h5
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-size: 18px;

}

h4
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-size: 24px;
}

h3
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-size: 24px;
	color:#f07c26;
}

h2
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-weight:lighter;
	font-size: 24px;
}

h1
{
	font-family: Times New Roman, Palatino Linotype, arial, sans-serif;
	font-weight:lighter;
	font-size: 24px;
	color:#f07c26;
}

.TableBorder
{
	border: solid 1px #000;
	background-color: #f5f5f5;
}

.content
{
	width:801px;
	margin-left: auto; 
	margin-right: auto;

}

.top
{
	background-image:url(../images/topImage.jpg);
	background-repeat:no-repeat;
	height:167px;
	padding-bottom:10px;
}

.main
{
	padding-right:15px;
	padding-left:15px;
	padding-bottom:32px;
}

#menu
{
	vertical-align:top;
	padding-left:15px;
}

#tableMenu
{
	width:195px;
}

.MenuTop
{
	background-image:url(../images/menu/top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:13px;
}

.MenuMain
{
	background-image:url(../images/menu/Main.gif);
	background-repeat:repeat-y;
	height:13px;
}

.MenuBottom
{
	background-image:url(../images/menu/Bottom.gif);
	background-repeat:no-repeat;
	height:13px;
}

.address
{
	text-align:center;
	padding-top:10px;
	margin-left:15px;
	margin-right:15px;
	border-top: solid 1px gray;
}

.addressFieldText span
{
	color:Gray;
}

#navbarcontent
{
	display:none;
}

/*-----------------------
Meny
-----------------------*/


#menucontainer
{
	width: 195px;
}

#menucontainer ul
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	
}

#menucontainer ul li ul
{
	border-top: 0px solid #ccc;
}

#menucontainer li
{
	margin: 0; 
	padding: 0;
}



#menucontainer li a
{
	display: block;
	width: 145px;
	font-weight:bold;
	text-align:left;
	padding:  5px 25px 5px 25px;
	text-decoration: none; 
	color: #000;
}

#menucontainer li a:hover
{
	color:#f07c26;
}

#menucontainer li a.selected
{
	color:#f07c26;
}

#menucontainer li a.cascaded
{
	color:#f07c26;
}

#menucontainer li li a
{
	padding-left: 35px; 
	font-weight:normal;
	width: 135px;
}

.loginTable
{
	border:solid 1px #ddd;
	padding:0;
}

.loginInfoTd
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-bottom:solid 1px #ddd;
}

.loginForgetPasswordTD
{
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-top:solid 1px #ddd;
}

.loginContentTd
{
	padding: 10px 10px 10px 10px;
}