body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c5cedb;
}

div#wrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}

div#wrapper div.top
{
	height: 174px;
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
}

#leftSide
{
	width: 215px;
	background-color: #002e64;
	background-image: url(/images/leftSideTop.jpg);
	background-repeat: no-repeat;
	padding-top: 69px;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 100%;
}

#leftSide div.homepageLink
{
	background-color: #bd2427;
	height: 14px;
	background-image: url(/images/leftSideHouse.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	padding-left: 35px;
	padding-bottom: 3px;
}

#leftSide ul.section
{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
}

#leftSide ul.section li
{
	background-image: url(/images/menuLi.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 40px;
	padding-bottom: 10px;
}

#leftSide ul.submenu
{
	margin: 0;
	padding: 0;
	padding-top: 0px;
	list-style: none;
}

#leftSide ul.submenu li
{
	background-image: none;
	padding: 0;
}

#leftSide ul.submenu li ul li
{
	font-weight: normal;
	padding-left: 15px;
}

#content
{
	width: 540px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#rightSide
{
	width: 165px;
	padding-top: 20px;
}

#rightSide .box
{
	width: 152px;
}

#rightSide .boxTop
{
	background-color: #a0aab6;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#rightSide .image
{
	background-color: #cbd5df;
}

#rightSide .text
{
	background-color: #cbd5df;
	background-image: url(/images/rightSideBoxBg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}

#rightSide .text .link
{
	text-align: right;
	padding-top: 5px;
}

#rightSide .boxBottom
{
	background-color: #a0aab6;
	height: 6px;
	margin-bottom: 20px;
}


#footer
{
	background-color: #75787b;
	text-align: center;
	padding-top: 2px;
}

/*staffGallery*/

div#staffGallery{
}

div#staffGallery td{
	vertical-align: top;
}

div#staffGallery td.text{
	padding-bottom: 10px;
}

div#staffGallery div{
	font-size: 10px;
}

div#staffGallery img{
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #000;
}

div#staffGallery div.staffName{
	padding-bottom: 5px;
}

div#staffGallery div.staffName h1
{
	font-size: 13px;
}

div#staffGallery div.staffTitle{
	font-style: italic;
}

div#staffGallery div.staffValue{
	padding-bottom: 4px;
}

/* monthlyHouseList */

div#monthlyHouseList hr
{
	color: #a0aab6;
	height: 1px;
}

div#monthlyHouseList td.name
{
	font-weight: bold;
	padding-bottom: 3px;
}

div#monthlyHouseList td.image
{
	padding-right: 5px;
	width: 150px;
}

div#monthlyHouseList td.image img
{
	border: 1px solid #000;
}

div#monthlyHouseList td.text
{
	width: 375px;
}

div#monthlyHouseList td.text div.readMoreLink
{
	padding-top: 5px;
	text-align: right;
}

/*********************************/
/                                /
/        inputs                  /
/                                /
/*********************************/

.CheckboxInput
{
	padding-bottom: 10px;
}

.CheckboxInput .label
{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput,
div.PasswordInput{
	width: 100%;
	padding-bottom: 10px;
}

div.LineInput .label,
div.PasswordInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput .input,
div.PasswordInput .input{
	width: 100%;
}

div.LineInput .input input{
	width: 100%;
}

div.PasswordInput .input input{
	width: 100px;
}

div.LineInput .input input.SmallLine{
	width: 100px;
}

div.TextInput{
	width: 100%;
	padding-bottom: 10px;
}

div.TextInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.TextInput .input{
	width: 100%;
}

div.TextInput .input textarea{
	width: 100%;
	height: 66px;
}

div.SelectInput{
	width: 100%;
	padding-bottom: 10px;
}

div.SelectInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.SelectInput .input{
	width: 100%;
}

div.SelectInput .input select{
	width: 100%;
}

div.SubmitButton,
div.ResetButton{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.SubmitButton .input{
}

div.ResetButton .input input,
div.SubmitButton .input input{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	background-image: url(/images/newsletterSubmitBg.jpg);
	background-repeat: repeat-x;
}

div.TwoButtonInput .SubmitButton
{
	float: left;
	padding-right: 35px;
}

div.TwoButtonInput .ResetButton
{
	padding-top: 10px;
}

div.RadioButtonGroup
{
	width: 100%;
	padding-bottom: 10px;
}

div.RadioButtonGroup .label
{
	font-weight: bold;
	padding-bottom: 3px;
}

div.RadioButtonGroup div.RadioButton
{
	height: 20px;
	float: left;
	display: block;
	padding-right: 15px;
}

div.RadioButtonGroup div.RadioButton .label
{
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.RadioButtonGroup div.RadioButton .input
{
	float: left;
	width: 25px;
	display: block;
	
}

/*Typografi*/

div#EditLink
{
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#EditLink a
{
	color: #F00;
	text-decoration: none;
}



div#KFSNewsletterForm
{
	width: 290px;
}

div#KFSNewsletterForm table
{
	width: 290px;
}

div#KFSNewsletterForm td.actionButton
{
	width: 75px;
}

div#KFSNewsletterForm .statusMsg
{
	font-weight: bold;
}

div#contactForm span.error,
div#KFSNewsletterForm .statusMsg span.error
{
	color: #F00;
}

div#KFSNewsletterForm .LineInput input
{
	width: 200px;
	border: 1px solid #000;
	height: 18px;
}

div#KFSNewsletterForm .SubmitButton
{
	padding: 0;
	padding-top: 1px;
}

div#KFSNewsletterForm .SubmitButton input
{
	width: 70px;
	font-weight: bold;
}

div#KFSNewsletterForm .RadioButton .input
{
	float: left;
	width: 25px;
}

div#KFSNewsletterForm .RadioButton .label
{
	padding-top: 3px;
	font-weight: bold;
}

div#contactForm
{
}

div#contactForm div.CheckboxInput div.label
{
	font-weight: normal;
	padding-top: 2px;
}

div#contactForm div.CheckboxInput div.input
{
	float: left;
	width: 25px;
}

#pictureGallery
{
}

#pictureGallery .thumbnails td
{
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#pictureGallery a img{
	border: 1px solid #000;
}

#groundplanSearch
{
}

#groundplanSearch div.groupTitle
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

#groundplanSearch div.LineInput input.SmallLine
{
	width: 40px;
}

#groundplanSearch div.CheckboxInput div.label
{
	font-weight: normal;
	padding-top: 2px;
}

#groundplanSearch div.CheckboxInput div.input
{
	float: left;
	width: 25px;
}

#groundplanSearch div.SelectInput div.label
{
	font-weight: normal;
	padding-top: 5px;
}

#groundplanSearch div.SelectInput select
{
	width: 40px;
}

#groundplanSearch td.textInputLeftText
{
	padding-top: 4px;
	padding-right: 4px;
}

#groundplanSearch td.textInputRightText
{
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 10px;
}

#groundplanSearch div.groundplanBox
{
	padding-bottom: 20px;
}

#groundplanSearch div.groundplanBox td.smallImage
{
	width: 270px;	
}

#groundplanSearch div.groundplanBox td.listInfo
{
	font-weight: bold;	
}

#groundplanSearch div.resultPositive,
#groundplanSearch div.resultNegative
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

#groundplanSearch div.resultNegative
{
	color: #bd2427;
}