/* ############################################################################ */
/* ############################################################################ --------------> WIP 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;
	color:#333;
}

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

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

p{
	letter-spacing:0.04em;
}

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

.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;
}

/* ################################################ BILDER ## */
.nyhetsBild{
	float:left;
	margin-bottom:10px;
	margin-right:100%;
	margin-top: 10px;
	
	max-height:400px;
	max-width:425px;
}

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

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

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-bottom:5px;
	font-weight:normal;
}

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

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

.pointer{
	cursor:pointer;
}

.graToppLank{
	color:#999;
	font-weight:normal;
	letter-spacing:1px;
}

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

.aktivToppLank{
	text-decoration:underline;
}
/* ################################################ LAGER ## */
div#siteBG{
	position:absolute;
	top:138px;
	background-image:url(../_images/SiteBG.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:100%;
}

div#wrapper{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    top:20px;
    width: 990px;
    z-index: 1;
}

div#topp_wrapper{
	float:left;
	width:1114px;
	height:90px;
}

div#topp_Logga{
	float:left;
	background-image:url(../_images/Topp_Logga.png);
	background-repeat:no-repeat;
	width:1114px;
	height:51px;
	margin-left: 20px;
}

div#topp_Meny{
	float:left;
	width:1043px;
	height:51px;
	margin-left:61px;
	margin-top:3px;
	font-size:14px;
	color:#999;
}

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{
	background-color: #CC0000;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 2px 15px;
}

.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-color:#FFF;
	display:none;
	overflow:hidden;
	z-index:10;
	border-radius: 3px;
}

div#pip_genomskinligBGHallare{
	position:fixed;
	margin:0 auto;
	left:50%;
	margin-left:-5px;
	width:10px;
	height:10px;
	display:none;
	background-color:#777;
 	top: 0;
	z-index:2;
}

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

.pip_deleteMember{
	width:600px;
}

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

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

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

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

div#ajaxMittInnehall{
	float:left;
}

div#animerarHojdAjax{
	float:left;
	width:1114px;
	background-color:#F3F3F3;
	overflow:hidden;
	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:1114px;
}

div#inneHallare{
	float:left;
	background-color:#FFF;
	width:1114px;
}

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

/*#################################### TEMP FELSÖKARFÖNSTER ## */
div#felsokare{
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:40px;
	background-color:#CCF;
}

/* ################################## ABOUT## */

#about_Middle_Container{
	background-color:#FFFFFF;
	float:left;
	margin-top:40px;
	padding-left:10px;
	padding-right:10px;
	width:470px;
}

#about_Container{
	background-image: url("../_images/about_bg.jpg");
    background-position: 0 3px;
    height: 560px;
    overflow: hidden;
    padding-right: 84px;
    position: relative;
    width: 490px;
}

.about_rubrikAbout{
	color:#CC0000;
	float:right;
	font-size:36px;
	font-weight:normal;
	margin-bottom:12px;
	text-align:right;
}

.aboutP{
	color:#666666;
	margin-bottom:20px;
}

/* ################################## CITATTEXTER ## */

.citatText{
	color:#333;
	font-size:22px;
	line-height: 29px;
	position:absolute;
	margin-top:130px;
	width:430px;
	font-weight:normal;
}
.citatCitadent{
	float:right;
	font-size:16px;
	color:#999;
	text-align:right;
	margin-top:30px;
}
.citatText_about{
	margin-left:45px;
}
.citatText_news{
	margin-left:20px;
}
.citatText_reports{
	margin-left:10px;
}



