body 
{ 
	margin: 30px 0 0;
    padding: 0; 
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #444;
    background-color: #FFF;
    text-align: center;
}

#wrapper 
{
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#menu
{
	background: transparent url(../_images/layout/menu_bg.gif) repeat-x;
	font-size: 120%;
	text-align: center;
	overflow: auto;
	padding-top: 13px;
}

	#menu ul
	{
		display: block;
		width: 707px;
		overflow: auto;
		margin: 0 auto;
		padding: 0;
	}
	* html #menu ul /* IE FIX */
	{
		margin: 0;
	}
	
	#menu ul li {
	    display: block;
	    float: left;
	    margin-right: 0;
	}
	
	
	#menu ul a:focus {
	    outline: none;
	}
	
		#menu a
		{
			display: block;
			height: 27px;
			text-indent: -9999px;
		}
		
		#menu a.startsida
		{
			width: 130px;
			background: url(../_images/layout/menu_startsida.png) no-repeat left top;
		}
		
		#menu a.stiftelsen
		{
			width: 130px;
			background: url(../_images/layout/menu_stiftelsen.png) no-repeat left top;
		}
		
		#menu a.lediga_lagenheter
		{
			width: 191px;
			background: url(../_images/layout/menu_lediga_lagenheter.png) no-repeat left top;
		}
		
		#menu a.hyresgaster
		{
			width: 147px;
			background: url(../_images/layout/menu_hyresgaster.png) no-repeat left top;
		}
		
		#menu a.lankar
		{
			width: 109px;
			background: url(../_images/layout/menu_lankar.png) no-repeat left top;
		}
		
		#menu a.selected, #menu a:hover
		{
			background-position: left bottom;
		}

.submenu
{
	text-align: right;
	color: #ccc;
	font-size: 100%;
	line-height: 17px;
	margin-bottom: 30px;
}

	.submenu ul li
	{
		display: inline;
		margin-left: 3px;
	}
	
		.submenu a
		{
			color: #888888;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		.submenu a:hover, .submenu a.current
		{
			color: #2671B5;
		}

#content
{
	width: 700px;
	margin: 20px 50px 0;
	text-align: center;
	overflow: auto;
}

	#content #coda-slider-1
	{
		text-align: left;
	}

.content
{
	overflow: visible;
}
	.left
	{
		float: left;
		margin-right: 25px;
	}
	
	.right
	{
		float: right;
	}

.image_cont
{
	width: 170px;
}

#footer 
{
	text-align: center;
	margin: 50px 0 0 0;
}

	#footer .logo
	{
		margin: 0 0 27px 0;
	}
	
	#footer .kontakt
	{
		color:#AAAAAA;
		font-size:10px;
	}
	
		#footer .kontakt a:hover {
			text-decoration:underline;
		}
		
		#footer .kontakt a {
			color:#AAAAAA;
			text-decoration:none;
		}

/*------------ TYPOGRAPHY ------------*/
h1, h2
{
	color: #2671B5;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

strong
{
	font-weight: bold;
}

h3
{
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 100%;
}

h5
{
	color: #2671B5;
}

p
{
	margin-bottom: 1.5em;
}

em, .small_text
{
	color:#888;
	font-weight: bold;
	font-style: normal;
}

.small_text
{
	font-size: 10px;
}


/*------------ CLEAR FIX ------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: visible;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------------ SCROLLBAR ------------ */
/* Scrollbar */
.scroll-pane {
float:left;
height:280px;
overflow:auto;
width:690px;
}

.jScrollPaneContainer {
	position: relative;
	background: transparent url(../_bilder/layout/left_bar_background.png) repeat-x;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #EEE;
}
.jScrollPaneDrag {
	position: absolute;
	background: #2671B5 url("../_bilder/layout/scroll_handle.gif") no-repeat center center;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
