/**********************************************************\
*	Description: Bromölla kommun
*	URI: 
*	Version: 1.0
*	Author: Niklas Hultgren (niklas.hultgren@logica.com)
*	Author URI: http://www.logica.com
*	Date: 2008-12-18
*	Copyright: (C) 2008 Logica
**********************************************************/

/* Generic
======================================= */
div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote,  iframe 
								{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 				{ color:#444; clear:both; }
p								{ color:#333; padding-bottom:1em; }

legend						{ display:none; }

img 							{ border:0; }

.nowrap							{ white-space:nowrap; }

/* Links
======================================= */
/* Links for MainContentArea */
#MainContentArea a, a:visited, a:active{
	color:#295aa6;
	text-decoration:none;
}
#MainContentArea a:hover{
	color:#295aa6;
	text-decoration:underline;
}
/* Links for MainContentAreaWide */
#MainContentAreaWide a, a:visited, a:active{
	color:#295aa6;
	text-decoration:none;
}
#MainContentAreaWide a:hover{
	color:#295aa6;
	text-decoration:underline;
}
#RightContentArea a, a:visited, a:active{
	color:#295aa6;
	text-decoration:none;
}
#RightContentArea a:hover{
	color:#295aa6;
	text-decoration:underline;
}

/* Headings
======================================== */
h1 {
    font:1.6em/1.2 Verdana;
	font-weight:bold;
	margin: 2px 0 12px 0;
}
h1.small {
    font:1.3em/1.2 Verdana;
	font-weight:600;
	margin: 2px 0 5px 0;
}
h2 {
    font:1.3em/1.2 Verdana;
	font-weight:600;
	margin: 2px 0 2px 0;
}
h3 {
    font:1.14em/1.2 Verdana;
	font-weight:700;
	margin: 2px 0 2px 0;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin: 0 0 .7em 0;
}
h4.small {
	font-size:.9em;
	font-weight:bold;
	margin: 0 0 .7em 0;
}

.introduction {
	font-weight: bold;
}
