/* STRUCTURE */

html, body
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}

#containerone
	{
	width: 604px;
	margin: 0 auto;
	}
	
#logo
	{
	float: left;
	margin-top: 30px;
	}
	
#menu
	{
	float: right;
	margin-top: 34px;
	}
	
#lefttop
	{
	float: left;
	width: 186px;
	}
	
#righttop
	{
	float: right;
	width: 400px;
	margin-left: 18px;
	}
	
#containertwo
	{
	background: #ffffff url(design/backgroundleft.gif) repeat-y top left; 
	width: 624px;
	margin: 0 auto;
	}

#leftcolumn
	{
	float: left;
	width: 166px;
	height: 100%;
	padding: 14px 0 30px 30px;
	}
	
#rightcolumn
	{
	background: #fff url(design/backgroundright.gif) repeat-y top right; 
	float: right;
	width: 380px;
	min-height: 628px;
	padding: 0 30px 30px 0;
	}
	
#footer
	{
	background: url(design/bottombackground.gif) repeat-x top left;
	height: 100px;
	width: 100%;
	}
	
#containerthree
	{
	background: url(design/bottombackground.gif) no-repeat top left;
	width: 618px;
	height: 100px;
	margin: 0px auto 0 auto;
	}
	
#footerleft
	{
	float: left;
	width: 156px;
	margin-left: 24px;
	}
	
#footermiddle
	{
	float: left;
	width: 190px;
	margin: 10px 20px 10px 30px;
	}
	
#footerright
	{
	float: left;
	width: 160px;
	margin: 10px 0;
	}
	
.clear
	{
	clear: both;
	margin: 0;
	height: 0;
	line-height: 0;
	}
	
/* IMAGES */

img
	{
	border: 0;
	}
	
#rightcolumn img
	{
	margin-bottom: 30px;
	}
	
img.margin 
	{
	margin-bottom: 4px;
	}
	
img.frame 
	{
	padding: 4px;
	border: 1px solid #d6d6d6;
	}
	
/* TEXT */

span
	{
	background-color: #DFF1FA;
	color: #848484;
	}

p
	{
	color: #646464;
	font: 0.7em Trebuchet MS, Sans-serif;
	line-height: 18px;
	margin: 0 0 10px 0;
	}
	
#menu p
	{
	margin: 0;
	}
	
#leftcolumn p
	{
	color: #a6a6a6;
	font: 0.6em Trebuchet MS, Sans-serif;
	line-height: 14px;
	margin-bottom: 20px;
	}
	
#footer p
	{
	color: #E4EFB5;
	font: 0.6em Trebuchet MS, Sans-serif;
	line-height: 12px;
	margin: 0;
	}
	
h1
	{
	color: #747474;
	font: 1em Georgia, Trebuchet MS, Sans-serif;
	font-weight: bold;
	margin: 20px 0;
	}
	
h2
	{
	color: #b6b6b6;
	padding-bottom: 3px;
	border-bottom: 1px dashed #c6c6c6;
	font: 0.7em Georgia, Trebuchet MS, Sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h3
	{
	color: #E4EFB5;
	font: 0.7em Georgia, Trebuchet MS, Sans-serif;
	font-weight: bold;
	margin: 6px 0;
	}
	
h4
	{
	color: #747474;
	font: 0.7em Georgia, Trebuchet MS, Sans-serif;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
	
h5
	{
	color: #949494;
	font: 0.7em Trebuchet MS, Sans-serif;
	text-decoration: underline;
	line-height: 18px;
	margin: 10px 0 10px 0;
	}
	
	
/* LÄNKAR */

a:link
	{
	color: #1480B9;
	text-decoration: none;
	}
	
a:visited
	{
	color: #1480B9;
	text-decoration: none;
	}
	
a:hover, a:active
	{
	color: #1480B9;
	text-decoration: underline;
	}
	
#menu a:link
	{
	color: #1480B9;
	text-decoration: none;
	margin-left: 14px;
	}
	
#menu a:visited
	{
	color: #1480B9;
	text-decoration: none;
	margin-left: 14px;
	}
	
#menu a:hover, a:active
	{
	color: #1480B9;
	text-decoration: underline;
	text-transform: none;
	margin-left: 14px;
	}
	
#footer a:link
	{
	color: #E4EFB5;
	text-decoration: underline;
	margin: 0;
	}
	
#footer a:visited
	{
	color: #E4EFB5;
	text-decoration: underline;
	margin: 0;
	}
	
#footer a:hover, a:active
	{
	color: #E4EFB5;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	}
	
/* ÖVRIGT */

table
	{
	color: #E4EFB5;
	font: 0.6em Trebuchet MS, Sans-serif;
	line-height: 12px;
	}
	
td
	{
	padding: 0 2px 0 0;
	}