
body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}



body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}



body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}



/* AVIVA EDITOR STYLE */
body.mceContentBody 
{ 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}


/* GENERAL STYLES */	
body 
{
	color:#003C58;
	font-size:11px;
	font-family: verdana,arial,helvetica;
	background-color:#999999;
	margin-top:21px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

body p
{
	font-size:10px;
}

table.twoColumn
{
	margin-left:10px;
}

td
{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	vertical-align:top;
}

td.column2
{
	padding-left:0px;
	text-align:right;
}

td.thead
{
	background-color:#000;
	font-size:20px;
	padding:3px;
	padding-left:10px;
	color:#fff !important;
}

td.thead h1
{
    padding:0px;
    margin:0px;
}

td.column
{
	background-color:#fff;
	color:#000;
	padding-top:15px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}

table.formTable
{
	width:575px;
	margin-bottom:20px;
}

table.formTable tr
{
	padding-top:5px;
}

table.formTable tr td:first-child
{
	width:170px;
}

table.formTable td
{
	padding-top:5px;
}

.obligatorisk
{
	border-left:2px solid red;
}

label
{
	margin-top:5px;
	
}

img
{
	border:0px;
}

div.bolig_notat
{
	color:#000;
	padding-left:40px;
	font-style:italic;
	padding-bottom:0px;
}

div.news 
{
	margin-bottom:3px;
	background-color:#4C4C4E;
	height:74px;
	padding-left:10px;
	padding-top:3px;
	color:#fff;
	font-size:10px;
}

div.news img
{
	float:right;
	height:74px
}

div.news h1
{
	margin:0px;
	margin-top:8px;
	margin-bottom:3px;
	padding:0px;
	
}

div.news a
{
	text-decoration:none;
}

.block
{
	display:block;
}

.pTop
{
	padding-top:5px;
	height:208px !important;
}

.noP
{
	padding:0px !important;
	width:310px !important;
}

.noP2
{
	padding:0px !important;
	width:650px !important;
	height:649px !important;
}

.noP img
{
	display:block;
}

.noMarginImg img
{
	display:block;
	position:relative;
	left:-10px;
	top:-15px;
}

.short
{
	height:303px !important;
}

.larger
{
	height: 337px !important;
	margin-top:274px !important;
}

.noBg
{
	background-color:transparent !important;
	background-image:none !important;
}

/* LINK STYLES */	
a 
{ 
	color:#fff;
	text-decoration: underline;
}
	
a:hover
{ 
	text-decoration: none; 
}



/* MENU STYLES */

#menu
{
	display:block;
	height: 27px;
	width:650px;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:3px;
	background-color:#4C4C4E;
	padding-left:0px;	
	list-style-type:none;
	font-size:13px;
}

#menu li
{
	height:27px;
	line-height:25px;
	float:left;
	z-index:10;
	position:relative;
	margin-left:35px;
}

#menu li a
{
	display:block;
	margin-top:2px;
	_margin-top:0px;
	_float:left;
	height:27px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}

#menu li.selected
{

}

/*Dropdown related*/
#menu ul
{
	display:none;
	position:absolute;
	list-style-type:none;
	margin:0px;
	margin-top:0px;
	padding:3px;
	padding-top:1px;
	width:108px;
	background-color:#fff;
	_clear:left;
}

#menu li ul li
{
	display:block !important;
	position:relative;
	padding:0px;
	margin:0px;
	margin-top:2px;
	_margin-top:3px;
	height:19px;
	line-height:17px;
	float:none;
	z-index:11;
	background-color:#4C4C4E;
	font-weight:normal;
}

#menu li ul li.hover
{
	background-color:#B0393D !important;
}


#menu li ul li a
{
	display:inline;
	color:#fff;
	font-size:10px;
	_margin-top:5px;
	float:none !important;
	zoom: 1; /* defeat hasLayout bugs in IE */
}

#menu ul.foldOut
{
	display:block;
}


/* end dropdown */

#submenu
{
	display:block;
	margin:0px;
	padding:0px;
}

#submenu li
{
	
}

#submenu li.selected
{

}
	
/* HEADER STYLES */	
h1 {
	font-family: arial,helvetica;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: arial,helvetica;
	font-size: 11px;
	margin:0px;
}

h3 {
	font-family: arial,helvetica;
	font-size: 13px;
	margin:0px;
}

h4 {
	font-family: arial,helvetica;
	font-size: 12px;
	margin:0px;
	margin-bottom:10px;
	letter-spacing:1px;
}

h5 {
	font-family: arial,helvetica;
	font-size: 11px;
	margin:0px;
}

.withImage
{
	padding:0px;
}

/* FORM STYLES */	
input,select,text,textarea {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight:normal;
	background-color:#ffffff;
	border:1px solid #000000;
	margin-left:3px;
}

input.txt
{
	width:100px;
}

input.large
{
	width:150px;
}

input.small
{
	width:55px;
}

input.smallest
{
	width:35px;
}


input.checkbox
{
	border:0px;
	background-color:Transparent;
	margin-top:-0px;
	
}

.trekant
{
	position:absolute;
	margin-top:527px;
	*margin-top:525px;
	margin-left:525px;
	z-index:1;
}

.newsTable img
{
	display:block;
    margin:0px;
	padding:0px;
	z-index:5;
}

.topCell
{
	width:323px;
	height:327px;
	*height:323px;
}

/* ID SPECIFIC STYLES */
#container
{
	width:963px;
	padding-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#content
{
	z-index:0;
	position:absolute;
	width:300px;
	height:501px;
	*height:502px;
	margin-left:653px;
	margin-top:110px;
	padding-left:10px;
	color:#fff;
	background-color:#4C4C4E;
	background-image:url(../images/llcorner.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#contentNoNews
{
	z-index:0;
	position:absolute;
	width:290px;
	padding:10px;
	height:504px;
	x*height:506px;
	margin-left:653px;
	margin-top:30px;
	color:#fff;
	background-color:#000;

}

#b_cornor{
	position:absolute;
	margin-top:553px;
	%margin-top:548px;
	margin-left:-264px;
	z-index:10;
}

#b_cornor_style{
	position:absolute;
	%margin-top:514px;
	margin-top:513px;
	margin-left:-10px;
	z-index:10;
}

#contentTxt
{
	width:640px;
	height:621px;
	overflow:hidden;
	padding-left:10px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:13px;
	color:#fff;
	background-color:#4C4C4E;
	background-image:url(../images/trekant.gif);
	background-repeat:no-repeat;
	background-position:525px 524px;;
}

#contentTxt3
{
	width:486px;
	height:500px;
	overflow:hidden;
	padding-left:10px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:13px;
	color:#fff;
	background-color:#4C4C4E;
	background-image:url(../images/trekant.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#contentTxt2
{
	height:388px;
	padding-right:20px;
	padding-top:10px;
	overflow:auto;
}

#contentBolig
{
	width:516px;
	height:523px;
	color:#fff;
	background-color:#4C4C4E;
	background-image:url(../images/trekant.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}


#blackbox
{
	z-index:0;
	position:absolute;
	width:285px;
	height:221px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	margin-left:653px;
	margin-top:30px;
	color:#fff;
	background-color:#000;
	overflow:auto;
}

#blackbox a
{
	color:#fff;
}

#upperRightBar
{
	position:absolute;
	height:27px;
	background-color:#4C4C4E;
	margin-left:653px;
	width:300px;
	padding-right:10px;
	text-align:right;
}

#upperRightBar a
{
	color:#fff;
	text-decoration:none;
	line-height:25px;
}

#logo
{
	position:absolute;
	margin-top:600px;
	margin-left:595px;
	z-index:10;
}

#fyld
{
	position:absolute;
	margin-top:554px;
	margin-left:524px;
	z-index:10;
}

#newsContainer
{
	position:absolute;
	margin-left:653px;
	margin-top:30px;
	width:310px;
}

#thumbs
{
	position:absolute;
	top:48px;
	margin-left:392px;
}

#thumbs img
{
	border:3px solid #fff;
	cursor:pointer;
}

#search
{
	color:#fff;
	float:left;
	padding-top:5px;
	padding-left:10px;
}

/* BOLIG MODUL */

.boligList
{
	color:#000; 
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}


div.selectedBolig
{
	background-color:#D3D2D2;
}

#contentBolig img
{
	display:block;
}

#omraade_billed1
{
	float:left;
	border-bottom:3px solid #fff;
	border-right:4px solid #fff;
}

#omraade_billed2{
	border-bottom:3px solid #fff;
}

#omraade_billed3
{
	float:right;	
}

#omraade_beskr,#omraade_beskr2
{
	width:233px;
	height:237px;
	padding:13px 10px 10px 13px;
	border-right:4px solid #fff;
	overflow:auto;
	font-size:10px;
}

#omraade_beskr2
{
	float:right;
	border:0px;
}

#whiteCorner
{
	position:absolute;
	margin-top:428px;
	margin-left:391px;
}

#postnr
{
	margin-left:18px;
}

#email
{
	margin-left:82px;
}

#voksne
{
	margin-left:80px;
}

.floatright
{
	margin-top:0px;
	float:right;
}

#boliger
{
	width:400px;
	background-color:#999;
	margin-top:10px;
	margin-bottom:10px;
	
}

#boligtype
{
	margin-top:3px;
	width:300px;
}

#boligListe
{
	position:absolute;
	margin-top:274px;
	margin-left:653px;
	border:0px solid #000;
	padding:10px;
	width:290px;
	background:#ffffff;
	height:300px;
	overflow:scroll; 
	overflow-x: hidden;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #F2F2F2;
	scrollbar-highlight-color: #F2F2F2;		
	scrollbar-3dlight-color: #d0d0d0;
	scrollbar-darkshadow-color: #d0d0d0;		
	scrollbar-track-color: #ffffff;		
	scrollbar-arrow-color: #000000;		
	scrollbar-width:5px;	

}

#boligListe a
{
	color:#000;
	text-decoration:none;
	display:block;
}

#boligListe a.kommune
{
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

#boligListe a.by
{
	margin-bottom:5px;
	padding-left:10px;
	font-weight:bold;
}

#boligListe a.bolig
{
	margin-top:5px;
	padding-left:20px;
}


#boligListe h2
{
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:10px;
}

.scroll
{
	overflow:auto;
}

#message
{
	clear:left;
	width:400px;
	height:100px;
}