@charset "utf-8";
@import url("/normalize.css");
@import url("/lib/buttons.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #525252;
	margin-bottom: 2px;
}
p {
	margin-top:0px;
	margin-bottom:8px;
}
a {
	font-weight: bold;
}
a:link {
	color: #006aaf;
}
a:visited {
	color: #006aaf;
}
a:hover {
	text-decoration: underline;
	color: #0085DD;
}
a:active {
	color: #0085DD;
}
ol, ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	margin: 0px;
}
li {
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.meny {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
.meny a {
	text-decoration: none;
	color: #FFF;
}
.meny a:hover {
	text-decoration: underline;
}
.meny .sel {
	color: #FF6;
}
.mainbg {
	background-image: url(/img/wpsyd-web-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidfot {
	color: #333;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.sidfot_h {
	text-align: right;
}
.sidfot_v {
	text-align: left;
}
.newsdate {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	text-align: right;
}
.frontnews a {
	text-decoration: none;
}
.frontnews a:hover {
	text-decoration: underline;
}
.frontnews h4 a {
	color: #525252;
	margin-top: 4px;
}
.frontnews h4 {
	margin-top: 4px;
}
.smalltext {
	font-size: 10px;
}
.red {
	color: #C00;
}
.green {
	color: #0C0;
}
.grey {
	color: #525252;
}

.err {
	color: #C00;
	font-weight: bold;
	border: thin solid #C00;
	padding: 4px;
	position: static;
	width: 400px;
	background-color: #F0F0F0;
}
.fail {
	color: #C00;
	font-weight: bold;
}
.wpsydbox {
	color: #000;
	border: thin solid #000;
	padding: 4px;
	position: static;
	width: 400px;
	background-color: #F0F0F0;
}
.sideimg {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.odd {
	background-color: #EEE;
}
.width530 {
	margin: 0px;
	padding: 0px;
	width: 530px;
}
.monospace {
	font-family: "Lucida Console", Monaco, monospace;
}
.offer {
	color:#000;
	border:thin solid #000;
	padding:4px;
	padding-top:0px;
	position:static;
	width:600px;
	background-color:#FAFAFA;
}
