body 	{
	
	/*background-image: url('Bilder/bakgr.jpg');*/
	background-color: black;
	font-family: 'trebuchet ms', verdana, sans-serif;
	}
h1 {
	font-size: 150%;
	margin-bottom: 20px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	padding: 4px;
	background: #ffffff;
	position: relative;
	top: -40px;
	left: -11px;
	font-family: monospace; 
}

h2 {
	font-size: 1em;
	margin-bottom: 20px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	width: 100px;
	padding: 4px;
	background: #ffffff;
	position: relative;
	top: -10px;
	left: -11px;
	font-family: monospace; 
}
#bigbox {
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	position: relative;
	margin: 40px auto 20px auto;
	width: 600px;
	padding: 20px;
	background-image: url('Bilder/bakgr.jpg');
}
.box {
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	position: relative;
	margin: 20px auto 20px auto;
	width: 560px;
	padding: 20px;
	background-image: url('Bilder/bakgr.jpg');
}
.beskr {
	position: relative;
	margin: auto auto auto auto;
	width: 400px;
	padding: 2px;
	top: -80px;
	left: 50px;
	
}
.innehall {
	margin: 20px;
	
	font-size: 0.9em;
	font-family: arial,sans-serif; 
	/*background: #efefef;*/
	
}
.innehall_webb {
	margin: 20px;
	font-size: 0.9em;
	font-family: arial,sans-serif; 
	position: relative;
	left: -3%;
	
}
.innehall_small {
	
	font-size: 0.7em;
	font-family: arial,sans-serif; 
	/*background: #efefef;*/
}
p 	{
}
	p:first-letter {
			font-size: 22px;
	}

h3 {
	font-family: arial,sans-serif; 
	font-size: 10px;
	}
#inledn 
	{
	font-family: monospace; 
	font-size: 0.9em;
	}	


.kort 	{
	width: 60px;
	font-size: 0.8em;
	}
#poe{
	width: 80px;
	font-size: 25px;
	line-height: 110%;
	text-decoration: none;
}
#poe:hover {
	text-decoration: underline;
	position:relative;
	top:30%;
	left:60%;
	color: blue;
}
#poe:active {
	text-decoration: underline;
	position:relative;
	top:-30%;
	left:80%;
	color: red;
	}
a {
	font-size: larger;
	line-height: 100%;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	position:relative;
	top:-2px;
	color: red;
	}
a:active {
	text-decoration: underline;
	position:relative;
	top:-2px;
	color: red;
	}
a:visited {
}


