/*-------------------- DEFAULT STYLES --------------------*/
body {
	background: white;
	margin: 0;
	padding: 0px;
}
body, td, input, select, textarea {
	font-family: Arial,Verdana, Helvetica,Sans-Serif;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: #004863;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	display: inline;
}

.TextRed {
	color: #cc0000;
}

hr{
	color: #006699;
	margin: 0;
	padding: 0;
}
.hide{ visibility:hidden }
.fleft { float:left }
.fright { float:right }
.stream { display:none }
.clear { clear:both }
.textright { text-align:right }
.greenbg h4 { margin:2px }
.dashed { border-bottom:1px dashed #CCC; margin:5px }
a.meira { display:block; clear:both; width:98%; color:#069 }
.hktakkar { text-align:right }
.hktakkar img { cursor:pointer;cursor:hand }
#hkstep1 label { margin:0 20px 0 0 }
.carnewslist, .splitdiv { float:left; width:245px }
/*-------------------- COMMON CLASSES --------------------*/
.clear {
	clear: both;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.33em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	font-size: 0.8em;
}


/*-------------------- MAIN DIV --------------------------*/
div#MainWrapper {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
}
div#Content { margin: 29px 0 5px 0; position: relative; }
div#Content {
	display : block; 
}
/*-------------------- HEAD AND BREADCRUMS ---------------*/
div#BreadCrums {
	float: right;
	margin: 30px 7px 0 0;
	font-style: italic;

}
div#BreadCrums ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#BreadCrums li {
	float: left;
}
div#BreadCrums a {
	font-size: 11px;
	float: left;
	color: #555555;
	background: url(/images/breadcrumarrow.gif) no-repeat center right;
	padding-left: 5px;
	padding-right: 11px;
}
div#BreadCrums a.LastBreadCrum {
	color: #CC0000;
}
div#ImageHolder p {
	padding: 0;
	margin: 0;
}

div#HeadWrapper {
	height:43px;
}

/*-------------------- TOPMENU ---------------------------*/
div#SearchString {
	position: absolute;
	top: 4px;
	right: 40px;
}
div#SearchButton {
	position: absolute;
	top: 1px;
	right: 6px;
}
div#SearchString #search {
	background-color: #DDDDDD;
	width: 80px;
	font-size: 11px;
	border-top: solid 1px #949494;
	border-left: solid 1px #949494;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}
div#SearchTitle {
	position: absolute;
	top: 1px;
	right: 120px;
	height: 20px;
	padding: 5px 5px 0 18px;
	font-size: 12px;
	color: #FFFFFF;
}
div#TopMenu {
	position: relative;
	height: 40px;
	margin-top: 5px;
	padding-top: 1px;
}
div#Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Menu li {
	float: left;
}
div#Menu a {
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	height: 20px;
	padding: 5px 4px 0 18px;
}
div#Menu a.FirstItem {
	padding-left: 15px;
}


/*-------------------- MIDDLE MENU -----------------------*/
div#MiddleMenu {
	height: 30px;
	background: url(/images/background_middlemenu.gif) no-repeat;
}
div#BelowMiddleMenu {
	background: url(/images/background_smelltu.gif) no-repeat;
	text-align: center;
	font-size: 10px;
	height: 15px;

	clear: both;
}
div#MiddleMenu_Left {
	float: left;
}
div#MiddleMenu_Right {
	float: right;
}
div#MiddleMenu_Left ul, div#MiddleMenu_Right ul {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}
div#MiddleMenu_Left li {
	float: left;
	background: url(/images/background_middlemenusplitter.gif) no-repeat top right;
}
div#MiddleMenu_Right li {
	float: left;
	background: url(/images/background_middlemenusplitter.gif) no-repeat top left;
}
div#MiddleMenu_Left a, div#MiddleMenu_Right a {
	font-size: 14px;
	float: left;
	color: #000000;
	padding: 4px 7px 0 6px;
	height: 22px;
}
div#MiddleMenu_Left a {
	margin-right: 2px;
}
div#MiddleMenu_Right a {
	margin-left: 2px;
}
div#MiddleMenu_Left a.Selected, div#MiddleMenu_Right a.Selected {
	background: url(/images/background_middlemenuselected.gif) no-repeat bottom center !important;
}


/*-------------------- FOOTER ----------------------------*/
div#Footer {
	position: relative;
	background: url(/images/brimborg_small.gif) no-repeat;
	height: 91px;
	font-size: 10px !important;
	line-height: 110%;
	text-align: center;
	padding-top: 17px;
	z-index: 1;
}

div#FooterLink {
	position: absolute;
	top: 17px;
	right: 85px;
}

.footertext {
	float:right;
	padding-right:230px;
	text-align:right;
	font-size:1em;
}

.footertext a {
	font-size:1em;
}

div#Max1Footer {
	position: relative;
	background: url(/images/max1/background_footer.gif) no-repeat;
	height: 91px;
	font-size: 10px;
	line-height: 110%;
	text-align: center;
	padding-top: 26px;
	z-index: 1;
}

div#Max1FooterLink {
	position: absolute;
	top: 17px;
	right: 23px;
}
/*-------------------- CONTENT BOX -----------------------*/

h2 {
	font-size: 22px;
	text-align: left;
	padding-bottom: 3px;
	color: #006699;
	height:27px;
}

div.ContentSpacer {
	height: 37px;
}
div.ContentBoxMargin {
	margin-bottom: 5px;
}
div.ContentBoxRed, div.ContentBoxBlue, div.ContentBoxLight {
	font-size: 22px;
	text-align: left;
	padding-bottom: 3px;
	height: 27px;
}
div.ContentBoxRed {
	color: #CC0000;
	border-bottom: solid 2px #CC0000;
}
div.ContentBoxBlue {
	color: #006699;
	border-bottom: solid 2px #006699;
}
div.ContentBoxLight {
	color: #BCBCBC;
	border-bottom: solid 2px #BCBCBC;
}
div.BoxContent {
	margin-top: 4px;
	text-align: left;
	color: #555555;
}
div.BoxContent p {
	margin: 0 0 10px 0;
	padding: 0;
}
div.BoxContent ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(/images/list_image.gif);
}
div.BoxContent ul li a {
	color: #555555;
	line-height: 120%;
}



/*-------------------- NEWS STYLES -----------------------*/
div.NewsItem {
	background: url(/images/background_newsitem.gif) repeat-x bottom right;
	margin-bottom: 5px;
	padding-bottom: 7px;
	line-height: 110%;
	clear: both;
}
div.NewsItem img {
	margin: 5px 5px 5px 0;
	float : left;
}
div.NewsItem p { margin : 4px 0 0 0;}
.HomeNewsHeadLine {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	clear : all;
}
.newsimage { margin : 8px 8px 0 0; }
.maxNewsHeading {
	color:#FF6600;
	font-weight:bold;
}

.NewsHeadLine {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.MoreNewsHeadLine {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}
.Car {
	font-size: 14px;
	margin-bottom: 12px;
}
.Car img {
	margin: 3px 0 0 0;
}
.Car a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.SelectBoxForCars {
					width: 100%;
					overflow: none;
}


.InputBox { width: 98%; }

.InputBox, .SelectBoxForCars {
	border: solid 1px #BCBCBC;
	margin-bottom: 7px;
	color: #555555;
}
.ButtonHolder {
	text-align: right;
}
.ButtonHolder img {
	margin-left: 8px;
}

.CarTable {
	width:100%;
}

.CarTable td { }

.CarTableHeader {
	background-color: #B9B7A3;
	padding: 4px;
	border-top: solid 2px #006699;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
/*-------------------- PROPERTY TABLES -----------------------*/
.propertytable
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

.propertytable th
{
	font-weight:bold;
	border-bottom:1px solid gray;
	background:#f8f8ff;
	text-align:center;
}

.propertytable .altrow, .propertytable .row1
{
	background-color:#eeeeee;
}

.propertytableLeft th
{
	font-weight:bold;
	border-bottom:1px solid gray;
	background-color:#f8f8ff;
	text-align:left;
}

.propertytableLeft
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

.propertytableLeft .altrow
{
	background-color:#eeeeee;
}

.propertytable h3.Staffheader
{
	color: #006699;
	border-bottom: solid 1px #006699;
	margin:0px;
	padding:10px 0 0 0;
}

.propertytable .headfirst { background:#999999 url(/images/new_tofluhaus_left.gif) no-repeat top left; color:white; font-weight:bold; padding-left:10px;}
.propertytable .head { background:#999999 url(/images/new_tofluhaus_middle.gif) repeat-x; color:white;}
.propertytable .headlast { background:#999999 url(/images/new_tofluhaus_right.gif) no-repeat top right; color:white;}
.noborder { border : 0;}
.nobottom { border-bottom : 0px;} 

.extrastable { } 
.extrastable .headfirst { background:#999999 url(/images/new_tofluhaus_left.gif) no-repeat top left; color:white; font-weight:bold; padding-left:10px;}
.extrastable .head { background:#999999 url(/images/new_tofluhaus_middle.gif) repeat-x; color:white;}
.extrastable .headlast { background:#999999 url(/images/new_tofluhaus_right.gif) no-repeat top right; color:white;}
.extrastable .item1 { background-color:#fff; }

.extrastable .dottedright { border-right:1px dotted black;}

.extrastable .total { background:#fff; }
.extrastable .extrahead { background : #EEEEEE;}
.extrastable .first { padding-left:10px; font-weight:bold; }
.extrastable .totalfooter { background: none no-repeat; }
.extrastable .totalpad { padding-right:100px; border-bottom : solid 1px #9B9B9B; border-top : solid 1px #9b9b9b; color : #036896;}
.extrastable td.title { text-align : left;}
.extrastable .extrabottompadding td { padding-bottom : 5px; border-bottom : solid 1px #000; }
.extrastable .engine { background : #999999; color : #fff;}
.extrastable .disil { background : #aaaaaa; padding-bottom : 0px; color : #fff;}
.extrastable .bensin {background : #b5b39e; padding-bottom : 0px; color : #fff;}

.extrastable .bill_titill { text-align: left;}

.cellcenter td { text-align : center;}


/*----------------------- Buttons -------------------------*/

.btnSkra
{
border: 0pt none ; 
margin: 4px; 
padding: 4px; 
background: url(/Images/btn_skra.gif) no-repeat;
width: 96px;

}

.controller { position:relative; display : block; float :right; margin-top : -10px;}
.controller div { width : 30px; display : inline; position-relative; margin-top : -30px;}

/*----------------------- EXTRAS ------------------------------*/

.webtree { float:right; padding-right:15px; margin:0px; font-size:0.9em; }
.webtree a { color:#5A5A5A;}

.biglink { font-weight:bold; font-size:1.2em; }

#righthead { position:absolute; top:0px; right:0px; width:600px;}

#abovefooter { height:15px; color:#174286; background: none !important; }
#abovefooter ul { margin:0; padding:0; list-style:none;}
#abovefooter ul li.first { float:left; background:url(/lisalib/getfile.aspx?itemid=1705) no-repeat 0 0.3em; }
#abovefooter ul li { float:left; background: url(/lisalib/getfile.aspx?itemid=1706) no-repeat 0 0.3em; }
#abovefooter ul li.last a { float:left; padding-left:14px; font-size:0.9em !important;}
#abovefooter ul li a { float:left; padding:0px 14px 0px 14px;  text-decoration:none; color:#174286; font-size:0.9em !important;}
#abovefooter ul li a.first { float:left; padding:0px 10px 0px 14px;}
#abovefooter ul li a:hover { text-decoration:underline; }

.NewsItem, .ContentBoxBlue { clear: both !important; }

tr.row1
{
  background: #eee;
}

tr.row0 td, tr.row1 td
{
  padding: .25em;
}

ul.red
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(/images/list_image.gif);
}

a.share-button { position:absolute; top: -5px; right: 270px; width:63px; text-indent:-150px; overflow:hidden; background:url(/lisalib/getfile.aspx?itemid=8841) no-repeat; display: none; }