* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	background-color: #262626;
	font-family: Arial;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 20px;
}
a img {
	border: none;
}
a {
	color: #fff;
	text-decoration: underline;
}

@font-face {   
	font-family: ArialRounded;
	src: url('/fonts/ArialRounded.eot');
	src: local('-'), url('/fonts/ArialRounded.ttf') format('truetype'), url('/fonts/ArialRounded.svg') format('svg');
}

h1 {
	font-family: ArialRounded;
	font-size: 21px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 22px;
}
p {
	margin-bottom: 10px;
}

#wrapper {
	width: 902px;
	margin: 0 auto;
}
#header {
	width: 902px;
	padding: 25px 0;
	background-color: #262626;
	display: block;
}
#footer {
	width: 852px;
	padding: 6px 25px;
	margin-top: 20px;
	background-color: #333;
	height: 26px;
	margin-bottom: 30px;
}
#footer a.social {
	float: left;
	margin-right: 10px;
}
#scroller {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 815px;
}
.homecontent {
	font-size: 15px;
	display: table;
}
.content {
	display: table;
	clear: both;
}
.navimage {
	float: left;
}
.contentimage {
	float: left;
	margin-bottom: 20px;
}
.borderright {
	border-right: 1px solid #262626;
}
.rightline {
	background-image: url('/img/rightline.jpg');
}
.leftline {
	background-image: url('/img/leftline.jpg');
}
.dualline {
	background-image: url('/img/dualline.jpg');
}
.marginright {
	margin-right: 1px;
}
.paddedblock {
	padding: 20px;
	width: 260px;
	float: left;
}
.menublock {
	padding: 20px;
	width: 260px;
	float: left;
	text-align: right;
}
.menublock div {
	padding-bottom: 15px;
}
.menublock a {
	text-decoration: none;
}
.menublock a:hover, .menublock a.active {
	text-decoration: underline;
}
.contentblock {
	padding: 20px;
	width: 562px;
	float: left;
	clear: right;
	color: #9f9f9f;
}
.content table td {
	padding: 3px;
}
.content .formtable {
	padding-left: 17px;
}
.content .formtable td {
	vertical-align: top;
}
form input {
	width: 200px;
	border: 1px solid #8b8b8b;
	color: #8b8b8b;
	background-color: #333;
	padding: 2px 3px;
}
form input.checkbox {
	width: auto;
	border: none;
}
form input.submit {
	width: auto;
	border: 1px solid #8b8b8b;
	color: #8b8b8b;
	background-color: #333;
	cursor: pointer;
	padding: 5px 10px;
}
form textarea {
	width: 350px;
	height: 80px;
	border: 1px solid #8b8b8b;
	color: #8b8b8b;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
a.typekandidaat {
	padding: 8px 10px;
	border: 1px solid #8b8b8b;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	color: #8b8b8b;
}
a.typekandidaat:hover, a.kandidaatactive {
	padding: 8px 10px;
	border: 1px solid #8b8b8b;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	background-color: #8b8b8b;
	color: #333;
}

.col1 {
	float: left;
	width: 300px;
}
.col2 {
	float: left;
	width: 552px;
	line-height: 25px;
	padding: 27px 30px 27px 20px;
}
.clear {
	clear: both;
	width: 100%;
}
.cursor {
	cursor: pointer;
}
ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
.stemblock {
	background-color: #3b3b3b;
	height: 215px;
	width: 170px;
	float: left;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 20px;
}
.stemblock img {
	padding-bottom: 10px;
}
.stemblock strong {
	color: #CCC;
}
.rating {
	padding: 5px 5px 25px 5px;
	background-image: url('/img/starnumbers.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}
#scroller li {
	white-space: nowrap;
	overflow: hidden;
}

/* Star rating plugin */
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/img/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
