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

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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#ffffff;
	background-color:#62a9b6;
	color:#333;
}

/* ################################################ RADBRYT ## */
hr{
	border:1px solid #777;
	color:#CC0000;
	font-size:1px;
}

/* ################################################ TEXT ## */

p{
	letter-spacing:0.04em;
	margin-bottom:15px;
}

.contentText{
	line-height:16px;
	/*letter-spacing:0.06em;*/
}

.p_absolute{
	position:absolute;
	height:13px;
	overflow:hidden;
	width:174px;
}

.active{
	color:#F08A00;
	font-weight:bold;
}

.visible{
	display:block;
}

.notVisible{
	display:none;
}

.gra{
	color:#CCC;
}

.sok_resultatUt{
	border-bottom:1px solid #CCCCCC;
	float:left;
	height:14px;
	margin-bottom:5px;
	width:100%;
	cursor:pointer;
}

.show{
	display:block;
}

.hide{
	display:none;
}


/* ################################################ BILDER ## */


/* ################################################ RUBRIKER ## */
h1{
	font-size:24px;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
}

h2{
	font-size:24px;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
}

h3{
	font-size:20px;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}

h4{
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}

h5{
	font-size:16px;
	color:#000;
	margin-top:15px;
	margin-bottom:5px;
	font-weight:normal;
}

h6{
	font-size:14px;
	margin-bottom:15px;
}

/* ################################################ LÄNKAR / KLICKBARA CLASSER ## */
a{
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
}

.pointer{
	cursor:pointer;
}

.nyhetsLank{
	cursor:pointer;
}

/* ################################################ LAGER ## */
div#siteBG{
	background-image:url(../_images/SiteBG.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	
	background-color:#62a9b6;
}

div#topp_SiteWrapper{
	position:absolute;
	width:884px;
	top:0px;
	height:90px;
	margin:0 auto;
	left:50%;
	margin-left:-442px;
	background-repeat:no-repeat;
}

div#topp_wrapper{
	position:absolute;
	top:122px;
	height:90px;
	margin:0 auto;
	left:50%;
	margin-left:-442px;
	height:auto;
	width:884px;
	background-image:url(../_images/wrapperBg_Top);
	background-repeat:no-repeat;
	height:31px;
}

div#wrapper{
	position:absolute;
	top:153px;
	margin:0 auto;
	left:50%;
	margin-left:-442px;
	height:auto;
	width:884px;
}

div#botten_wrapper{
	float:left;
	background-image:url(../_images/wrapperBg_Botten);
	background-repeat:no-repeat;
	width:884px;
	height:40px;
}

div#topp_Logga{
	position:absolute;
	width:261px;
	height:107px;
	left:40px;
	top:15px;
	background-image:url(../_images/Logga.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

div#topp_Meny{
	background-image:url(../_images/ToppMenyBg.png);
	background-repeat:no-repeat;
	height:70px;
	position:absolute;
	right:5px;
	top:61px;
	width:545px;
}

div#topp_MenyObjektWrapper{
	height:16px;
	margin-left:64px;
	margin-right:224px;
	position:relative;
	top:28px;
	color:#FFF;
	text-align:center;
	font-size:14px;
}

div#topp_MenySokruta{
	height:22px;
	position:absolute;
	right:22px;
	top:27px;
	width:190px;
}
#topp_Meny_sok{
	border:0 none;
	width:156px;
	font-size:14px;
}


div#rollOverDiv{
	background-color:#999999;
	height:1px;
	left:72px;
	position:absolute;
	top:72px;
	width:66px;
}

.menyAltHallare{
	float:left;
	margin-left:15px;
}

.bottenSpacer{
	float:left;
	height:20px;
	width:300px;
}

#javaScriptDiv{
	/*display:none;*/
}

/* ################# TONARE ## */
.divKantTonare{
	background-image:url(../_images/divKantTonare.png);
	height:20px;
}

.divKantTonareNere{
	background-image:url(../_images/divKantTonareNere.png);
	height:20px;
}

.members_Kanttonare_Uppe{
	margin-top:-10px;
	position:absolute;
	width:335px;
	left:0;
}

.members_Kanttonare_Nere{
	bottom:54px;
	position:absolute;
	width:335px;
	left:0;
}

/* ################# KNAPPAR ## */
.editKnapp{
	background-image:url(../_images/EditKnapp.png);
	cursor:pointer;
	float:right;
	height:18px;
	margin-top:10px;
	width:60px;
}

.standardKnapp{
	float:right;
	background-color:#cc0000;
	margin-top:5px;
	padding: 3px 15px 3px 15px;
	height:12px;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
	margin-left:5px;
}

.stangKnapp{
	background-image:url(../_images/stangknapp.png);
	cursor:pointer;
	float:right;
	height:21px;
	margin-right:7px;
	margin-top:5px;
	width:54px;
}

.pipWindowButton{
	margin-right:60px;
	margin-top:30px;
}

/* ################################## Fönster i fönster ## */
div#pip_wrapper{
	position:absolute;
	top:100px;
	margin:0 auto;
	left:50%;
	margin-left:-465px;
	width:50px;
	height:1px;
	background-image:url(../_images/pip_BG_Left.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	display:none;
	z-index:20;
}

div#pip_wrapper_RightBg{
	float:left;
	height:100%;
	width:100%;
	background-image:url(../_images/pip_BG_Right.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:right;
	overflow:hidden;
}

div#pip_genomskinligBGHallare{
	background-color:#777777;
	display:none;
	height:100%;
	left:0;
	margin:0 auto 0 0;
	position:fixed;
	width:100%;
	z-index:15;
}

div#pip_Innehallare{
	float:left;
	margin:10px;
}

div#ajaxFonsterInnehall{
	background-color:#FFFFFF;
	height:100%;
	left:25px;
	position:absolute;
	right:25px;
	overflow:hidden;
}

div#ajaxFonsterInnehall_RiktigtInnehall{
	background-color:#FFFFFF;
	height:100%;
	left:25px;
	position:absolute;
	right:25px;
}

.pip_deleteMember{
	width:600px;
}

div#pip_CloseButton{
}

div#pip_matteOvning{
	float:left;
	width:930px;
	height:100%;
}

div#pip_ToppBanner{
	float:left;
	width:100%;
	height:60px;
	margin-top:-60px;
	overflow:hidden;
}

div#pip_ToppBanner_ValdVisare{
	height:32px;
	margin-top:8px;
	left:13px;
	position:absolute;
	right:13px;
	overflow:hidden;
}

div#pip_ToppBanner_LeftBg{
	background-image:url(../_images/pip_BG_Top_Left.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:27px;
	left:0px;
	margin-top:33px;
	position:absolute;
	width:50%;
}

div#pip_ToppBanner_RightBg{
	background-image:url(../_images/pip_BG_Top_Right.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:27px;
	width:50%;
	margin-top:33px;
	position:absolute;
	right:0;
}

div#pip_ToppBanner_ValdPipBanner{
	height:40px;
	background-color:#069;
	width:100%;
	
}

div#pip_BottenBanner{
	float:left;
	width:100%;
	height:27px;
	margin-top:0px;
}

div#pip_Botten_LeftBg{
	background-image:url(../_images/pip_BG_Botten_Left.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	left:0px;
	position:absolute;
	width:50%;
}

div#pip_Botten_RightBg{
	background-image:url(../_images/pip_BG_Botten_Right.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:27px;
	width:50%;
	position:absolute;
	right:0;
}

/* ################################## LIST ## */
ol, ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}

li{
	margin-bottom:5px;
}

/* ################################## IFRAMES ## */
.iframeFloatLeft{
	float:left;
}

/* ################################## MENY ## */

/*#################################### AJAX ## */
div#ajaxLaddar{
	position:absolute;
	display:block;
	visibility:hidden;
	top:35px;
	margin:0 auto;
	left:50%;
	margin-left:-20px;
	z-index:9;
	width:31px;
	height:31px;
	background-image:url(../_images/laddare.gif);
	background-repeat:no-repeat;
}

div#ajaxMittInnehall{
	float:left;
}

div#animerarHojdAjax{
	float:left;
	width:100%;
	overflow:hidden;
	min-height:300px;
}

/* ################################## SIDINNEHÅLL ## */
div#sidID{/*Den här ska bara vara en osynlig markör för vilken sida man är på*/
	display:none;
}

div#page_Wrapper{
	float:left;
	width:100%;
	background-image:url(../_images/wrapperBg_Mitt);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
}

div#inneHallare{
	float:left;
	width:844px;
	padding: 0px 36px;
	margin-bottom:10px;
}

div.spalt_Lefty{
	float:left;
	width:590px;
	min-height:200px;
}

div.spalt_Righty{
	float:right;
	width:240px;
	min-height:200px;
	margin-right:6px;
	
}

div.inneHallarRuta{
	position:relative;
	background-color:#eceded;
	margin-bottom:10px;
}

div.inneHallarRuta_HelVansterSpallt{
	width:540px;
}

div.inneHallarRuta_Horn_VT{
		background-image:url(../_images/rutHorn_VitBG_VT.png);
		height:15px;
		width:15px;
		position:absolute;
		left:0px;
		top:0px;
		font-size:1px;
}
div.inneHallarRuta_Horn_HT{
		background-image:url(../_images/rutHorn_VitBG_HT.png);
		height:15px;
		width:15px;
		position:absolute;
		right:0px;
		top:0px;
		font-size:1px;
}
div.inneHallarRuta_Horn_HB{
		background-image:url(../_images/rutHorn_VitBG_HB.png);
		height:15px;
		width:15px;
		position:absolute;
		right:0px;
		bottom:0px;
		font-size:1px;
}
div.inneHallarRuta_Horn_VB{
		background-image:url(../_images/rutHorn_VitBG_VB.png);
		height:15px;
		width:15px;
		position:absolute;
		left:0px;
		bottom:0px;
		font-size:1px;
}

div#nyhetsHallarRuta{
	position:relative;
	margin-bottom:10px;
	height:16px;
	padding-top:10px;
	/*margin-right:30px; FÖR HELA SIDAN */
	margin-right:283px;
	overflow:hidden;
	padding-right:10px;
	overflow:hidden;
}
.nyhetsScrollText{
	height:12px;
	position:relative;
	left:600px;
	white-space:nowrap;
}
div#nyhetsHallarRuta_Feadsymbol{
	float:left;
	width:21px;
	height:21px;
	margin-right:-1px;
	z-index:10;
}
div#nyhetsHallarRutaKommaFramFranRuta{
	height:100%;
	position:absolute;
	right:0px;
	width:4px;
	margin-top:-5px;
	background-color:#FFF;
	z-index:11;
}

div#matteKursMenyHallare{
	position:relative;
	width:300px;
	height:400px;
	background-color:#96C;
}

div.frontareRuta{
	background-image:url(../_images/Mittenruta.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:289px;
	margin-right:15px;
	margin-top:15px;
	width:280px;
}

/* ##### Frontarutor ##*/
div.frontareRuta_Rakna{
	background-image:url(../_images/Fronta_Rakna.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	margin-bottom:10px;
	position:relative;
	right:10px;
}
div.frontareRuta_Video{
	background-image:url(../_images/Fronta_Video.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	margin-bottom:10px;
	position:relative;
	right:10px;
}
div.frontareRuta_Forum{
	background-image:url(../_images/Fronta_Forum.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	margin-bottom:10px;
	position:relative;
	right:10px;
}
div.frontareRuta_Hjalp{
	background-image:url(../_images/Fronta_Hjalp.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	margin-bottom:10px;
	position:relative;
	right:10px;
}

div.frontareRuta_NoMarg{
	margin-right:0px;
}

div#bottenBannerCopy{
	float:left;
	height:14px;
	margin-left:36px;
	margin-top:-7px;
	width:560px;
	color:#cccccc;
}

/* ########################### Olika fasta innehalls rutor ## */
.inneHallarRuta_Hel{
	margin-right:30px;
	padding:10px;
}

.inneHallarRuta_StartSplit{
	margin-right:30px;
	padding:10px;
	width:538px;
}

.facebok_ToppGilla{
	overflow:hidden;
	padding:0;
	position:absolute;
	right:17px;
	top:-2px;
	width:234px;
	height:130px;
}

.inneHallarRuta_HogerSpallt{
	margin-right:30px;
	margin-top:15px;
	padding:10px;
	float:left;
	width:540px;
}

.inneHallarRuta_UMeny{
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-top:70px;
	width:122px;
}
/*Bakgrunder till den ovan*/
.inneHallarRuta_UMeny_Funkar{
	color:#D40050;
	background-image:url(../_images/UnderMenu_Funkar.png);
	background-position:10px 10px;
}
.inneHallarRuta_UMeny_Nyheter{
	color:#97BF0D;
	background-image:url(../_images/UnderMenu_Nyheter.png);
	background-position:10px 10px;
}
.inneHallarRuta_UMeny_Forum{
	color:#009EE0;
	background-image:url(../_images/UnderMenu_Forum.png);
	background-position:10px 10px;
}
.inneHallarRuta_UMeny_Medlem{
	color:#f89a00;
	background-image:url(../_images/UnderMenu_Medlem.png);
	background-position:10px 10px;
	margin-right:0px;
}


/* ########################### MatteMeny ## */
.matteMeny_Objekt{
	position:relative;
	width:236px;
	height:45px;
	cursor:pointer;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.matteMeny_OvningsWrapper{
	margin-right:25px;
	position:relative;
	margin-bottom:10px;
	margin-left:10px;
}

.matteMeny_AmneObjekt{
	color:#1A171B;
	font-weight:bold;
	height:13px;
	margin-bottom:2px;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	width:100%;
	padding-top:1px;
}

.matteMeny_AmneWrapper{
	position:relative;
	width:100%;
	margin-bottom:5px;
	display:none;
}

.matteMeny_AmneVal{
	position:relative;
	margin-left:10px;
	padding:3px 0px;
	border-bottom:#ccc 1px solid;
	margin-bottom:3px;
	color:#1A171B;
}

.matteMeny_AmneFilm{
	background-image:url(../_images/filmIkon.png);
	height:13px;
	left:177px;
	position:relative;
	width:18px;
}

.matteMeny_active{
	color:#F08A00;
}

/* ############### MatteMeny Menyobjekten ## */
.matteMeny_MatteA{
	background-image:url(../_images/MatteMeny_MatteA.png);
}
.matteMeny_MatteB{
	background-image:url(../_images/MatteMeny_MatteB.png);
}
.matteMeny_MatteC{
	background-image:url(../_images/MatteMeny_MatteC.png);
}
.matteMeny_MatteD{
	background-image:url(../_images/MatteMeny_MatteD.png);
}
.matteMeny_MatteE{
	background-image:url(../_images/MatteMeny_MatteE.png);
}
.matteMeny_MatteNog_Dtk{
	background-image:url(../_images/MatteMeny_Nog_Dtk.png);
}
.matteMeny_MatteKand{
	background-image:url(../_images/MatteMeny_KandisMatte.png);
}
.matteMeny_LaddaNer{
	background-image:url(../_images/MatteMeny_LaddaNer.png);
}

/* ############### Matte och andra undersidfärger ## */
.matteA_Farg{
	background-color:#F08A00;
}
.matteB_Farg{
	background-color:#D4D700;
}
.matteC_Farg{
	background-color:#009DD1;
}
.matteD_Farg{
	background-color:#B6085A;
}
.matteE_Farg{
	background-color:#5F4C3F;
}
.laddaNer_Farg{
	background-color:#1A171B; 
}

/* ################################## SIDFOT ## */
div#underSidanMarginal{
	float:left;
	/*background-color:#FFF;*/
	height:50px;
	width:100%;
	/*background-image:url(../_images/botten_copy.png);
	background-repeat:no-repeat;*/
}

/* ################################## NYHETER ## */

.nyhet_Hallare{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.nyhet_Hallare_Head{
	float:left;
}

.nyhet_DatumHallare{
	float:left;
	font-size:16px;
	color:#99cc00;
	width:55px;
}

.nyhet_RubrikHallare{
	float:left;
	font-size:14px;
	font-weight:bold;
	width:467px;
}

.nyhet_InnehallsHallare{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#CCCCCC;
	float:left;
	margin-left:55px;
	margin-top:10px;
	padding:10px;
	clear:left;
}


