body {
	font-family: vera, georgia, times-new-roman, serif;
	font-size: 13px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 255px;
}

.menu {
	position: absolute;
	left: 30px;
	top: 145px;
	width: 700px;
	border-top: 1px solid #bbb; 
	border-bottom: 1px solid #bbb; 
	padding: 5px;
	text-align: center;
	background-color: #eee;
}

.svkyrkan {
	position: absolute;
	top: 20px;
	left: 150px;
}

.gb {
	position: absolute;
	top: 25px;
	left: 30px;
}

.search {
	position: absolute;
	left: 600px;
	top: 20px;
}

.contents {
	position: absolute;
	top: 190px;
	left: 30px;
	width: 400px;
 }

.decoration {
	position: absolute;
	top: 190px;
	left: 430px;
	width: 310px;
	text-align: center;
}

.footer {
	display: none;
	width: 400px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: 22px;
}

a.mn { 
	text-decoration: none;  
	border: 0px none; 
	color: black;
	padding: 5px 12px 5px 12px; 
}

a:hover.mn { 
	background-color: #720b4a;
	color: white;
}

a { 
	color: black;
}

a:hover { 
	background-color: #eee;
}


a:hover.mn { 
	background-color: #720b4a;
	color: white;
}

h3.item {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bbb; 
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 20px;
}

.iteminfo {	
	font-size: 11px;
	color: gray;
}


.iteminfo a {
	color: #555;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}
