﻿/* **************************************** */
/* CSS SETTINGS TO RESET ALL TAG PROPERTIES */
/* **************************************** */


html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, a, em, font, img, strong, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: inherit;
    text-decoration: none;
    font-style: normal;
    font-family: Verdana, Arial, Sans-serif;
    vertical-align: top;
    text-align: inherit;
    margin-right: auto;
}

html, body {
      /*height: 100%;
      width: 100%;*/
      font-size: 100.01%;
      text-align: inherit;
	  /*overflow: visible;*/
      }

/* General */
body { background-color: #82bde1; /*#0055DD;*/
    background-image: url(bilder/bg_clouds.jpg);
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	color: #000000;
	margin: 0px;
	/*overflow-x: hidden;
	overflow-y: scroll;	*/
}

body.white {
    background-color: White;
    background-image: none;
    margin: 0;
    overflow: auto;
}

div#divWrapper {
    width: 980px;
    margin: auto;
}

img
{ 
	border-style: none;
    border-color: inherit;
    border-width: medium;
    display: inline;
}
p
{
	margin-bottom: 5px;
	/*font-size: 0.75em;*/
}
h1
{
	margin-top: 7px;
	margin-bottom: 4px;
	font-size: 1.8em;
	font-weight: bold;
}

h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

h3
{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
h4
{
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 0.95em;
	font-weight: bold;
	color: Gray;
}

a, a:visited
{
	color: #555555;
	text-decoration: underline;
}
a:hover
{
	color: #BE1035;
}

div
{
	/*font-size: 0.9em;*/
}

ul
{
	margin-left: 1em;
	padding-left: 0;
	margin-bottom: 5px;
}

li
{
	margin-bottom: 0px;
	margin-left: 3px;
}



/* *********************************************
Class specifika 
********************************************* */
a.Menu, a.Menu:visited 
{
	margin-right: 23px;
	margin-left: 25px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

a.MenuDisabled, a.MenuDisabled:visited
{
    margin-right: 50px;
    color: Silver;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}

a.Right, a.Right:visited 
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.5;
}
a.Right:hover
{
	color: #BE1035;
}

.btn_bg
{
	font-size: 1.1em;
	vertical-align: bottom;
	width: 250px;
	height: 20px;
	background-image: url(bilder/btn_menyshadow.gif);
	background-repeat: no-repeat;
	overflow: visible;
	background-position: bottom left;
	padding: 2px 0px 4px 0px;
	text-indent: 10px;
	cursor: hand;
	background-color: #FFFFFF;
}
.btn_bgON
{
	font-size: 1.1em;
	vertical-align: bottom;
	width: 250px;
	height: 20px;
	background-image: url(bilder/btn_menyshadow.gif);
	background-repeat: no-repeat;
	overflow: visible;
	background-position: bottom left;
	padding: 2px 0px 4px 0px;
	text-indent: 10px;
	cursor: hand;
	background-color: #EEEEEE;
}	

a.Rightmenu, a.Rightmenu:link a.Rightmenu:visited
{
	display: block;
	width: 100%;
	height: 100%;
	color: #555555;
	font-weight: bold;	
	text-decoration: none;
}
a.Rightmenu:hover
{
	color: #BE1035;
	background-color: #EEEEEE;
}


td.bottom
{
	vertical-align: middle;
	height: 140px;
	font-size: 100%;
}
.top
{
	background-image: url(/bilder/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 140px;
	text-decoration: none;
	overflow: visible;
	float: right;
	padding-right: 25px;
}
.bildtext
{
	font-size: 1.1em;
}

.kanaler
{
	width: 90px;
	vertical-align: bottom;
	text-align: center;
}

.Header
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
.Brodtext
{
	font-size: 1.0em;
}

.Right
{
	text-align: right;
	/*font-size: 0.7em;*/
	background-image: url(/bilder/arrowred.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 50px;
	text-decoration: none;
	overflow: visible;
	float: right;
	padding-right: 7px;
}

.red {
    color: #CC3300;
    font-style: italic;
    }  
    
.itemClear 
{
	clear: both;
}      
		

/* ID specifika */
#div_Header 
{
	border: solid 1px black;
	/*margin: auto;*/ 
	position: relative;
	top: 10px;
	left: 10px; 
	width:950px; 
	height:142px; 
	background-color: White;
	overflow: hidden;
}
#div_Menu 
{
	border: none;
	/*margin: auto;*/ 
	position: relative; 
	top: 15px; 
	left: 10px;
	width:950px; 
	height:30px; 
	color: White;
}
#divfixedHeader, #divomradenHeader
{
	border: solid 1px black;
	/*position: fixed;*/
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	width:950px; 
	height:142px; 
	background-color: White;
	overflow: hidden;
	z-index: 10;
}
#divfixedMenu, #divomradenMenu 
{
	border: none;
	/*position: fixed;*/
	position: absolute; 
	margin-top: 5px; 
	margin-left: 10px;
	top: 149px;
	width:950px; 
	height:25px; 
	color: White;
	z-index: 11;
	/*background-color: #0055DD;*/
	vertical-align: middle;
	padding-top: 5px;
}
#divscrollContent, #divomradenContent
{
	width: 950px;
	/*margin: auto;*/
	left: 10px;
	position: relative;
	top: 0px;
	border: none;
	z-index: 1;
}
#divfixedFaktaruta, #divomradenFaktaruta
{
	width: 255px;
	background-color: White;
	border: solid 1px black;
	float: right;
	/*position:fixed;*/
	position: absolute;
	top: 184px;
	left: 665px;
	padding: 30px 15px 10px 15px;
}
#divscrollMain, #divomradenMain
{
	width: 517px;
	background-color: White;
	border: solid 1px black;
	float: left;
	padding: 30px 103px 10px 30px;
	height: 465px;
	overflow: auto;
	margin-top: 184px;
	/*font-size: 0.75em;*/
	/*font-weight: normal;*/
}
#table_Menu
{
	padding: 0px;
	border: none;
}
#Newstable
{
	padding: 0px;
	border: none;
	color: Gray;
}

#div_ContentHolder
{
	width: 950px;
	/*margin: auto;*/
	position: relative;
	top: 10px;
	left: 10px;
	border: none;
}
#div_ExtpageHolder
{
	width: 957px;
	margin-top: -14px;
	/*position: absolute;*/
	border: none;
	margin: auto;
	left: 10px;
}
#div_Main
{
	width: 500px;
	min-height:476px;
	background-color: White;
	border: solid 1px black;
	float: left;
	padding: 30px 120px 10px 30px;
	/*font-size: 0.75em;*/
	/*font-weight: normal;*/
}
#div_Main p, #div_Faktaruta p
{
	/*font-size: 1.1em;*/
	font-weight: normal;
}
#div_rubrik_welcome
{
	/*margin-left: -29px;*/
	z-index: 2;
	top: 10px;
	position: absolute;
}

div#divBostaderButtons 
{
	width: 600px;
	height: 45px;
	overflow: visible;
	clear: both;
}

div#divVerksImage 
{
	margin-top: 20px;
}

#div_btn_sokbostad,
#div_btn_felanmalan
{
	position: absolute;
		

}

#div_btn_felanmalan
{
	left: 480px;
	margin-top: 10px;	
}

#div_btn_sokbostad {
	left: 480px;
	margin-top: 10px;
	top: 55px;
	}

#div_index_aktuellt
{
	width: 450px;
	font-size: 0.75em;
}
#div_Faktaruta
{
	width: 255px;
	/*min-height: 465px;*/
	background-color: White;
	border: solid 1px black;
	float: right;
	/*position: absolute;*/
	min-height: 476px;
	top: 0px;
	left: 665px;	
	padding: 30px 15px 10px 15px;
}

#div_Faktaruta,
#divfixedFaktaruta,
#div_ScrollFaktaruta 
{
	background-image: url("bilder/bg_svenbologo.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#div_ScrollFaktaruta
{
	width: 270px;
	/*min-height: 465px;*/
	background-color: White;
	border: solid 1px black;
	float: right;
	position: absolute;
	top: 0px;
	left: 665px;	
	padding: 30px 0px 10px 15px;
}

div#divFaktarutaWrapper {
    /*min-height: 279px;*/
    }

div#faktaruta_boinformation {
    height: 259px;
    }

div#faktaruta_omraden {
    height: 279px;
    }

#rightpadding
{
	margin-right: 15px;
	font-size: 100%;
}

div#divInputContainer {
    text-align: right;
    width: 330px;
    }
	
.labelText,
.labelTextarea {
    width: 120px;
    text-align: left;
    vertical-align: middle;
    display:inline-block;
    margin-right: 3px;
    }
    
.labelTextarea {
    vertical-align: top;
    }
    
.labelRadio {
    width: 180px;
    text-align: left;
    vertical-align: top;
    display:inline-block;
    margin-right: 3px;
    clear: both;
    }
    
input.inputText {
    width: 200px;
    font-size: 8pt;
    font-family: Arial;
    border: 1px solid grey;
    }
    
.inputTextarea {
    width: 200px;
    font-size: 8pt;
    font-family: Arial;
    border: 1px solid grey;
    }
    
.radiolist {
    text-align: left;
    }
    
/* News specialare */
    
div.news {
    font-size: 100%;
    width: 248px;
    margin-bottom: 7px;
    color: #666;
    }
    
div.news h2 {
    font-size: 1.2em;
    }

p.newsDate {
    font-size: 0.7em;
    margin-top: 5px;
    margin-bottom: 0;
    }
    
p.newsText {
    font-size: 0.8em
    }
