
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reset ~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, 
dt, dd, p, a, blockquote, pre, fieldset, table, th, td, 
textarea, input
	{ 
		margin: 0; padding: 0; 
	}

a img 
	{
		border: 0;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ General attributes ~~~~~~~~~~~~~~~~~~~~~~~~ */

html
	{
		border-top: 5px solid #c9632c;
	}

body
	{
		background:url('../images/background.png') repeat-x #cf6328;
		font: 90%/170% "Calibri", Arial, Helvetica, sans-serif;
		text-align: center;
		text-shadow: 0 1px 0 #fff;
		color: #555; 
	}
	
p
	{
		margin: 10px 0;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rubriker ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
h1, h2, h3, h4
	{
		margin: 8px 0;
	}
	
h1
	{
		font-family: 'Cabin', arial, serif;
		font-size: 1.4em;
	}
	
h2
	{
		font-family: 'Cabin', arial, serif;
		font-size: 1.2em;
	}
	
h3
	{
		font-family: 'Cabin', arial, serif;
		font-size: 1.1em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Länkar ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
a:link, a:visited
	{
		color: #186e8a;
		text-decoration: none;
	}

a:hover
	{
		text-decoration: underline;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Forms ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
fieldset
	{
		padding: 10px;
		border: 1px solid #ccc;
	}
	
legend
	{
		padding: 5px;
		background: none;
	}
