﻿body
{
	padding: 0px; 
	margin: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}

h1
{
	font-family: Arial;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.headline
{
}

h2
{
	font-family: Arial;
	font-size: 16px;	
}

h2.headline
{
	margin-top: 0px;
	margin-bottom: 5px;	
}

h3
{
	font-size: 14px;	
}

p
{
	margin-top: 5px;
}

img.left
{
	position: relative;
	margin: 12px 12px 12px 0px;
	EditMenuName: Vänster;
}

img.right
{
	position: relative;
	margin: 12px 0px 12px 12px;
	EditMenuName: Höger;
}


img.toprightalign
{
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 8px;
}

img.topalign
{
	padding-top: 8px;	
}



/* General classes */

.hidden
{
	display: none;	
}

.shown
{
	display: block;	
}

.leftfloat
{
	float: left;
}

.rightfloat
{
	float: right;	
}

.clear
{
	clear: both;	
}

img
{
	border: 0;	
}

input.textbox, textarea
{
	border: solid 1px #d6d8d6;
	font-family: Arial;
}


a, a:active, a:visited
{
	color: Black;
	text-decoration: none;
}

hr.separator
{
	height: 1px;
	color: #aaaaaa;
}


a:hover, #MainContentSideArea a:hover, .boxheader .text a:hover,
#TopMenu .item .text a:hover
{
	color: #8da7b7;
	text-decoration: none;
}
