/* ############################################################################ */
/* ############################################################################ --------------> ISSEFY HUVUD CSS ## */
/* ############################################################################ */

/* ################################################ HUVUD ## */
html{ 
	height:100%;
	width:100%;
	overflow:hidden;
	overflow-y:scroll; 
	overflow-x:hidden;
}

body{
	font-family: Helvetica, Arial;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	background-color:#f5f5f5;
	color:#555;
}


/* ################################################ FONT - Import ## */ 
/*
@font-face {
    font-family: 'EdwardianScriptITCRegular';
    src: url('../_includes/Fonts/Edwardian/itcedscr-webfont.eot');
    src: url('../_includes/Fonts/Edwardian/itcedscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_includes/Fonts/Edwardian/itcedscr-webfont.woff') format('woff'),
         url('../_includes/Fonts/Edwardian/itcedscr-webfont.ttf') format('truetype'),
         url('../_includes/Fonts/Edwardian/itcedscr-webfont.svg#EdwardianScriptITCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* ################################################ RADBRYT ## */ 
hr{
	font-size:1px;
	height:1px;
	width:100%;
	margin-bottom:15px;
	clear:left;
	background-image:url(../_images/treeh_BgAvskiljare_Horiz.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	border:none;
}

/* ################################################ TEXT ## */
p{
	letter-spacing:0.04em;
}
.sok_resultatUt{
	border-bottom:1px solid #555555;
	float:left;
	height:14px;
	margin-bottom:5px;
	width:100%;
	cursor:pointer;
}
.visible{
	display:block;
}

.notVisible{
	display:none;
}
.show{
	display:block;
}

.hide{
	display:none;
}
.litenFörklararText{
	font-size:9px;
	margin:0px;
}
.errorText{
	color:#FF0033;
	font-weight:bold;
}
.infoUtText{
	color:#66cc33;
	font-weight:bold;
}
fieldset{
	border:none;
}
li{
	margin-left:12px;
	margin-bottom:5px;
}
table{
 	border-collapse: separate;
    border-spacing: 5px;
    float: left;
    margin-bottom: 10px;
    margin-left: -5px;
}

/* ################################################ BILDER ## */
img{
	border:none #fff 0px;
}

/* ################################################ RUBRIKER ## */
h1{
	float: left;
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
}

h2{
	float: left;
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
}

/*Används av Disqus ...*/
h3{
}

h4{
	float: left;
    width: 100%;
}

h5{
	float: left;
    width: 100%;
}

h6{
	float: left;
    width: 100%;
}

/* ################################################ LÄNKAR / KLICKBARA CLASSER ## */
a, .serUtSomLank{
	text-decoration:none;
	outline:none;
	cursor:pointer;
	color:#0CC6DA;
	font-weight:normal;
	transition: color 0.5s linear 0s;
	-moz-transition: color 0.5s linear 0s;
	-webkit-transition: color 0.5s linear 0s;
	-o-transition: color 0.5s linear 0s;
}

a:visited{
}

a:active{
}

a:hover{
	color:#545855;
	transition: color 0.5s linear 0s;
	-moz-transition: color 0.5s linear 0s;
	-webkit-transition: color 0.5s linear 0s;
	-o-transition: color 0.5s linear 0s;
}

.pointer{
	cursor:pointer;
}

.nyhetsLank{
	cursor:pointer;
}

/* ################################################ INPUT ## */
.standardKnapp{
	background-color:#ff6600;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	padding:3px 15px;
	border:none;
}

.input_Standard{
	float:left;
	clear:left;
	border: #000 1px solid;
	padding:5px;
	margin-bottom:15px;
	color:#999;
	width:191px;
}

.input_VitSvart, .knappVitSvart{
	background-color:#FFF;
	border:none 0px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	margin-bottom:15px;
}

.knappVitSvart{
	cursor:pointer;
}

/* ################################################ LAGER ## */
.siteBG{
    float: left;
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
	overflow: hidden;
}
.bg_IMG{
	position:absolute;
	top:0px;
	left:0px;
}

div#wrapper{
	float:left;
	width:100%;
	min-height:500px;
}
.top_Wrapper{	
    background-image: url("../_images/lf_VitHorLinje.png");
    background-position: 0 10px;
    background-repeat: repeat-x;
    float: left;
    height: auto;
    width: 100%;
	margin-bottom: 30px;
}
.top_WrapperInnehall{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
    top: 0;
    width: 95%;
    z-index: 1;
}
.innerInnehallare{
	background-color:#FFFFFF;
	float:left;
	margin:0;
	padding:2%;
	width:96%;
	height:auto;
}

.spaces_Float{
	float:left;
	width:100%;
	height:20px;
}
#ajaxLaddar{
	position:absolute;
	background-image:url(../_images/ajax_loader.gif);
	background-repeat:no-repeat;
	width:31px;
	height:31px;
	display:none;
}

#UtvecklingsRutan{
	position:fixed;
	top:20px;
	left:10px;
	padding:10px;
	background-color:#CCC;
	color:#F33;
	display:none;
	z-index:50;
}

.admin_iSidanRedigeringsMeny{
	display:none;
}