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

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

body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#ffffff;
	/*background-image:url(../_images/Bakgrund.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;*/
	color:#333333;
}

.gomd{
	display:none;
}

/* ################################################ RADBRYT ## */
hr{
	border:1px solid #5FBAEB;
	color:#CC0000;
}

.hrDiv{
	float:left;
	/*background-image:url(../_images/hrBg.png);*/
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	margin-bottom:20px;
}

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

p{
	letter-spacing:0.02em;
	line-height:14px;
}

p.mitten_text {
    color: #555555;
    font-size: 16px;
    line-height: 20px;
    width: 904px;
}

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

.normText{
	line-height:16px;
	letter-spacing:0.02em;
	margin-bottom:10px;
	max-width:600px;
}


.svartText{
	color:#000;
}

.graText{
	color:#666666;
}

.ljusGraText{
	color:#ccc;
}

.morkGraText{
	color:#333;
}

.vitText{
	color:#FFF;
}

.redText{
	color:#F00;
}

.tabbadText{
	position:relative;
	left:50px;
}

.tunnText{
	font-weight:normal;
}

.underLitenRubrik{
	font-size:14px;
	line-height:16px;
}
.textFargLank{
	color:#333333;
}

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

/* ################################################ RUBRIKER ## */
h1{
	color:#333333;
	font-size:30px;
	font-weight:normal;
	margin-bottom:10px;
}

h2{
	font-size:22px;
	color:#333;
	font-weight:normal;
}

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

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

h5{
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	font-weight:normal;
	line-height:20px;
}

h6{
	font-size:14px;
	color:#333;
}

h3.modul_h3{
	margin-bottom:0;
	padding-top:5px;
	text-align:left;
	width:100%;
	color:#333333;
}
span.modul_h3Rubrik{
	font-size:26px;
	margin-right:15px;
}

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

.pointer{
	cursor:pointer;
}

.visaKlick{
	cursor:pointer;
}

.graToppLank{
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
}
.graToppLank:hover{
	color:#000;
}

.redToppLank{
	color:#CC0000;
	font-weight:normal;
	letter-spacing:1px;
}

.aktivToppLank{
	text-decoration:underline;
}

.addthis_button{
	left:50%;
	margin-left:-41px;
	position:relative;
}

.bottenLank{
	color:#333333;
	float:right;
	margin-left:20px;
	margin-top:8px;
}

.copyText{
	float: left;
    margin-left: 0;
}

a:hover.bottenLank{
	color:#5FBAEB;
}

/* ################################################ INPUT ## */
.input_ruta{
	border:1px dashed #5FBAEB;
	padding:2px;
}

.input_StandardKnapp{
	border:none;
	background-color:#5FBAEB;
	color:#FFFFFF;
	font-size:12px;
	padding-bottom:2px;
}

/* ################################################ LAGER ## */
div#bgWrapper{
	background-image:url(../_images/Bakgrund.jpg);
	background-repeat:repeat-x;
	height:1000px;
	position:fixed;
	width:200%;
	top:0px;
	left:-200px;
}

div#wrapper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    top: 0;
    width: 1019px;
    z-index: 1;
}

div#topp_wrapper {
    background-color: #FFFFFF;
    background-image: url("../_images/Site_Bakgrund_Topp.png");
    background-position: 15px -5px;
    background-repeat: no-repeat;
    box-shadow: 0 35px 15px -6px #000000;
    float: left;
    height: 130px;
    padding-left: 30px;
    padding-right: 30px;
    width: 960px;
}

.topp_Hem {
    height: 106px;
    left: 0;
    position: absolute;
    width: 408px;
}

div#topp_Meny{
    color: #333333;
    font-size: 16px;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 70px;
}

div#rollOverDiv{
	background-color:#5fbaeb;
	height:3px;
	font-size:1px;
	/*left:72px;*/
	position:absolute;
	top:19px;
	/*width:317px;*/
	/*border:1px solid #333333;*/
}


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

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

.normFlytV{
	float:left;
	
}
.maxBredd{
	width:100%
}

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

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

.standardKnappPip{
	margin-right:-5px;
}

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

/* ################################## 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:1019px;
}

div#inneHallare {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 21px 15px -6px #000000;
    float: left;
    height: auto;
    min-height: 200px;
    padding: 1px 20px 20px;
    width: 980px;
}

div#inneHallareHelspallt{
	float:left;
	width:959px;
	margin-bottom:10px;
}

div#vansterSpallt{
	float:left;
	width:154px;
	min-height:100px;
}

div#vansterSpalltStor{
	float:left;
	width:742px;
	min-height:100px;
}

div#mittenpallt{
	float:left;
	width:578px;
	margin-left:20px;
	min-height:100px;
}

div#hogerSpallt{
	float:left;
	width:206px;
	margin-left:20px;
	min-height:100px;
}

.facebokLike {
    height: 65px;
    position: absolute;
    right: 0px;
    top: 103px;
    width: 50px;
	text-align: right;
}

#pip_wrapper .facebokLike{
	top:50px;
}

/* ################################## Fönster i fönster PIP## */
div#pip_wrapper{
    background-color: #FFFFFF;
    display: none;
    height: 1px;
    left: 50%;
    margin: 0 auto 0 -465px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 100px;
    width: 50px;
	z-index:10;
	box-shadow: 0 7px 13px -1px #000000;
}

div#pip_genomskinligBGHallare{
	background-color:#257;
	display:none;
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	/*#5FBAEB;*/
}

div.pip_Innehallare{
	background-color:#FFFFFF;
	float:left;
}

div#pip_CloseButton{
	position:absolute;
	right:20px;
}

/* ######### För att runda hör i pip## */
div.pipRund_Topp{
	position:absolute;
	width:100%;
	height:8px;
	left:0px;
	top:0px;
	display:none;
}

div.pipRund_Botten{
	position:absolute;
	width:100%;
	height:8px;
	bottom:0px;
	left:0px;
	display:none;
}

div.pip_Rund_Mitt{
	background-color:#FFFFFF;
	float:none;
	height:8px;
	margin-left:10px;
	margin-right:10px;
}

div.pip_Rund_Botten{/* Den här var bara en ide om att ha botten kanten blå och tona uppåt*/
	background-color:#5FBAEB;
	float:none;
	height:8px;
	margin-left:10px;
	margin-right:10px;
}

div.pip_Rund_VT{
	background-image:url(../_images/pipRund_VT.png);
	background-repeat:no-repeat;
	float:left;
	height:8px;
	left:0;
	width:10px;
}

div.pip_Rund_VB{
	background-image:url(../_images/pipRund_VB.png);
	background-repeat:no-repeat;
	float:left;
	height:8px;
	left:0;
	width:10px;
}

div.pip_Rund_HT{
	background-image:url(../_images/pipRund_HT.png);
	background-repeat:no-repeat;
	float:right;
	height:8px;
	margin-top:-8px;
	right:0;
	width:10px;
}

div.pip_Rund_HB{
	background-image:url(../_images/pipRund_HB.png);
	background-repeat:no-repeat;
	float:right;
	height:8px;
	margin-top:-8px;
	right:0;
	width:10px;	
}

/* Den andra typen av runda hörn*/
div.pip_BottenBanner{
	float:left;
	height:27px;
	margin-top:0;
	width:100%;
}

div.pip_Botten_LeftBg{
	background-image:url(../_images/pip_BG_Botten_Left.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	left:0;
	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;
	position:absolute;
	right:0;
	width:50%;
}

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

/*#################################### AJAX ## */
div#ajaxLaddar{
	position:absolute;
	display:block;
	visibility:hidden;
	top:35px;
	margin:0 auto;
	left:50%;
	margin-left:-81px;
	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:1019px;
	height:auto;
}

div#ajaxFonsterInnehall{
	float:left;
}

/*#################################### BLANDAT ## */
div#musikUppladdare{
	margin-bottom:2px;
}

/* ################################## SIDFOT ## */
div#underSidanMarginal {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 15px 15px -6px #000000;
    float: left;
    height: 40px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    width: 980px;
}

/* ################################## KUL KRIMSKRAMS ## */
div#sol{
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(../_images/Sol.png);
	background-repeat:no-repeat;
	width:259px;
	height:297px;
}

div#gras{
	position:fixed;
	bottom:-16px;
	left:0px;
	background-image:url(../_images/gras.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:100%;
	height:52px;
}

div#lov{
	position:fixed;
	bottom:-1px;
	left:0px;
	background-image:url(../_images/bottenLov1.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:130%;
	height:92px;
}

div#sno{
	position:fixed;
	bottom:0px;
	left:0px;
	background-image:url(../_images/bgViterHampis.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:100%;
	height:200px;
}
div#var{
	position:fixed;
	bottom:-30px;
	left:0px;
	background-image:url(../_images/var.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:100%;
	height:200px;
}

/* ################################## KONTAKTASIDAN ## */
#kontaktinfoHallare{
	float:right;
	margin-right:50px;
}
#kontaktformulHallare{
	float:left;
}
#kontaktformulText{
	float:left;
	width:100px;
}
#kontaktformulIn{
	float:left;
}

/* ################################# Olika PIP's ## */
.sokPipInnehall{
	width:300px;
}
.funkarDetPipInnehall{
	width:500px;
}
.wikiSvar{
	line-height:14px;
}
.mp3Klipp{
	width:800px;
	height:440px;
}
.pip_Innehallare_full{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}
#sokStrang{
	width:70%;
}

/* ################################# Speciella javascriptfönster ## */
#javaScriptDiv{
	width:1px;
	height:1px;
	overflow:hidden;
}

/* ################################## SÖKMITTISIDAN MODULEN ## */


