/* CSS Document */


/* basic elements */

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	}

#spalt {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	}

/* Using ‘class=”alignright”‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class=”centered’,
will of course center the image. This is much better than using
align=”center”, being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */


#sidfot {
	background-image: url(bilder/bg_fot.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	}
	
#sidhuvud {
	width: 760px;
	height: 214px;
	background-image: url(bilder/bg_huvud.gif);
	background-repeat: no-repeat;
	left: auto;
	top: auto;
	position: relative;
	text-align: left;
	}
	
#hemKnapp {
	position: absolute;
	width: 272px;
	height: 214px;
	left: 0px;
	}

#nav {
	text-align: right;
	top: 0px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	right: 0px;
	height: 108px;
	}
	
#posts {
	float: left;
	width: 460px;
	}

#hogermeny {
	width: 200px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	}

#hogermeny a:link {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
	}

#hogermeny a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	}

#hogermeny a:hover, active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	}
	
.textsearch {
	border: solid #999999 1px;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 2px 2px;
	}

.hmenyrub {
	font-size: 15px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
	}

#textSpalt {
	background-image: url(bilder/bg_spalt.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 0px;
	padding-left: 33px;
	padding-bottom: 0px;
	padding-right: 33px;
	}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 18px;
	}
	
.text a:link {
	text-decoration: none;
	font-weight: bold;
	color: #550000;
	}

.text a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	}

.text a:hover, active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	}
	
.textx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 650px;
	line-height: 18px;
	}
	
.textx a:link {
	text-decoration: none;
	font-weight: bold;
	color: #550000;
	}

.textx a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	}

.textx a:hover, active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	}	
	
.datum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	float: left;
	}

.clearboth { clear: both; }

.floatRight {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	}

.rubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 29px;
	letter-spacing: -1.5pt;
	font-weight: bold;
	}
	
.underrubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 29px;
	letter-spacing: -1.5pt;
	font-weight: bold;
	}

.vspacer14 {
	height: 14px;
	width: 460px;
	}
	
.vspacer5 {
height: 5px;
width: 460px;
}

.vspacer85 {
	height: 85px;
	width: 460px;
	}

.byline {
	width: 460px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	height: 55px;
	}

.bylinepic {
	float: right;
	margin-left: 7px;
	}

.komlink {
	width: 460px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	}

.komlink a:link {
	text-decoration: none;
	color: #550000;
	}

.komlink a:visited {
	text-decoration: none;
	color: #990000;
	}

.komlink a:hover, active {
	text-decoration: underline;
	color: #990000;
	}


.kommentar a:link {
	text-decoration: none;
	color: #550000;
	}

.kommentar a:visited {
	text-decoration: none;
	color: #990000;
	}

.kommentar a:hover, active {
	text-decoration: underline;
	color: #990000;
	}
		
.datum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	float: left;
	}

p {
	text-indent: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.hogerspacer20 {
	height: 20px;
	width: 180px;
	}

.searchGo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	text-align: right;
	font-weight: bold;
	}
.kommentar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 16px;
}
.kommentardatum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	float: right;
}
.hogerbild {
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.vansterbild {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 29px;
	letter-spacing: -1.5pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 460px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
