*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 100%;
	font-family: Verdana, Times, sans-serif;
	
	background: url('../img/bg.gif');
	text-align: center;
}

#main
{
	width: 750px;
	margin: 80px auto 0 auto;
	text-align: left;
	border-left: 1px solid #356ba8;
	border-right: 1px solid #356ba8;
	border-bottom: 1px solid #356ba8;
}

#header
{
	background: url('../img/bg_header.jpg') no-repeat;
	position: relative;
}

#meny
{
	background: #000000;
	height: 1.5em;
	
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	
	margin: 18px 0 0 0;
}

#header ul
{
	font-size: 1em;
	font-family: Verdana, Times, Sans-serif;
	list-style-type: none;
	
	position: absolute;
	top: 82px;
	left: 0px;
}

#header ul li
{
	font-size: .7em;
	color: #fff;
	float: left;
	
	padding: 0 10px;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

#content
{
	background: #fff;
	border-bottom: 1px dotted #a49163;
	padding: 0 40px;
}

#right
{
	float: right; 
	text-align: right;
	margin: 40px 0;
}

#footer
{
	background: #f7f7f7;
	padding: 3px 0 0 50px;
	clear: both;
}

.logga
{
	position: relative;
	top: -30px;
	left: 51px;
}

.menyBorder
{
	border-right: 1px solid #fff;
}

.textBox
{
	margin: 0 10px;
	padding: 10px 0;
	width: 300px;
}

.textBox ul
{
	font-size: 1em;
	margin: 3px 0 3px 15px;
}

.textBox ul li
{
	font-size: .7em;
}

 a:link, a:active, a:visited
{
	text-decoration: none;
	color: #316BAD;
}

a:hover
{
	text-decoration: underline;
	color: #316BAD;
}

p
{
	font-size: .7em;
	margin: 3px 0 10px 0;
}

h1
{
	font-size: 1.1em;
	color: #316BAD;
	margin: 5px 0 15px 0;
}

h3
{
	font-size: .9em;
	margin: 5px 0;
}

table td
{
	padding: 5px 20px 5px 0;
}

