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

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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	color:#999999;
	line-height:normal;
	background-color:#FFF;
}

/* ################################################ RADBRYT ## */ 
.line, .lineRubrik, .lineHoger, .lineInlagg{
	background-image:url(../_images/pome_HorizontalDotted.png);
	float:left;
	width:100%;
	height:1px;
	font-size:1px;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	padding-bottom: 20px;
	text-transform:lowercase;
	text-transform:capitalize;
}
.lineRubrik{
	background-position:bottom;
	font-size:14px;
	height:16px;
	text-indent: 4px;
	margin-bottom: 15px;
	padding-bottom:0px;
}
.lineHoger{
  	margin-bottom: 15px;
    margin-top: 10px;
    width: 290px;
}
.lineInlagg{
	margin-left: -20px;
    padding-bottom: 0;
    width: 620px;
}

/* ################################################ TEXT ## */
p{
	letter-spacing:0.04em;
}
.div.page_ToppMenyWrapper_ToppMeny, .page_UnderWrapperInnehall{
	letter-spacing: 0.4pt;
}
.inlaggText, .hogerSpalt_Objekt, .nyhetStorFrontare_Text{
	letter-spacing: 0.5pt;
}
.lopText{
	margin-bottom:15px;
	line-height:14px;
}
.contentText{
	line-height:16px;
}
.sok_resultatUt{
	border-bottom:1px solid #555555;
	float:left;
	height:14px;
	margin-bottom:5px;
	width:100%;
	cursor:pointer;
}
.show, .visible{
	display:block;
}
.hide, .notVisible{
	display:none;
}
.litenFörklararText{
	font-size:9px;
	margin:0px;
}
.errorText{
	color:#ff5e5e;
	font-weight:bold;
	float:left;
}
.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{

}

h2{
	font-family: Lobster, Georgia;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
	color:#666666;
}

h3{
}

h4{
    font-family: Lobster, Georgia;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
	color:#666666;
}

h5{

}

h6{

}

/* ################################################ LÄNKAR / KLICKBARA CLASSER ## */
a, .serUtSomLank{
	font-weight:normal;
	text-decoration:none;
	outline:none;
	font-weight:normal;
	cursor:pointer;
	color:#CC3333;
}

a:visited{
}

a:active{
}

a:hover{
	color:#333333;
}

.lankIText{
	font-weight:normal;
}
.lankIText:hover{

}
.bottenLank{
	font-weight:normal;
}

/* ################################################ INPUT ## */

/* ################################################ LAGER ## */
.siteBG{
    background-position: center top;
	background-repeat:no-repeat;
    float: left;
	height:auto;
    left: 0;
    top: 0;
    width: 100%;
}
div#wrapper{
	height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    top: 0;
    width: 1000px;
    z-index: 1;
}
div#page_Wrapper{
	float: left;
	padding: 50px 20px 80px;
    width: 960px;
}
div#underSidanMarginal{
    float: left;
    height: 185px;
    width: 100%;
}
div#animerarHojdAjax{
	float:left;
	width:100%;
}

div#inneHallare{
    float: left;
    width: 960px;
}
.spaces_Float{
	float:left;
	width:100%;
	height:20px;
}
.clear{
	clear:both;
}
#ajaxLaddar{
	position:absolute;
	background-image:url(../_images/ajaxInladdare.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:none;
}
#UtvecklingsRutan{
	position:fixed;
	top:20px;
	left:10px;
	padding:10px;
	background-color:#CCC;
	color:#F33;
	display:none;
}
.admin_iSidanRedigeringsMeny{
	display:none;
}