/* @override http://solborg.fhs.no/css/default.css */

/* @override http://solborg.fhs.no/css/default.css */

/* @override http://solborg.fhs.no/css/default.css */

/* @override http://solborg.fhs.no/css/default.css */


/* @group Base tags */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FDB913 url(/images/sitefiles/stripe_yellow.gif);
	color: #333;
	margin: 0;
	padding: 0;
	font: 100%/0.750em Helvetica, Verdana, san-serif;
/* 16× 0.750=12 */
}

/* @end */

/* @group Structure */

#container {
	width: 975px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff;
}

#header {
	background-color: transparent;
}

#content {
	background: #fff;
	padding: 0.5em 0;
}

#footer {
	clear: both;
	margin: 5px 0;
	background-color: #003A63;
	color: #fff;
	text-align: left;
	padding: 10px 0 10px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

/* @end */

/* @group Content */

#maincontent {
	margin: 0;
	padding: 0;
}

#left, .contentleft {
	float: left;
	width: 49.7%;
	background: transparent;
}

#right, .contentright {
	float: right;
	width: 49.7%;
	background: transparent;
}

#leftlarge {
	float: left;
	width: 530px;
	background: transparent;
}

#leftverylarge {
	float: left;
	width: 700px;
	background: transparent;
}

#leftsmall {
	float: left;
	width: 440px;
	/*width: 420px;*/
	background: transparent;
}

#rightsmall {
	float: right;
	width: 420px;
	background: transparent;
}
#rightverysmall {
	float: right;
	width: 250px;
	background: transparent;
}

#rightlarge {
	float: right;
	width: 508px;
	/*width: 530px;*/
	background: transparent;
}

#subcontent {
	clear: both;
	padding: 5px 0 5px 5px;
	background: transparent;
}

#subcontentleft {
	float: left;
}

#subcontentright {
	float: right;
}

/* @end */

/* @group Header */

#logo {
	background: transparent url(/images/sitefiles/header.gif) no-repeat;
	height: 80px;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 975px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background: #000;
	/*background: transparent url(/images/sitefiles/stripe.gif) repeat;*/
}

#navigation .active {
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	color: #003A63;
}

#navigation .english {
		background: transparent url(/images/sitefiles/gb.png) no-repeat 95% 50%;
	padding-right: 25px;}

#navigation .active.english {
		background: #fff url(/images/sitefiles/gb.png) no-repeat 95% 50%;
	padding-right: 25px;}

/* @end */

/* @group Footer */

#footer p .left {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1em;
}

#footer p a {
	color: #fff;
}

#footer p .right {
	float: right;
	width: 45%;
	text-align: right;
	font: 1.2em "Arial Black", Verdana, Helvetica, san-serif;
	line-height: 1em;
	color: #A0B6CE;
}

/* @end */

/* @group Typography */

p {
	text-align: left;
	padding: 0.5em 10px 1em 10px;
	/*padding: 0.5em 1.2em 1em 1.2em;*/
	font-size: 0.750em;
	line-height: 1.2em;
}

#content div.blogpost p {
	text-align: left;
	margin: 0;
}

.postdate {
	margin: 0;
	padding: 0 0 0.5em 1.2em;
	font-size: 0.6em;
	line-height: 1em;
	color: #666;
}


#subcontent p {
	font-size: 0.750em;
	line-height: 1.2em;
	padding-left: 0;
	margin-left: 1em;
}

h1 {
	margin: 5px 0 5px 0;
	font: 1em/1em "Arial Bold";
	text-align: left;
}

h2 {
	text-transform: uppercase;
	text-align: left;
	padding: 1em 0 0.5em 0.5em;
	font: 1.2em/1em "Arial Black", Verdana, Helvetica, san-serif;
}

h2.slashes {
	text-transform: uppercase;
	text-align: left;
	padding: 0.5em 0 0.5em 0.5em;
	font: 1em/1em "Arial Black", Verdana, Helvetica, san-serif;
}

h3 {
	text-align: left;
	padding: 0.5em 0 0.5em 0.5em;
	font: 1em/1.1em "Helvetica Regular", Helvetica, Verdana, san-serif;
	color: #F26631;
}

h3.blogh3 {
	padding-left: 0.8em;
}

#subcontentleft h3 {
	padding-left: 0;
	margin-left: 0.8em;
}

h4 {
	text-transform: uppercase;
	text-align: left;
	padding: 0.5em 0 0.5em 0;
	font: 1em/1em "Arial Black", Verdana, Helvetica, san-serif;
}

/* @end */

/* @group Links */

a {
	color: #7596B6;
	text-decoration: none;
	font-weight: normal;
	background-color: inherit;
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
	color: #AB0534;
}

h3 a {
	font-size: 1em;
	line-height: 1em;
}

h3 a.flickr {
	padding-left: 30px;
	background: transparent url(/images/sitefiles/camera_icon.gif) no-repeat 0 0;
}

ul, ol {
	list-style: none;
}

ul.left {
	text-align: left;
}

#content ul.social {
	display: inline;
}

#content li {
	padding: 0.5em 0 0.5em 1em;
	font-size: 0.750em;
	line-height: 1em;
}

li.links, ul.height200 li {
	margin: 0.5em 0 0 0;
	text-transform: uppercase;
}

ul.height200 li a {
	color: #003A63;
}

ul.height200 li a:hover {
	text-decoration: underline;
}

#content .socialwrap {
	margin: 0 0 0 0.5em;
}

#content li.social a {
	padding: 0 1em 0 5px;
}

#content li.social {
	font-size: 0.750em;
	line-height: 1em;
	padding: 0;
}

#content ul.icons {
	min-height: 3em;
	padding: 1em;
}

#content ul.icons li {
	float: left;
	padding: 0.2em 1em 0.2em 30px;
	margin: 0 3em 1em 0;
	width: 6em;
}

#content ul li.iconskjema {
	background: url(/images/sitefiles/skjema.gif) no-repeat 0;
}

#content ul li.iconkostnader {
	background: url(/images/sitefiles/question.gif) no-repeat 0;
}

#content ul li.iconskoleruta {
	background: url(/images/sitefiles/skoleruta.gif) no-repeat 0;
}

#content ul li.iconbrosjyre {
	background: url(/images/sitefiles/fil.gif) no-repeat 0;
}

#content ul li.iconpersonalet {
	background: url(/images/sitefiles/personalet.gif) no-repeat 0;
}

#content ul li.iconaktiviteter {
	background: url(/images/sitefiles/aktiviteter.gif) no-repeat 0;
}

#content ul li.english {
	background: url(/images/sitefiles/gb.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin-left: 1em;
}

#content ul.icons li a {
	display: block;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
}

#content ul.sidelink {
	margin: 0 5px 5px 5px;
	padding-top: 5px;
	list-style: none;
	font-size: 0.9em;
}

#content ul.sidelink li.feed {
	list-style: none;
	display: inline;
	text-align: left;
	margin: 5px 0 0 5px;
	padding: 0 0 5px 20px;
	background: url("/images/sitefiles/feed.png") no-repeat left center;
}

li.feed a {
	color: #003A63;
}

/* @end */

/* @group Images */

#subcontent div.width220 img {
width: 220px;
height: 100px;
}

img, img a, a img {
	border: 0;
	text-decoration: none;
}

img.left,img.center,img.right {
	padding: 0 0.5em 0.5em 0;
	border: 0;
}

img.left {
	float: left;
	margin: 0 12px 0 0;
}

img.center {
	display: block;
	margin: 5px auto 5px auto;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

div.noimg img {
	display: none;
}

img#text.ras_rollover_src {
	padding: 1px;
	background: transparent;
}

img#text.ras_rollover_src:hover, img a:hover, a img:hover {
	border: 0;
	background: #FED953;
}

#right div.textcenter a.rollover_src {
	border: 0;
}

/* new stuff for rollovers */

#right div.textcenter a.rollover_src {
	width: 60px;
	height: 140px;
	float: left;
	padding-right: 4px;
}

img#text.ras_rollover_src {
	margin-bottom: 1px;
}

#right div.textcenter a.rollover_src span {
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}

#right a.rollover_src:hover {
	text-decoration: none;
	color: #7596B6;
}

#right div.textcenter a.rollover_src div.rollover {
height: 40px;
width: 60px;
float: left;
background: #000;
text-transform: uppercase;
font-size: 9px;
font-weight: normal;
color: #FDB913;
padding: 20px 1px 1px 1px;
margin-right: 4px;
margin-bottom: 1px;
}

#right div.textcenter a.rollover_src div.rollover:hover {
color: #003A63;
background: #FED953;
}

.src {
display:none;
}

#rollover_dest span {
font-weight: bold;
}




/* @end */

/* @group Forms and fieldsets */

fieldset {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}

fieldset legend {
	font-size: 1em;
	font-weight: normal;
	color: #999;
	margin-left: 2em;
}

form {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #333;
}

label {
	display: block;
	padding: 0;
	margin: 0px 10px 0 0px;
	width: 200px;
	text-align: left;
	float: left;
	font-size: 1em;
	line-height: 1em;
}

#subcontent form label {
	padding: 0 0 0 5px;
}

input, select, textarea, button {
	border: 1px solid #999;
	background: #fff;
	padding: 5px;
	margin: 0 5px 5px 5px;
	font-size: 1em;
	line-height: 1em;
}

input.button, button {
	background: #eee;
}

input.checkbox {
	width: auto;
}

#searchbar form p input {
	background: #eee;
}

input#q {
	padding: 0;
	margin: 0 0 0 5px;
	border: none;
	font-size: 1em;
	line-height: 1em;
}

/* @end */

/* @group ZCR */

label.zemSelect, label.zemText, label.zemTextarea {
	width: 200px;
	padding: 0;
	margin: 0 10px 0 0;
	text-align: left;
	font: 1em/1em Verdana, Helvetica, san-serif;
}

input.zemText, select.zemSelect, textarea.zemTextarea {
	width: 250px;
	font: 1em/1em Verdana, Helvetica, san-serif;
}

input.zemSubmit, button.zemSubmit, fieldset input.zemSubmit {
	width: 100px;
	background: #eee;
	margin-left: 215px;
}

input.zemRequirederrorElement, select.zemRequirederrorElement,textarea.zemRequirederrorElement {
	border: 1px #f00 solid;
}

ul.zemError {
	list-style-type: none;
	margin: 0.5em 0 1em 0;
	padding: 2px 2px 2px 80px;
	border: 1px #f00 solid;
	color: #f00;
	background: #fff url(/images/sitefiles/exclamation.png) no-repeat 10px 50%;
}

#content ul.zemError li {
	list-style: decimal;
	font-size: 1em;
}

label.zemRequired {
	font-weight: bold;
}

.zemRequirederrorElement {
	color: #f00;
	font-weight: bold;
}

p.red {
	color: red;
	font-weight: bold;
}

/* @end */

/* @group Comments */

ul.commentsform {
	
}

#content h3#comment {
	font-size: 1.1em;
}

#cpreview {
	background-color: #E5EAF1;
	margin: 0.5em 0;
	padding: 0.5em;
}

#txpCommentInputForm {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
}

#txpCommentInputForm label, input#web.comment_web_input, input#email.comment_email_input, textarea#message.txpCommentInputMessage, input#name.comment_name_input {
	width: 200px;
	padding: 0.5em;
}

input#txpCommentPreview.button, #txpCommentSubmit {
	width: auto;
}

input#remember.checkbox {
	width: auto;
}

div.comments-wrapper ul.comments_error {
	list-style-type: none;
	margin: 0.5em 0 1em 0;
	padding: 2px 2px 2px 80px;
	border: 1px #f00 solid;
	color: #f00;
	background: #fff url(/images/sitefiles/exclamation.png) no-repeat 10px 50%;
}

div.comments-wrapper ul.comments_error li {
	list-style: decimal;
}

.comments_error {
	border: 1px solid #f00;
	padding: 0.3em;
	background: #fff;
	color: #f00;
}

.comment {
	border: 1px solid #eee;
	padding: 10px;
	margin: 5px 0;
	background-color: #ffffff;
}

.odd {
	background-color: #eee;
	border: 1px solid #eee;
}

.even {
	background: #fff;
}

.author {
	background: url(/images/sitefiles/stripe.gif);
}

/* These 3 following styles are if we use stripes BG for the author */

.comment.even.author p {
	color: #212121;
}

.comment.even.author p a {
	color: #fff;
}

.comment.even.author p span.comment-time {
	color: #fff;
}

.comment h5 {
	margin-bottom: 0.1em;
}

.comment:hover {
	
}

.author:hover {
	
}

.comment-time {
	width: 90%;
	text-align: right;
	font-size: smaller;
	color: orange;
}

.author-string {
	font-variant: small-caps;
	font-weight: bold;
}

.comment-no {
	font-size: 1em;
	color: #999;
}

/* @end */

/* @group Slideshow */

div.slideshow {
	margin: 0 auto;
}

div.slideshow p {
	display: none
}

div.slideshow ul {
	background: #FFF;
	bottom: -35px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 10000;
}

div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	opacity: 0.5;
	width: 30px;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
	opacity: 1;
}

div.slideshow ul li {
	float: left;
	list-style: none;
}

div.slideshow div {
	padding: 0;
	border-style: none;
}

/* @end */

/* @group Boxes */

.box {
	margin: 0 0 15px 0;
	padding: 2px;
	background: #fff;
}

div#text {
	clear: both;
	margin: 0.5em 0 0 0;
	background: #A0B6CE;
}

.slashbg {
	height: 30px;
	background: url(/images/sitefiles/stripe.gif) repeat-x 0;
}

.slashyellowbg {
	height: 30px;
	background: url(/images/sitefiles/stripe_yellow.gif) repeat-x 0;
}

.width200 {
	width: 200px;
	background: #A0B6CE;
	margin: 0 0 0 1em;
}

.width220 {
	width: 220px;
	background: #A0B6CE;
	margin: 0 0 1em 1em;
}

.width250 {
	width: 250px;
}

.width260 {
	width: 234px;
	background: #A0B6CE;
	margin: 0 0 0 1em;
}

.width500 {
	width: 500px;
}

.width470 {
	width: 470px;
}

.width420 {
	background: #A0B6CE;
	margin: 0 0 0.5em 0;
}

.width494 {
	background: #A0B6CE;
	width: 494px;
	margin: 0 0 0.5em 7px;
}

.width530 {
	background: #FDB913;
	margin: 0 0 1em 0;
}

.height100 {
	min-height: 100px;
	background: transparent;
}

.height150 {
	min-height: 150px;
	background: transparent;
}

.height180 {
	min-height: 180px;
	background: transparent;
}

.height200 {
	min-height: 200px;
	background: transparent;
}

.height400 {
	min-height: 400px;
	background: transparent;
}

/* @end */

/* @group Alignment classes */

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/* @end */

/* @group Misc classes
 */

.clear {
	clear: both;
}

.small {
	font-size: 0.9em;
}

hr, .hide {
	display: none;
}

.textcenter {
	text-align: center;
	margin-bottom: 5px;
}

.textright {
	text-align: right;
}

.important {
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #003A63;
	border-bottom: 1px solid #003A63;
}

.white {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.divider {
	border-bottom: 1px dashed #A0B6CE;
	margin: 0 0 0.5em 0;
}

/* @end */

/* @group Pagination */

#content ul.pagination {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #ccc;
text-align: center;

}

#content ul.pagination li {
	display: inline;
}

#prevnext {margin: 0 auto;}

#prev {float: left;}

#next {float: right;}

#prevnext a {display: block; background: #eee; padding: 1em 2em;}

#prevnext a, #prevnext a:link, #prevnext a:visited, #prevnext a:active {color: #333; text-decoration: none;}

#prevnext a:hover {background: #b3b3b3; color: #fff; text-decoration: none;}

/* @end */



/* @group Live search */

#header .search {
	position:absolute;
	background: transparent;
	width: 250px;
	margin: 45px 0 0 5px;
	padding: 0;
	font: 1em/1em Helvetica, Verdana, san-serif;
}

form#search input {
margin-left: 0;
}

#search .ls_search
{
	background: transparent url(http://users.edpnet.be/cbeyls/digitalia/gfx/searchbox.png) no-repeat 0 0;
	/*line-height: 22px;*/
}

#search div.ls_results ol {
list-style: none;
}

#search div.ls_results ol li {
margin-bottom: 10px;
}

#search div.ls_results ol li a {
}

#search div.ls_results ol li a:hover {
	border-bottom: none;
}

#search div.ls_results p {
color: #fff;
padding: 10px;
}

#search div.ls_results div {
}

#search.ls_safari .ls_search
{
	background: none;
}

#search label
{
	display: none;
}

#search .ls_reset_image
{
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin: 4px 9px 4px 2px;
	background: transparent url(/images/sitefiles/reset.gif) no-repeat center;
	cursor: pointer;
}

#search .ls_wait_image
{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 3px 0;
	/*background: transparent url(http://users.edpnet.be/cbeyls/digitalia/gfx/js/spinner.gif) no-repeat center;*/
	background: transparent url(/images/sitefiles/ajax-loader.gif) no-repeat center;
}

#search .ls_results
{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 25px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 200px;
	z-index: 9999;
}

#search .ls_results ul li strong
{
	color: #f00;
}

/* @end */
