*{	margin:0;
	padding: 0;}
	
body
{
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Helvetica, san-serif;
	
	background-color: #666666;
	
	text-align: center;
}

#main
{
	margin: 20px auto 20px auto;
	width: 750px;
	
	text-align: left;
	
	background: #000000 url('../bilder/bakgrund.gif') repeat;
}

#header
{
	width: 100%;
	
	background-color: #ffffff;
}

#headerBorder
{
	display: block;
	width: 100%;
	height: 20px;
	background-color: #283aaf;
}

#meny
{
	float: left;
	width: 180px;
}

#contentMain
{
	
}

#content
{
	float: right;
	width: 550px;
}

#footer
{
	background-color: #283aaf;
	margin: 0;
	clear: both;
}

#footer p
{
	font-size: .8em;
 	color: #ffffff;
 	text-align: center;
 	margin: 0;
 	padding: 5px 0 5px 0;
}

#meny p
{
	color: #ffffff;
	font-size: .8em;
	text-align: center;
}

#meny ul
{
	list-style-type: none;
	margin: 20px 5px 50px 15px;
	padding: 0;
	width: 100%;
}

#meny li
{
	margin: 0;
	padding: 0;
}

#header img
{
	border: 0;
	margin: 0 0 0 10px;
}

#meny a:link
{
	font-size: .8em;
	color: #ffffff;
	text-decoration: none
}

#meny a:visited
{
	font-size: .8em;
	color: #ffffff;
	text-decoration: none
}

#meny a:hover
{
	font-size: .8em;
	color: #666666;
	text-decoration: none
}

#meny a:active
{
	font-size: .8em;
	color: #ffffff;
	text-decoration: none
}

#content img
{
	margin: 0 20px 10px 20px;
}

#content p
{
	font-size: .8em;
	margin: auto 25px 10px 20px;
}

h1
{
	font-size: 1.1em;
	margin: 15px 20px 20px 20px;
}

h2
{
	font-size: 1em;
	margin: 15px 20px 5px 20px;
}

h3
{
	font-size: .9em;
	margin: 15px 20px 5px 20px;
}

#content ul
{
	list-style-type: circle;
	font-size: .8em;
	width: 50%;
	padding-left: 35px;
}

#content li
{
	margin-bottom: .5em;
	line-height: 1.2em;
}

#content img
{
	border: none;
}

.indexImg
{
	margin: 0;
	padding: 0;
}

.imgright
{
	float: right;
	margin: 7px;
}

.imgleft
{
	float: left;
	margin: 7px;
}

ol
{
	list-style-type: none;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a:link
{
	text-decoration: none;
	color: #283aaf;
}

#content a:visited
{
	text-decoration: none;
	color: #283aaf;
}

#content a:hover
{
	text-decoration: underline;
	color: #283aaf;
}

#content a:active
{
	text-decoration: none;
	color: #283aaf;
}

.avdelning
{
	color: #666666;
	font-weight: normal;
}

.centrering
{
	text-align: center;
}

.right
{
	text-align: right;
}