/*
	Current version: 1.0
	
	Site: Pixie Data
	www: pixie.se
	Notes: 
*/

html
{
	height: 100%;
	width: 100%;
}

body
{
	color: black;
	font: 76%/1.5em Arial, Helvetica, Sans-serif;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	color: #4f4f4f;
	font-size: 1.5em;
	line-height: 1.15em;
	padding: 4px 0 1em 0;
}

h2
{
	color: #4f4f4f;
	font-size: 1.16em;
	padding: .7em 0 .3em 0;
}

h3
{
	color: #666;
	font-size: 1em;
	padding: .5em 0;
}

h4, h5, h6
{
	color: #666;
	font-size: .9em;
	padding: .5em 0;
}

p
{
	font-size: 1em;
	padding: 0 0 1.5em 0;
}

/* Links */
a
{
	color: #1c4ded;
	text-decoration: none;
}
	a:hover
	{
		color: black;
		text-decoration: underline;
	}

/* Forms */
fieldset
{
}
legend
{
}
form
{
}
input, select, textarea
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 10px;
}
input
{
}
select
{

}
textarea
{
}

/* Lists */
ul, ol
{
	margin: 0;
	font-size: 1.1em;
}

#mainContainer table, #mainContainer2 table
{
	margin: 0 0 15px 0;
}
#mainContainer th, #mainContainer2 th
{
	padding: 2px 10px;
	background: #303030;
	color: white;
}
#mainContainer td, #mainContainer2 td
{
	padding: 2px 10px;
	background: #f3f3f3;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #bbb;
}




#mainContainer ul, ol
{
}
#mainContent ul li, #mainContent2 ul li
{
	margin: 0 0 8px 0;
	background: url(../images/common/bullet.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
	list-style: none;
}
#mainContent ol li, #mainContent2 ol li
{
	margin: 0 0 8px 35px;
	background: none;
	padding: 0;
	list-style: decimal !important;
	list-style-position: inside !important;
}
dl
{
}
dt
{
}
dd
{
}

/* Other */
br
{
	float: none;
	clear: both;
}
img
{
	border: 0;
}
hr
{
	border: 0;
	border-bottom: 1px dotted #666; 
	height: 0px;
	margin: 5px 0;
}

/* Global Messages */
.msgInfo, .msgWarning, .msgError
{
	font-weight: bold;
}
.msgInfo
{
	color: green;
}
.msgWarning
{
	color: yellow;
}
.msgError
{
	color: red;
}
 
/* Styles accessed trough TinyMCE */

#mainTeaser
{
	background: url(../images/common/main_teaser_bg.gif) no-repeat;
	width: 749px;
	height: 135px;
	padding: 17px 20px;
}
#mainTeaser h1
{
	background: url(../images/common/main_teaser_arrow.gif) 0 6px no-repeat;
	font-size: 2.5em;
	color: #4f4f4f;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
#mainTeaser .ingress
{
	font-size: 1.33em;
	font-weight: bold;
}
#mainTeaser .ingress strong
{
	color: #4f4f4f;

}
#mainTeaser p
{
	color: #787878;
	margin: 0 0 0 27px;
	font-size: 1em;
}
#mainTeaser p strong
{
	color: #4f4f4f;
}
#subTeasers
{
	margin: 0;
}
html>body #subTeasers
{
	margin: 10px 0 0 0;
}
.teaser
{
	background: url(../images/common/teaser_bg.gif) no-repeat;
	width: 253px;
	height: 153px;
	padding: 3px;
	float: left;
	margin: 0 6px 0 0;
	color: white !important;
}
.teaser h2
{
	font-size: 1.16em;
	font-weight: bold;
	background: url(../images/common/teaser_hr.gif) bottom no-repeat;
	padding: 5px 0 2px 10px;
	margin: 0 0 13px 0;
	color: white !important;
}
.teaser ul
{
	background: url(../images/common/teaser_ul_hr.gif) bottom no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}
.teaser li
{
	background: url(../images/common/teaser_bullet.gif) 0 0 no-repeat !important;
	padding: 0 0 0 25px !important;
	font-size: 1em !important;
	font-weight: bold !important;
	height: 30px !important;
	display: block !important;
	margin: 0 !important;
}
.teaser a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	float: right;
	margin: 2px 5px 0 0;
}
.teaser img
{
	display: block;
}
#subTeasers .last
{
	margin: 0;
}
.laddaner
{
	background: url(../files/ladda_ner_bg1.gif) repeat-x; 
	padding: 5px 13px 5px 13px; 
	color: white;
	text-decoration:none;
	font-weight: bold;
}