@charset "iso-8859-1";
/* CSS Document */


/*------------------allmänna delar---------------------*/

body { background:#fff;
scrollbar-face-color: #fff; 
scrollbar-highlight-color: #fff; 
scrollbar-shadow-color: #000; 
scrollbar-3dlight-color: #000; 
scrollbar-arrow-color: #000; 
scrollbar-track-color: #fff; 
scrollbar-darkshadow-color: #fff; 
scrollbar-base-color: #000
}

/*------------------allmän text---------------------*/

h1, h2, h3, h4, h5 {color:#FF9999; font-family: Georgia, Times New Roman, Times, serif }

p {  font-family:  Georgia, Times New Roman, Times, serif; font-size:100%; text-decoration: none;}  

/*------------------allmän text---------------------*/


/*------------------övergripande container---------------------*/

.all{
	width:80%; 
	float:left;
	margin:10px 0px 0px 100px;	/* top right bottom left*/
	height:auto;
	}

/*------------------"se hur det känns" överskriften på indexsidan---------------------*/

.shdk {
	text-align:left;
	margin:0px 0px 0px 10px;
	font-family:Georgia, Times New Roman, Times,serif; 
	font-size:4em; 
	color:gray;
	font-style:italic;
	}

.shdk a { } 

	a:link  {color:gray; text-decoration: none;}
	a:visited {color:gray; text-decoration: none;}
	a:hover {color:gray; text-decoration: none; }
	a:active {color:gray; text-decoration: none;}


/*------------------"puff" text på indexsidan---------------------*/

.puff{font-size:0.8em;float:left; width:180px; height:auto; padding:10px; margin-bottom:10px; border-bottom: solid black 1px;}

.puff_date{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.8em; margin-bottom:0px;font-style:regular; }

.puff_head{font-size:2em;float:left; width:180px; padding:0px; }

.puff_brod{margin-top:3px;color:black;font-style:italic; }

.puff a{ font-size:1.6em;}

.puff_bild {width:170px; height:200px; border: solid black 1px; padding:0px;margin-right:0px;}

/*------------------"brod" text på inehållssidorna---------------------*/

.brod {font-size:0.8em;float:center; width:360px; height:auto; padding:10px; margin-bottom:10px; border-bottom: solid black 1px;}

.brod_head{font-size:2em;color:gray;font-style:italic;}

.brod_brod{margin-top:3px;}

.brod_bild {width:170px; height:200px; border: solid black 1px; padding:0px;margin-right:0px;}

.brod_img{font-size:0.8em;width:auto; height:auto; float:center; }

/*---------------------  Bilder ---------------------*/
.img_lst{ width:600px; margin:0px 0px 0px 10px; margin-bottom:10px; float:center;}

