html, body {
	height:100%;
	width:100%;
}
body{	
	background-image:url(bilder/bg.jpg);
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:11pt;
}
#allt{
	font-family: Georgia, Verdana;
	position:absolute;
	left:0px;
	top:0px;
	min-width:100%;
	min-height:100%;
	height:100%;
	margin-top:0px;
}
#top{
	height:24px;
	float:left;
	min-width:100%;
	width:100%;
	background-image:url(bilder/top.jpg);
	background-repeat:repeat-x;
}
#meny{
	width:178px;
	min-height:100%;
	float:left;
	border-right:solid 2px;
	border-right-color:#660000;
	text-align:center;
}
#skrivyta{
	width:640px;
	min-height:100%;
	float:left;
}
h3{
font-size:13pt; 
font-family:Georgia, Verdana;
font-style: bold;
text-align:center;
}
h2{
font-size:12pt; 
font-family:Georgia, Verdana;
font-style: italic;
text-align:center;
}
h1{
font-size:20pt; 
font-family:Georgia, Verdana;
font-style: bold;
font-style:italic;
text-align:center;
}
li{ 
	list-style-type:disc;
	padding-top:7px;
}
td{
	vertical-align:top;
	padding-bottom:15px;
}
/* allmänna länkar */
a:link{
	text-decoration:none;
	color:#660000;
}
a:visited{
	text-decoration:none;
	color:#660000;
}
a:active{
	text-decoration:none;
	color:#660000;
}
a:hover{
	text-decoration:underline;
	color:#660000;
}

/*menylänkar*/
.nav{
	padding-bottom:10px;
  	display: block;
	font-weight:bold;
	font-size:12px;
	width:70%;
	text-align:left;
	margin:0px auto;
	font-family:sans-serif;
}
a.nav:link{
	color:#000000;
	text-decoration:none;
}
a.nav:visited{
	color:#000000;
	text-decoration:none;
}
a.nav:active{
	color:#000000;
	text-decoration:none;
}
a.nav:hover{
	color:#660000;
	text-decoration:none;
}
