body {
	font-family:Arial, sans-serif;
	font-size:9pt;
	margin:0;
}

td {
	vertical-align:top;
}

form {
	margin:0;
	padding:0;
}

p, .normal {
	color:#6c727b;
	line-height:1.4em;
	margin:0;
}

h1, .h1 {
	border-bottom-color:#c0c1c7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#4d5866;
	font-size:13pt;
	font-weight:normal;
	margin:30px 0 10px;
	padding-bottom:4px;
}

h2, .h2 {
	border-bottom-color:#c0c1c7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#4d5866;
	font-size:13pt;
	font-weight:normal;
	margin:30px 0 10px;
	padding-bottom:4px;
}

h3, .h3 {
	border-bottom-color:#c0c1c7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#4d5866;
	font-size:10pt;
	font-weight:normal;
	margin:20px 0 6px;
	padding-bottom:4px;
}

h4, .h4 {
	color:#4d5866;
	font-size:10pt;
	font-weight:normal;
	margin:20px 0 2px;
}

h5, .h5 {
	color:#4d5866;
	font-size:9pt;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h6, .h6 {
	color:#4d5866;
	font-size:8pt;
	font-weight:bold;
	margin:3pt 0 0;
}

li {
	color:#4d5866;
	margin:0;
}

a {
	color:#0f8dd0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-style:none;
}

.highlightheading {
	background-image:url(../img/gre/Pil-Hoeger-Input-Text-2.png);
	background-position:left 18px;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:11pt;
	font-weight:bold;
	line-height:1.5em;
	padding-top:18px;
	padding-left:24px;
}

.highlightheading a {
	color:#ffffff;
}

.highlighttext {
	color:#ffffff;
	line-height:1.2em;
	padding-left:24px;
}

.highlighttext a {
	color:#666666;
}

.search {
	border-style:none;
	margin:5px;
	padding:0;
}

input.search {
	background-color:transparent;
}

.newsheading {
	color:#4d5866;
	font-weight:bold;
	line-height:1.2em;
}

.newsseparator {
	border-top-color:#c0c1c7;
	border-bottom-color:#6c727b;
	border-top-style:solid;
	border-top-width:1px;
	font-size:2px;
	height:9px;
	margin-top:8px;
	margin-bottom:4px;
}

.submenu {
	border-bottom-color:#c0c1c7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#4d5866;
	font-size:10pt;
	font-weight:bold;
	margin:7px 0 0;
	padding-bottom:10px;
}

a.submenu {
	color:#4d5866;
}

.submenuselected {
	border-bottom-color:#c0c1c7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#0f8dd0;
	font-size:10pt;
	font-weight:bold;
	margin:7px 0 0;
	padding-bottom:10px;
	text-decoration:none;
}

p.submenuselected {
	color:#0f8dd0;
	line-height:normal;
}

.ps_footer {
	background-color:#2c2b28;
	color:#afafaf;
}

.ps_footer p, .ps_footer .normal {
	color:#afafaf;
	line-height:normal;
	margin:0;
}

.ps_footer a {
	color:#afafaf;
	margin:0;
}

.ps_footer a:hover {
	color:#858482;
	text-decoration:none;
}

.ps_footer_menu {
	color:#afafaf;
	margin-right:30px;
}

.ps_footer_menu_over {
	color:#858482;
	margin-right:30px;
	text-decoration:none;
}

/* Vad kan vi hjälp atill med*/

#helpyou {
	position: fixed; 
	top:220px; 
	left: 0; 
	z-index: 100;
}

#helpyou div {
	-webkit-transform:rotate(90deg); 
	-moz-transform:rotate(90deg); 
	-o-transform: rotate(90deg); 
	-ms-transform:rotate(90deg); 
	transform: rotate(90deg); 
	position: absolute; 
	bottom: 100%; 
	transform-origin: 0 100%; 
	color: #fff; 
	white-space: nowrap; 
	background-color: rgba(44, 43, 40, 0.9); 
	font-size: 14px; 
	font-weight: bold; 
	padding: 10px 20px; 
	-webkit-border-radius: 2px 2px 0px 0px; 
	-moz-border-radius: 2px 2px 0px 0px; 
	border-radius: 2px 2px 0px 0px; 
	box-shadow: 3px 0 3px -2px #9f9f9f; 
	cursor: pointer;
}

#helpyou div:hover {
	background-color: rgba(0, 0, 0, 0.85); 
}

#helpback {
	background-color: rgba(44, 43, 40, 0.5); 
	height: 100%; 
	left: 0; 
	overflow: hidden; 
	position: fixed; 
	top: 0; 
	width: 100%; 
	z-index: 200; 
	display: none;
}

#helpwin, #helpmessage {
	display: none;
	z-index: 300; 
	width: 550px; 
	background-color: #fff; 
	position: absolute; 
	top: 70px; 
	margin-left: auto; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	padding: 40px 40px 50px 40px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	box-shadow: 3px 0 3px -2px #9f9f9f;
}

#helpmessage {
	padding: 30px 40px 40px 40px; 
	width: 380px;
}

#helpwin h1 {
	border: none; 
	color: #4d5866; 
	margin: 0; 
	padding: 0; 
	font-size: 18pt; 
	margin-bottom: 20px
}

#helpwin textarea {
	width: 546px; 
	height: 150px; 
	font-size: 11pt; 
	font-family: Arial, sans-serif; 
	resize: none; 
	margin-bottom: 20px; 
	border: 1px solid #d5d5d5;
}

#helpwin input {
	font-size: 11pt; 
	font-family: Arial, sans-serif; 
	padding: 5px 2px;
	border: 1px solid #d5d5d5;
}

.helpcol {
	display: block; 
	float: left; 
	width: 50%; 
	margin-bottom: 15px
}

.helpcol label {
	font-size: 11pt; 
	color: #4d5866; 
	padding: 0 0 8px 0; 
	display: block;
	cursor: pointer;
}

.helph {
	font-size: 10pt; 
	font-weight: bold; 
	color: #4d5866;
}

.helpb, .helpb2 {
	font-size: 9pt; 
	font-weight: bold;
	cursor: pointer; 
	background: #0f8dd0; 
	color: #fff; 
	padding: 0 0;
	clear: both; 
	width: 200px;
	text-align: center;
	width: auto;
	height: 38px;
}

.helpb:hover, .helpb2:hover {
	background: #3faae3;
}

.helpb .btn, .helpb2 .btn {
	line-height: 38px;
}

#helperr {
	margin-bottom: 20px;
	color: #fff;
	background: #f7645e;
	font-size: 9pt;
	font-weight: bold; 
	padding: 12px 20px;
	display: none;
}

.closehelp {
	position: absolute;
	right: 44px;
	top: 44px;
	width: 20px;
	height: 20px;
	opacity: 0.3;
}

.closehelp:hover {
	opacity: 1;
}

.closehelp:before, .closehelp:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 4px;
	background-color: #333;
}

.closehelp:before {
	transform: rotate(45deg);
}

.closehelp:after {
	transform: rotate(-45deg);
}

#loader {
	vertical-align: middle; 
	display: none;
	margin: 0 0 0 8px;
}

#lbox {
	display: none;
	background-color: rgba(0, 0, 0, 0.0); 
	height: 100%; 
	left: 0; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	width: 100%;
}

#tmp {
	position: relative;
	width: 0;
	height: 0;
}

#helptext {
	margin: 0 0 20px 0;
}

.helpb2 {
	margin: 0 auto;
	width: 100px;
}

#helphead {
	border: none;
	margin: 0;
	padding-bottom: 8px;
}