html, body
{
	background-color: #CFE0E7;
	line-height: 150%;
	font-family: "Arial" , "Helvetica neue" , Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #525252;
}
#container
{
	width: 964px;
	margin: 0px auto;
}

#head
{
	width: 964px;
	background-image: url(/staticfiles/graphics/head.jpg);
	background-repeat: no-repeat;
	height: 156px;
}


#content_right
{
	height: 664px;
	width: 313px;
	float: left;
	background-image: url(/staticfiles/graphics/content_right.jpg);
	background-repeat: no-repeat;
	border: 0px solid black;
	padding-right: 2px;
	margin-left: 10px;
}

* html #content_right
{
	height: 664px;
	width: 285px;
	float: left;
	background-image: url(/staticfiles/graphics/content_right.jpg);
	background-repeat: no-repeat;
	border: 0px solid black;
	padding-right: 2px;
	padding-left:25px;
	margin-left: 0px;
}

#content_right object
{
    margin-left:15px;
}

* html #content_right object
{
    margin-left:-12px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #525252;
	padding-bottom: 0px;
}

#main
{
	width: 620px;
	float: left;
	padding-left: 10px;
	border: black 0px solid;
}

* html #main
{
    width:615px;
    padding-left:11px;
}

#footer
{
	width: 964px;
	background-image: url(/staticfiles/graphics/footer.jpg);
	background-repeat: no-repeat;
	height: 76px;
	float: left;
}
#content
{
	background-image: url(/staticfiles/graphics/bg_main.jpg);
	background-repeat: repeat-y;
	width: 964px;
	float: left;
	border: 0px solid black;
}

ul#mainmenu {
	margin: 0px;
	padding: 0;
	list-style-type: none;	
}

/* Menu */

.logotyp
{
    position: relative; 
    top: 25px; 
    left: 30px;
}

.logotyp img
{
    border:none;
}

#mainmenu {
	background:transparent;
	width:960px;
	font-size:12px;
	position:relative;
	left:45px;
	top:40px;
	height:40px;
	font-family:Verdana, Arial, san-serif;
	padding-top:3px;
}

* html ul#mainmenu
{
    position:relative;
    top:35px;
}

#mainmenu a
{
    font-weight:bold;
}

.topmenuul{
	list-style-type:none;
}

.topmenuli {
	list-style-type:none;
	float:left;
	text-align:left;
	
}
.topmenuli a:link, .topmenuli a:visited {
	color:#FFF;
	text-decoration:none;
	
}

.topmenuli a:hover{
	color: #FFF;
	background:#9aaf61;
}

.topmenuli li:hover{
	color: #FFF;
	background:#9aaf61;
}

.topmenutitle {
	display:block;
	width:auto;
	text-decoration: none;
	padding:5px 10px 5px 10px;
	border-right: 1px #9aaf61 solid;
	color:#fff;

}

.submenuul {
	list-style-type:none;
	position:absolute;
	z-index:10;
	display:none;
	background-color:#2F2D2E;
	border-left:1px solid #2F2D2E;
	border-right:1px solid #666666;
	border-top:1px solid #2F2D2E;
	border-bottom:1px solid #666666;
	margin:0 0 0 -1px;
	width:auto;
	padding-left:0;
}

.sub4
{
    margin-left:-81px;
    margin-top:4px;
}

*html .sub4
{
    margin-top:25px;
    margin-left:-138px;
}

.submenuli a
{
    overflow:hidden;
    height:20px;
    width:175px;
}

* html .sub4 .submenuli a
{
    overflow:hidden;
    height:20px;
    width:125px;
}



.submenuli a {
	display:block;
	padding:5px 8px 5px 10px;
	text-decoration: none;
	color: #000000;
	text-align:left;
	border-bottom:1px solid  #666666;
    font-size:11px;
}

.submenuli a:hover {
	background:#9aaf61;
	color: #fff;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}



#mainmenu li:hover{
	color: #FFF;
	background:#9aaf61;
}

/* Slut Menu */

/* Länkar */


.redlink_container
{
	float: left;
	width: 120px;
	clear: right;
}


a.red
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #C95050;
}


a.redt:visited
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #C95050;
}
a.red:hover
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #C95050;
}
a.red:active
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #C95050;
}

a.white
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a.white:visited
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.white:hover
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.white:active
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.blue
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
a.blue:visited
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
a.blue:hover
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
a.blue:active
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
/* Länkar */
#news
{
	float: left;
	width: 284px;
	height: 145px;
	padding-top: 1.5em;
	padding-left: 2em;
}
#blue
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 130%;
	background-image: url(/staticfiles/graphics/platta_blue.jpg);
	height: 180px;
	width: 631px;
	float: left;
	background-repeat: no-repeat;
}

#vardskapet
{
	float: left;
	height: 145px;
	width: 284px;
	padding-top: 1.5em;
	margin-left: 3em;
}
.image
{
	float: right;
	clear: left;
	margin-right: 8px;
	padding-left: 5px;
}

#sokning
{
	background-repeat: no-repeat;
	background-image: url(/staticfiles/graphics/platta_sok.jpg);
	float: left;
	height: 236px;
	width: 610px;
	/*padding-top: 20px;*/
	padding-left: 20px;
	border: 0px solid black;
}
#omraden
{
	float: left;
	width: 260px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	color: #525252;
	margin-right: 20px;
	margin-left: 20px;
}

h2
{
    font-size:18px;
    font-weight:normal;
    margin-top:0;
}

#WebbTv
{
	float: left;
	width: 270px;
	min-height: 79px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	color: #525252;
	margin-right: 20px;
	margin-left: 20px;
	background: url(/Staticfiles/Graphics/Backgrounds/BgWebbTv.gif) no-repeat;
}

#WebbTv h3
{
	margin-top: 0px;
}

* html #omraden
{
	float: left;
	width: 270px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	color: #525252;
	margin-right: 0px;
	margin-left: 0px;
}

h1.swap
{
	height: 35px;
	background-repeat: no-repeat;
	margin: 5px;
	padding: 0;
}
h1.swap span
{
	display: none;
}
h1#sokerdu
{
	background-image: url(graphics/h1_sokerdu.gif);
}
#sokerduStart
{
	margin-top:13px;
}

h1#kundtidning
{
	background-image: url(/staticfiles/graphics/Texts/h1_Nyhetsbrev.jpg);
}
h1#lediga_lokaler
{
	background-image: url(/staticfiles/graphics/Texts/h1_ledigalokaler.gif);
}
h1#vara_fastigheter
{
	background-image: url(/staticfiles/graphics/Texts/h1_fastigheter.gif);
}
h1#halmstad
{
	background-image: url(/staticfiles/graphics/texts/h1_halmstad.gif);
}
h1#hyresgasten
{
	background-image: url(/staticfiles/graphics/texts/h1_anmalan.gif);
}
h2.swap_high
{
	height: 60px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
h2.swap_high span
{
	display: none;
}
h2.swap
{
	height: 30px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
h2.swap span
{
	display: none;
}
h2#senaste
{
	background-image: url(/staticfiles/graphics/Texts/h2_news.gif);
}

#news h2, #vardskapet h2, #download_vardskapet h2
{
    color:#fff;
    font-size:18px;
    font-weight:normal;
    margin-top:5px;
}

h2#vardskapet_rub
{
	/*background-image: url(/staticfiles/graphics/Texts/h2_vardskapet.gif);*/
	background-image: url(/staticfiles/graphics/Texts/h2_Nyhetsbrev.jpg);
}
h2#attraktiva
{
	background-image: url(/staticfiles/graphics/Texts/h2_attraktiva.gif);
}
h2#hitta
{
	background-image: url(/staticfiles/graphics/Texts/h2_hitta.gif);
}
h2#las_vardskapet_rub
{
	background-image: url(/staticfiles/graphics/Texts/h2_las_vardskapet.gif);
}
h2#sok_rub
{
	background-image: url(/staticfiles/graphics/Texts/h2_sok.gif);
}

#sokformular h2
{
    color:#fff;
    line-height:1.5em;
    font-size:20px;
    width:110px;
}

h2#sokFastighet_rub
{
	background-image: url(/staticfiles/graphics/Texts/h2_sok_fast.jpg);
}
h2#oppettider_rub
{
	background-image: url(graphics/h2_oppettider.gif);
}
#maintext
{
	float: left;
	width: 460px;
	border: 0px solid black;
	background-color:White;
	margin-top:-16px;
}

#maintext h3
{
	margin-bottom:0;
}

#main_flash
{
	float: left;
	height: 232px;
	width: 620px;
	margin-top: 1.5em;
	padding-left: 11px;
}
#sokformular
{
	float: right;
	width: 130px;
	height: 190px;
	margin-top: -30px;
}
#omraden_flash
{
	float: left;
	height: 170px;
	width: 280px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	color: #525252;
	clear: left;
}

* html #omraden_flash
{
	float: left;
	height: 170px;
	width: 280px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	color: #525252;
	clear: left;
}

#main_over
{
	width: 631px;
	float: left;
	background-image: url(/staticfiles/graphics/Backgrounds/bg_main_over.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 1px;
}
#main_middle
{
	border: 0px solid black;
	width: 631px;
	float: left;
	background-image: url(/staticfiles/graphics/backgrounds/bg_main_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	margin-left: 1px;
}
#main_middle_objlist
{
	border: 0px solid black;
	width: 621px;
	float: left;
	background-image: url(/staticfiles/graphics/backgrounds/bg_main_middle.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 10px;
	margin-left:1px;
}
#download_vardskapet
{
	background-image: url(/staticfiles/graphics/platta_vardskapet.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 247px;
	padding-top: 15px;
	padding-left: 15px;
}
#bild
{
	float: left; /*width: 256px;*/
	margin-left: 10px; /*height: auto;*/
}


#main_bottom
{
	border: 0px solid black;
	width: 631px;
	float: left;
	background-image: url(/staticfiles/graphics/backgrounds/bg_main_under.jpg);
	background-repeat: no-repeat;
	height: 38px;
	margin-left: 1px;
}



#text
{
	float: left;
	width: 320px;
	height: auto;
	padding-left: 10px;
}

h1
{
    text-transform:uppercase;
    height:35px;
    font-size:22px;
    font-weight:bold;
    margin-top:0;
    padding-top:5px;
    line-height:25px;
}

#sok_lokaler
{
	float: right;
	width: 212px;
	height: 125px;
	background-image: url(/staticfiles/graphics/platta_sok2.jpg);
	background-repeat: no-repeat;
	background-color:Transparent;
	margin-right: 25px;
	padding-top: 15px;
	padding-left: 15px;
}

#sok_lokaler h2, #sok_Fastigheter h2
{
    color:#fff;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
}

#sok_Fastigheter
{
	float: left;
	width: 212px;
	height: 125px;
	background-image: url(/staticfiles/graphics/platta_sokFastighet.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-top: 15px;
	padding-left: 15px;
}

h1#gbg
{
	background-image: url(/staticfiles/graphics/Texts/h1_gbg.gif);
}

h1#molndal
{
	background-image: url(/staticfiles/graphics/Texts/h1_molndal.gif);
}

h1#kungsbacka
{
	background-image: url(/staticfiles/graphics/Texts/h1_kungsbacka.gif);
}
h1#boras
{
	background-image: url(/Staticfiles/graphics/Texts/h1_boras.gif);
}

h1#alingsas
{
	background-image: url(/Staticfiles/graphics/Texts/h1_alingsas.gif);
}

h1#partille
{
	background-image: url(/Staticfiles/graphics/Texts/h1_partille.gif);
}
h1#lerum
{
	background-image: url(/staticfiles/graphics/Texts/h1_lerum.gif);
}

h1#harryda
{
	background-image: url(/Staticfiles/graphics/Texts/h1_harryda.gif);
}
h1#presentation
{
	background-image: url(/staticfiles/graphics/Texts/h1_presentation.gif);
}

h1#partner
{
	background-image: url(/staticfiles/graphics/Texts/h1_affarspartner.gif);
}

h1#miljo
{
	background-image: url(/staticfiles/graphics/Texts/h1_miljo.gif);
}

h1#process
{
	background-image: url(/staticfiles/graphics/Texts/h1_process.gif);
}

.punkt
{
	margin-left: 5px;
	padding-left: 5px;
	list-style-image: url(graphics/arrow.gif);
}

h1#harry
{
	background-image: url(/staticfiles/graphics/Texts/h1_harrysjogren.gif);
}

h1#organisation
{
	background-image: url(/staticfiles/graphics/Texts/h1_organisation.gif);
}

h1#castellum
{
	background-image: url(/staticfiles/graphics/Texts/h1_castellum.gif);
}
h1#kontakta
{
	background-image: url(/staticfiles/graphics/Texts/h1_kontakta.gif);
}
#nyhet
{
	float: left;
	width: 590px;
	height: auto;
	padding-left: 5px;
}
h1#aktuellt
{
	background-image: url(/staticfiles/graphics/Texts/h1_aktuellt.gif);
}
h1#persuppg
{
	background-image: url(/staticfiles/graphics/Texts/h1_persuppg.gif);
}
#red_plate
{
	float: left;
	width: 256px;
	height: 290px;
	background-image: url(/staticfiles/graphics/platta_red.jpg);
	background-repeat: no-repeat;
}
#vittext
{
	float: left;
	width: 200px;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 25px;
}
h1#kontaktpers
{
	background-image: url(/staticfiles/graphics/Texts/h1_kontaktpers.gif);
}
#platta_black
{
	background-image: url(/staticfiles/graphics/platta_black.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 580px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
	padding-top:2px;
}
.fakta
{
	width: 135px;
	float: left;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
}
.bg_thmb
{
	padding: 3px 3px 1px 3px;
	margin-top: 10px;
	margin-right: 10px;
	border: solid #525252 1px;
	width: 100px;
	float: left;
}

.Clear
{
	clear: both;
}
.Inputdiv
{
	float: left;
	padding-top: 10px;
}
.InputMultilineDiv
{
	float: left;
	padding-left: 10px;
}
.InputInput
{
	float: left;
	width: 120px;
	font-size: 12px;
}
.InputText
{
	float: left;
	width: 200px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}
.InputTextCol1
{
	float: left;
	width: 100px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}

.OrtDDL
{
	font-size: 12px;
}

.FastighetDDL
{
	font-size: 12px;
	width: 250px;
}

.InputMultilinetext
{
	width: 406px;
	font-size: 12px;
}
#InfoBox
{
	background: #fff;
	width: 320px;
	height: 190px;
	border: 10px solid #4e651d;
	position: absolute;
	top: 500px;
	margin-left: -380px;
	display: none;
	z-index: 999;
}

#MessageBox
{
	background: #fff;
	width: 320px;
	height: 190px;
	border: 10px solid #4e651d;
	position: absolute;
	top: 500px;
	margin-left: -380px;
	display: none;
	z-index: 999;
}

.Separator
{
	background-color:#E3EBEF;
	width:560px;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
#beskrivning
{
	width: 560px;
	color: #525252;
	font-size: 95%;
	padding-left:25px;
	
}

.greenForm
{
    float:left; 
    background-color: #93ae51; 
    height: 70px; 
    width: 580px; 
    color: White; 
    padding-top: 3px; 
    padding-left: 10px;
}

.greenForm td
{
    font-size:12px;
    color:#fff;
    font-weight:bold;
}


/* IE 6 buggfixar */

* html #main_bottom
{
    width:631px;
}

* html #main_middle
{
    width:616px;
}

* html #main_over
{
    width:631px;
}

* html #omraden_flash
{
	float: left;
	height: 170px;
	width: 280px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	color: #525252;
	clear: left;
}

* html #omraden
{
	float: left;
	width: 270px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	color: #525252;
	margin-right: 5px;
	margin-left: 0px;
}

* html #mainmenu
{
	top: 133px;
	padding-left: 15px;
}

* html #content_right object
{
    margin-left:-12px;
}

* html #content_right
{
	height: 664px;
	width: 285px;
	float: left;
	background-image: url(/staticfiles/graphics/content_right.jpg);
	background-repeat: no-repeat;
	border: 0px solid black;
	padding-right: 0px;
	padding-left:25px;
	margin-left: 0px;
}
#Capitex
{
		width:960px;
		border: 0px solid black;
		text-align:center;
		font-size:10px;
		color:#999999;
		padding:0px;
		margin:0px;
}

.searchLokalheader
{
	height:auto;
}