
/***********************************************/
/* Bakgrundsfärg:#C2CEE9;                      */
/* Ljus blå:#6699CC;                           */
/* Mörkblå:#5A658A;                            */
/* Orange: #D9852B;                            */
/* Grund Länkfärg: #1494FA;                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body, div, td, p{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height:normal;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	width:560px;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #1494FA;
	text-decoration: none;
}

a:hover{
	color: #D9852B;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #5A658A;
 margin-left:0px;
 margin-bottom:5px;
 margin-right:0px;
 margin-top:5px;
 padding: 0px;
 
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #5A658A;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #5A658A;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #5A658A;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #5A658A;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{

	margin: 0px auto;
	width:560px;
	/*
	Gamla värden för att den skall vara dynamisk skalbar till skärmstorleken.
	position:absolute;
	left: 10%;
	right: 10%;
	width:80%;*/
	background-color: #ffffff;
	padding:5px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	display:none;
}

#content{
	/*Nya värden för att låsa layouten*/
	float:left;
	width: 560px;
	/*Slut på Nya värden*/
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
}
#top{
	display:none;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** loggo styles *****************/
#loggo{
	display:none;	
}
/************** utility styles *****************/

#utility{
display:none;
}


/************* menuBar styles ****************/

#menuBar{
display:none;
}
/************** siteInfo styles ****************/

#siteInfo{
display:none;

}


/************** story styles *****************/

.story{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .story {height: auto;}

img.storyLeftImg{
	float:left;
  	margin-bottom: 5px;
  	margin-left: 0px;
  	margin-right: 5px;
  	margin-top: 5px;
  
}




/*************** search styles *****************/


#search input{
	display:none;
}
 


/************* breadCrumb styles ***************/

#breadCrumb{
	display:none;

}
/************* reklam styles ***************/

#reklam{
	display:none;
}



/********************* end **********************/





