.hilite { background-color: yellow} 

div#twitter_div
{ float: right;
width: 70px;
	margin: 10px;
	padding: 0 10px 10px;
}

body
{
	margin: 0;
	padding: 0;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}



/* Hela rutan */

div#hela
{
	border: none;
	width: 835px;
	margin: 0 auto;
	text-align: left;
background: #e9e9d9;
	padding-right: 5px;
	padding-left: 5px;
}




/* Headern */


div#topp
{
	border: none;
	width: 835px;
	height: 80px;
	background: #ddc;

text-align: left;
}


#topp h1
{
	font-size: 3.0em;
	letter-spacing: 0.1em;
	color: #777766;
	line-height: 125%;
	margin: 0px;
}


#topp a:hover
{
	text-decoration: none;
}

#topp a:active
{
	text-decoration: none;
}



#topp h4
{
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 110%;
	margin: 0px 0px 0px 25px;
	color: #999988;
}





/* Vänsterspalten */


div#vanster
{
	border: none;
	width: 170px;
	float: left;
	margin: 5px 0 5px 0;
	background: #eed;
	
	padding: 30px 0px 0px 0px;

}

#vanster p
{
	font-weight: normal;
	color: #999;
	line-height: 140%;
	text-align: left;
	margin: 0px 8px 1em 8px;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
}

#vanster a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

#vanster a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

#vanster a:hover
{
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

#vanster a:active
{
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}







/* Innehåll */


div#content
{
	border: none;
	width: 475px;
	margin: 5px 0 5px 175px;
background-color: #f9f9ee;

}



#content p
{
	margin: 0px 20px 1em 20px;
}

h3#comment
{
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #990000;
	margin: 0px 10px 0px 10px;
}

ol li
{
	margin: 0px 10px 5px 0px;
	padding: 5px 5px 5px 7px;
	background-color: #fefef9;
	border-top: 1px solid #ddddcc;
	border-bottom: 1px solid #ddddcc;
	color: #333333;
	font: 11px Courier New, Courier, mono;
}

li small
{
	color: #888888;
	font: italic 12px Courier New, Courier, mono;
}

small a
{
	color: #888888;
	font: normal 12px Courier New, Courier, mono;
}

#content td
{
	text-transform: none;
	font: 12px Courier New, Courier, mono;
}

#content pre
{
	margin: 0px 20px 1em 20px;
	padding: 5px;
	background-color: #fefef9;
	border: 1px solid #ddddcc;
	text-transform: none;
	font: 12px Courier New, Courier, mono;
}

#content code
{
	padding: 0px 20px 1em 20px;
	background-color: #fefef9;
	font: 1.0em Courier New, Courier, mono;
}









/* Högerspalt */


div#hoger
{
	border: none;
	width: 180px;
	float: right;
	margin: 5px 0 5px 5px;
	background: #eed;
padding: 30px 0px 0px 0px;
}




#hoger a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

#hoger a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

#hoger a:hover
{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

#hoger a:active
{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

#hoger p
{
	font-weight: normal;
	color: #999;
	line-height: 140%;
	text-align: left;
margin: 0px 8px 1em 8px;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
}

#hoger table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeedd;
	color: #999;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	width: 160px;
}













/* Footer */


div#botten
{
	border: none;
	width: 835px;
	height: 25px;

	background: #ddc;
clear: both;
}






/* Samtliga */

blockquote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #D8D8D8;
}

blockquote p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}




hr
{
	border: 1px #e6e6e6 dashed;

}


li




{
	text-align: left;
	color: #333333;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding-bottom: 3px;
	padding-top: 3px;
	background: transparent;
}

ul
{
	color: #333333;
	font-size: 9px;
	line-height: 14px;
	list-style: none;
	border: none white;
	padding: 1px;
}

img
{
	padding: 6px;
	border: 1px solid #ddd;
	margin: 3px;
	background: white;
}

img.fri
{
	padding: 2px;
}

img.no
{
	padding: 0px;
	margin: 0px;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	background: transparent;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	background: transparent;
}

a.th:link, a.th:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

a.th:hover
{
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

a.th:active
{
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

a.r:link, a.r:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #998;
	background: transparent;
}

a.r:hover
{
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}

a.r:active
{
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}



p
{
	text-align: left;
	color: #333333;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

p.h
{
	text-align: right;
	color: #333333;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
}

p.c
{
	text-align: center;
	color: #333333;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
}

.mini
{
	text-align: justify;
	color: #333333;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
}



h3
{
	border: 0;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	border-bottom: 0 none;
margin: 0px 0;
}

h3 a:link
{
	border: 0;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	border-bottom: 0 none;
margin: 0px 0;
}

h3 a:visited
{
	color: #990000;
	text-decoration: none;
	border-bottom: 0 none;
}

h3 a:hover
{
	color: #990000;
	text-decoration: underline;
	border-bottom: 0 none;
}

.rubrik
{
	margin: 0 20px 15px;
	border: 1px solid #fff6d5;
}



cite
{
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	background-color: #fefef9;
	color: #996666;
}

