body {
	background-color: #fff;
	font-size: 10px;
	color:#333;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

a {
	color:#ED5118;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

li {
	padding:0px;
	margin:0px;
}

h1 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-heigh:18px;
}

#contentContainer {
	width:800px;
	margin-top:0px;
	margin-left:1px;
}

#redLine{
	width:800px;
	height:41px;
	background-image:URL(/images/gfx_red_line.gif);
	background-repeat: repeat-x;
	background-color:#ED5118;
}

#footer{
	border-top:1px solid #ED5118;
	width:800px;
}

#footerText{
	margin-left:15px;
	margin-top:5px;
}

#textContent {
	margin-left:8px;
	margin-top:18px;
}

.headerImage{
	margin-bottom:6px;
}

/*
Expander menu
----------------------------------------------------------------------------------------
*/
.menuDropDown {
	background-color:#ED5017;
	width:120px;
	border-right:1px solid #8E2E0C;
	border-left:1px solid #FB5E24;
	border-bottom:1px solid #8E2E0C;		
}


.omreturn_img_off{
	margin-left:20px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_omreuturn.gif);
}

.omreturn_img_on{
	margin-left:20px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_omreuturn_on.gif);
}

.privat_img_off{
	margin-left:12px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_privat.gif);
}

.privat_img_on{
	margin-left:12px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_privat_on.gif);
}

.foretag_img_off{
	margin-left:12px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_foretag.gif);
}

.foretag_img_on{
	margin-left:12px;
	margin-right:8px;
	background-image:URL(/images/gfx_meny_foretag_on.gif);
}


a.menuSubRow {
	display:block;
	height:22px;
	text-decoration:none;
	color:#fff;
	padding-left:14px;
	line-height:22px;
	background-color:#ED5017;
	border-top:1px solid #ED5017;
	border-bottom:1px solid #ED5017;	
}

a.menuSubRow:hover{
	display:block;
	height:22px;
  	text-decoration:none;
	color:#fff;
	padding-left:14px;
	line-height:22px;
	background-color:#F28F16;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	cursor: pointer;
}


#omreturn {
	left:10px;
	position: absolute;
	z-index: 1;
}

#privat {
	left:99px;
	position: absolute;
	z-index: 2;
}

#foretag {
	left:168px;
	position: absolute;
	z-index: 3;
}

/*
Expander menu
----------------------------------------------------------------------------------------
*/
#leftContent {
	float:left;
	width:400px;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:30px;
}

#rightContent {
	width:273px;
	margin-left:30px;
	float:left;
	margin-top:70px;
	Padding:20px;
}

/*
Formulär
----------------------------------------------------------------------------------------
*/

.inputHead {
	font-size:10px;
	font-weight:bold;
	margin-bottom:2px;
}

.inputTextfield {
	font-size:10px;
	width:150px;
	padding:2px;
	margin-bottom:12px;
	height:12px;
	border:1px solid #999;
}

.inputTextfieldDisabled {
	color:#000;
	background-color:#fff;
	font-size:10px;
	width:150px;
	padding:2px;
	margin-bottom:12px;
	height:12px;
	border:1px solid #fff;
}

.inputTextfieldError {
	font-size:12px;
	width:150px;
	padding:2px;
	margin-bottom:12px;
	height:12px;
	border:1px solid #ED5118;
}

#optimise {
	display:none;
}