body {
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
h1, h2, h3, div.twrss_item_link {
    font-weight: normal;
    color: #930E38;
    margin-bottom: 0.5em;
	line-height:1.5em
}
h1 {
    text-transform: uppercase;
    font-size: 18px;
	line-height: 1.2em;
    margin-top: 0;
    letter-spacing: 2px;
	margin-bottom:0.5em;
	text-shadow: 0px 0px 1px rgba(140, 0, 44, 0.4);
	-moz-text-shadow: 0px 0px 1px rgba(140, 0, 44, 0.4);
	-webkit-text-shadow: 0px 0px 1px rgba(140, 0, 44, 0.4);
}
.pink h1, .filled h1 {
	margin-top: 0;
}
h2, div.twrss_item_link {
    font-size: 18px;	
	margin-top: 0.9em;
    letter-spacing: 0.5px;
	line-height:1.3em;
}
h3 {
    font-size: 15px; /*1.1em*/	
	margin-top: 0.5em;
	line-height:1.3em
}
h1 a, h2 a, h3 a {
	color: inherit;
}
a {
    color: #0E76E2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.arrow {
	background: url(../gfx/green-arrow.png) no-repeat left;
	padding-left: 24px;
	margin-left: 4px;
}
a.pdf {
	background: url(/typo3/gfx/fileicons/pdf.gif) no-repeat left;
	padding-left: 24px;
}
a.incognito {
	color: inherit;
	border-bottom: 1px dotted  #999999; /*1E1E1E*/
}
a.incognito:hover {
	border-bottom-style: solid;
	border-bottom-color: #0E76E2;
	text-decoration: none;
	color: #0E76E2;
}
a.black {
	color: black!important;
}
hr {
	border:none;
	height:2px;
	background: #EDECEB;
}
p, div.twrss_item_content, #content ul {
    line-height: 1.4em; /*1.25em;*/
    margin: 0 0 1em 0;
	color:#1E1E1E;
}
p.ingress {
    /*font-weight: bold;*/
	color:#930E38;
	letter-spacing: 1px;
}
p.quote {
    font-style: italic;
}
p.footnote {
	font-style: italic;
	font-size: 0.9em;
}
ul {
	margin-left: 0;
	padding-left: 2em;
}
td {
    vertical-align:top;
	padding-right: 5px;
}
td p.bodytext {
    margin: 0;
}
td.grid2 {
    width: 113px;
}
img.antispam {
    border: none;
    height: 14px;
    width: 14px;
    background: url(../gfx/alfa.gif) no-repeat 0 0;
    vertical-align: middle;
}
.filled img.antispam {
    background-position: -20px 0;
}

ul.wizard {
	list-style:none;
	height: 50px;
	padding:0 18px 10px 0; margin-left: 0;
	border-bottom: 2px solid #EDECEB;
}
ul.wizard li {
	float: left;
	color: black;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 32px;
	background: url(../gfx/arrow-start.png) 0 0;
	margin-left: -16px;
}
ul.wizard li.active {
	color: white;
	background-position: 0 -50px;
}
ul.wizard li:first-child {
	background: #DEDAD6;
	margin-left: 0;
	padding-left: 16px;	
}
ul.wizard li:first-child.active {
	background: #BA0039;
}
ul.wizard li a, ul.wizard li div {
	color: inherit;
	height: 50px;
	line-height: 50px;
	font-size:16px;
	display:block;
	padding-right: 55px;
	background: url(../gfx/arrow-mask.png) no-repeat right;
}
ul.wizard a:hover {
	text-decoration: none;
}
ul.wizard a:focus {
	outline: none;
}
input.next {
	background: url(../gfx/arrow-mask.png) no-repeat right #0050E3;
	color: white;
	padding: 12px 32px 12px 12px;
	border: none;
	display: block;
	margin: 1em 0 1em 86%;
	cursor: pointer;
}
ul.diagnoses {
	list-style-type: none;
	padding-left: 0; margin-left: 0;
}
ul.diagnoses li {
	margin-bottom: 4px;
}
ul.diagnoses a {
	background: url(../gfx/square.gif) no-repeat left top;
	padding-left: 20px;
}
/* Forms */
.csc-mailform label {
	display: none;
}
fieldset {
	border:none;
	padding: 0;
	width: 220px;
}
.csc-mailform input {
	border: 1px solid #DEDAD6;
	padding: 4px;
	margin-bottom: 4px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.csc-mailform-submit {
	background: #DEDAD6;
	float: right;
	margin-right: 0;
	width: auto!important;
	cursor:pointer;
}
.indent { /* L�ggs till i en div n�r man klickar iconen f�r indent i RTE */
	display: block;  
	margin-left:20px;
}
#cse-search-results iframe {
	width:770px;
}