html
{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%
}
body
{
margin: 5px 5px 0px 5px;
background: #fff;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 0.8em;
}

#huvud
{
font-size: 2.0em;
padding: 2px;
text-align: right;
font-weight: bold;
border-bottom: 3px ridge #DCDCDC;
color: #039;
margin-bottom: 20px;
 font-style: oblique;
}
#huvud img
{
float: left;
}
#meny
{
position: relative;
float: left;
width: 15%;
font-family: verdana, arial, sans-serif;
font-size: 1em;
text-align: right;
padding: 2px;
margin-right: 15px;
margin-top: 1em;
}
#text
{
color: black;
float: left;
border-right: 1px ridge Silver;
border-left: 1px ridge Silver;
background: white;
padding: 0px;
width: 63%;
margin-top: 1em;
padding-right: 8px;
padding-left: 8px;
}
#relaterat
{
float: left;
width: 15%;
margin-left: 5px;
margin-top: 0px;
font-size: smaller;
}

h1, h2, #huvud
{
font-family: 'trebuchet ms',georgia, serif;
}
h1
{
font-size: 1.3em;
margin-bottom: -0.7em;
}
h2
{
font-size: 1.1em;
margin-bottom: -0.7em;
}
h3
{
font-size: 1.0em;
margin-bottom: -0.7em;
}
h4
{
font-size: 1.0em;
margin-bottom: -0.2em;
font-style: italic;
}
a
{
color: black;
}
#relaterat h2
{
font-size: 1.1em;
margin-top: 1em;
padding-top: 0px;
border-bottom: 1px dotted black;
}	

hr
{
	width: 300px;
	
}

#box{
	border: 2px outset;
	padding: 2px 2px 2px 2px;
	width: 300px;
	}

#box2{
	border: 2px outset;
	padding: 2px 2px 2px 2px;
	width: 300px;
	background-color: #DCDCDC;
	font-size: smaller;
}	
#box3{
	border: 1px dotted Black;
	padding: 3px 3px 3px 3px;
	width: 100%;
	
}	