/* Henrik Strindberg 2006 */
/* Sidstruktur: 

	Sida med sidhuvud och en eller tva kolumner samt ev. sidfot.
	
			body
			kolumncontainer
			sidhuvud
			navigation
			kolumn-1 (float left)
					kolumn-2 (float right)
			sidfot
*/																										 					
									
/*--- body med eller utan bakgrundsbild -----------*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 75%;
	text-align: center;
	line-height: 1.5em;
}

/*------------------- layout ---------------------*/
	
#kolumncontainer 
/*	yttre container  */
{
	float: left;
	width: 760px;
	background-color: #fff;
	padding: 20px;
	margin: 10px auto 20px 10px;
}

#sidhuvud {
	float: left;
	width: 99%;
	text-align: left;
	padding: 0 0 10px 0;
}

#navigation {
	float: left;
	width: 99%;
	text-align: left;
	margin-bottom: 40px;
	padding-left: 5px
/*	border-top: 1px solid #aaa;
/*	border-bottom: 1px solid #aaa;*/
}	


#kolumn-1 {
	float: left; 
	width: 420px;	
	text-align: left;
	padding: 20px 20px 20px 5px; 
}

#kolumn3
/* nyheter mm */
{
	float: right; 
	width: 150px;	
	text-align: left;
	padding: 20px 0 0 5px; 
	color: #000;
} 

#sidfot {
	clear: both;
	padding-top: 10px;
	margin-top: 40px;
	text-align: left;
	border-top: 1px solid #aaa;
}

/*------------------ font styles --------------------*/	
	
p, h4  {
	margin-bottom: 0.5em; 
	font-weight: 100;
	letter-spacing: .05em;
	font-size: 1em;
	}
	
h4 {
	padding-top: 1em;
	font-style: none;
	font-weight: 900;
	font-size: 1em;
}

h2, h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 1em;
}

h2 {
/* sidans namn */
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}


h1 {
/* sajtens namn */
	font-weight: 500;
	font-size: 2em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #000;
}

strong {
/*	text-transform: uppercase;*/
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FF5500;
}

/*------------------- lankar --------------------*/
	
a {
	text-decoration: none;
	font-weight: normal;
	color: #555;
}
	
	
a:visited {
/*	color: #000;*/
	}
a:active {
/*	color: #000;*/
	}
a:hover {
/*	color: #ff3300;*/
	text-decoration: underline;
	}
	
.ahem {
	display: none;
	}

#kolumn-2 a {
/*	sidnavigation */
}

#kolumn-1 a {
/*	innehall */
	text-decoration: underline;

}

#navigation a {
/* sajtnavigation */
	color: #666;
}	


#image a {
/*	bildlankar */
	color: #fff;
}
	
/*----------- citat -------------*/
	
blockquote {	
	margin: 0 0;
}

blockquote p {
	padding: 0 0;
}


blockquote p.source {
/*	text-align: right;*/
/*	padding-left: 50px;
	padding-right: 50px;*/
	font-style: italic;
}	

/*------------------- listor ---------------------*/

ul 
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: inherit;
}


li {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;	
}


#navigation ul {
/* horisontell lista */
	list-style-type: none;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
	line-height: 1em;
}

/* hierarkisk lista */
dl{
	display: inline;
	padding-left: 0px;
}

dt {
	text-transform: uppercase;
	font-weight: 100;
	padding-top: 2em;
	padding-bottom: .5em;
}

dd {
/*	padding-left: 0px;
	list-style-type: none;
	display: inline;*/

 	list-style-type: none;
	padding: 0 0 10px 0;
/*	display: inline;*/
	margin: 0;

}

/*----------------- bildram --------------------*/

img {
	border: 0px;
}

.book {
		border: 1px solid #000;
		margin-right: 5px;
		text-align: left;
}


hr {
	border: none;
	border-top: 1px solid #999;
	background-color: #fff;
	color: #fff;
	margin-top: 30px;
	}

hr.white {
	border-top-color: #fff;
	}

hr.black {
	border-top-color: #000;
	background-color: #000;
	color: #000;
	}
     