/* sitewide.css 
 * Här stylas element som finns genomgående i varje mall.
 * 
 * 
 * UPDATES:
 * 2008-11-26 CA
 * 	Lagt upp filen på servern
 */

/* - - - HTML - - - */

html 
{
	/* 
	background-image: url();
	background-position: center top;
	background-repeat: repeat-x;	
	background-color: #222;
	overflow:auto;
	*/ 
}

body 
{
	margin: 0px auto;
	padding: 0;
	background-color:#1c2b56;	
}


body, select, input, textarea, table, p
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3e3d3d;
	text-decoration: none;
	text-align:left;
	letter-spacing: 0em;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

body, p, li, td 
{
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 
{
	color: black;
	padding: 0em;
	margin: 0em;
	font-family: 'Trebuchet MS Bold';
	text-decoration: none;
	line-height: 1.1;
}

h6 
{
	font-size: 0.4em;
	margin-top: 1em;
}

h5 
{
	font-size: 0.6em;
	margin-top: 1em;
}

h4 
{
	font-size: 0.8em;
	margin-top: 1.5em;
}

h3 
{
	font-size: 1.2em;
	margin-top: 1.5em;
}

h2 
{
	font-size: 1.4em;
	margin-top: 1.7em;
}

h1
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.7em;
	margin-top: 0;
}

p 
{
	font-size: 1em;
	margin-top: 0.5em;
}

a,
a:link,
a:hover,
a:visited,
a:active 
{
	color: #8aaf19; 	
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

img 
{
	border-style: none;
}

hr 
{
	height: 1px;
	margin: 0.5em 0 1em 0;
	color: gray;
	background-color: gray;
	clear: both;
}

ul,
ol 
{
	margin: 1.2em 0em 1.2em 2em;
	padding: 0;
}

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

ul 
{
	list-style: url() disc;
}

ol 
{
	list-style: decimal;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0em 0em 0em
}

table td 
{
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0.3em;

}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

/* - - - CLASSES - - - */

.clear 
{
	clear: both;
	line-height: 0.01em;
	border-style: none;
}

/* CUSTOM */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.text
{
	margin: 20px;
}

.input-text
{
	background-image: url(../images/input-text-bg.jpg);
	background-repeat: repeat-x;
	height: 13px;
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* - - - FONTS - - - */
p.left{
	color: #ffffff;
	margin: 0 0 10px 0;
	padding-left: 10px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 14px;
}

p.right{
	color: #ffffff;
	margin: 0 0 10px 0;
	padding-right: 10px;
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 14px;
}

p.right a,
p.right a:link,
p.right a:visited,
p.right a:hover,
p.right a:active 
{
	color: #fff;
	text-decoration: none;
}

p.right a:hover 
{
	text-decoration: underline;
}

.rubrik2{	/* Rubrik 2 */
	color: #365da5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed #b2d93b 1px;
	font-family: Georgia, Times, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.rubrik1{		/* Rubrik 1 */
	color: #365da5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed #b2d93b 1px;
	font-family: Georgia, Times, Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
}

.rubrik3{	/* Rubrik 3 */
	color: #365da5;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: dashed #b2d93b 1px;
	border-top: dashed #b2d93b 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.brodtext
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3e3d3d;
	text-decoration: none;
	text-align:left;
	letter-spacing: 0em;	
}

.error
{
	margin: 15px 0 10px 0; 
	color: #cb2c2c;
	font-family: inherit;
}
