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

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

body{
	font-family: Georgia, sans-serif, Arial, Helvetica;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	background-color:#99cccc;
	color:#333;
	/*letter-spacing:0.2pt;*/
}

/* ################################################ 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;
}
.lopText{
	margin-bottom:15px;
	line-height:14px;
}
.contentText{
	line-height:16px;
}
.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;
	float:left;
}
.infoUtText{
	color:#66cc33;
	font-weight:bold;
	float:left;
}
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{

}

h3{

}

h4{

}

h5{

}

h6{

}

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

a:visited{
	text-decoration:none;
}

a:active{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}
.pointer{
	cursor:pointer;
}

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


/* ################################################ LAGER ## */
.siteBG{
    background-position: center 0;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
}

#wrapper{
    float: left;
    height: auto;
    margin-top: 125px;
    padding: 0;
    width: 100%;
    z-index: 1;
}
#top_Wrapper{	
	position:absolute;
	height:10px;
	padding:0;
	top:0;
	width:100%;
	z-index:1;
	background-color:#000;
	left:-0px;
	z-index:10;
}
div.top_WrapperInnehall{
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    position: relative;
    width: 960px;
}
#page_ToppMenyWrapper {
    background-color: #99CCCC;
    height: 125px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#underSidanMarginal{
    float: left;
    height: 185px;
    width: 100%;
}

.spaces_Float{
	float:left;
	width:100%;
	height:20px;
}
#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;
	z-index: 1000;
}
.admin_iSidanRedigeringsMeny{
	display:none;
}
