/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


/*
 * Oktavilla Baseline CSS
 * Version 1.0
*/
BODY { font: 100%/1.0 sans-serif; }
OL { padding-left: 2em; }
OL LI { list-style: decimal outside; }
UL { padding-left: 1.5em; }
UL LI { list-style: square outside; }
B, STRONG { font-weight: bold; }
EM, I { font-style: italic; }
TH { font-weight: bold; }
TD, TH { padding: 2px; }
P, TABLE, UL, OL { margin-bottom: .7em; }
INPUT, TEXTAREA, SELECT { padding: 2px; }
.checkbox INPUT, INPUT.checkbox, .radio INPUT, INPUT.radio { padding: 0; width: auto; }
INPUT.submit { width: auto !important; }


/* SCAFFOLDING */
#page {
	width: 1004px;
	padding: 0;
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: black;
	position: relative;
}
#header {
	overflow: hidden;
	_height: 1%;
}
#content {
	overflow: hidden;
	_height: 1%;
	margin: 20px 10px 20px 20px;
	position: relative;
}
#footer {
	position: relative;
	padding: 46px 0 0 20px;
}


/* COLUMNS LAYOUT */
.columns-1-1,
.columns-1-2,
.columns-3-1,
.columns-2-1,
.columns-1-1-1,
.columns-1-1-1-1 {
	margin: 16px 0 0 0;
	overflow: hidden;
}
.column1,
.column2,
.column3,
.column4 {
	overflow: hidden;
	float: left;
	position: relative;
}
.column1 {
	padding: 0 12px 0 0;	
}
.column2,
.column3 {
	padding: 0 0 0 12px;	
}
.column4 {
	padding: 0 0 0 12px;	
}
.columns-1-1 .column1,
.columns-1-1 .column2 {
	width: 475px;
}
.columns-3-1 .column1 {
	width: 722px;
}
.columns-3-1 .column2 {
	width: 225px;
}
.columns-1-1 .columns-1-1 .column1,
.columns-1-1 .columns-1-1 .column2 {
	width: 225px;
}



/*
 * Talentum Annonswebb CSS
 * Copyright (c) 2009, Talentum
 */
 
/* GENERAL */
HTML {
	background: white;
}
A {
	color: #0084FF;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.skip {
	position: absolute;
	top: -9999px;
}
.columns-1-1 .first,
.columns-1-2 .first,
.columns-3-1 .first,
.columns-1-1-1 .first {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.footnote {
	color: #666;
	font-size: 11px;
	text-align: right;
}


/* HEADER */
#logo-header,
#logo-header IMG {
	display: block;
}
#menus UL {
	padding: 0;
	overflow: hidden;
	_height: 1%;
}
#menus LI {
	list-style-type: none;
	float: left;
}
#menus A:hover {
	text-decoration: none;
}
#menu {
	background: url(../images/bg_menu.jpg) repeat-x top left;
	margin: 0;
}
#menu LI A {
	padding: 10px 15px;
	font-size: 22px;
	display: block;
	float: left;
	color: white;
	border-right: 1px solid black;
}
#menu A:hover {
	background: url(../images/bg_menu_active.jpg) repeat-x top left;
	color: #333;
}
#menu LI.selected A:hover {
	color: white;
}
#menu LI {
	border-right: 1px solid #bfbfbf;
}
#menu LI.selected A {
	background: url(../images/bg_menu_active.jpg) repeat-x top left;
	border-right: 1px solid #787878;
}
#submenu {
	background: #797979;
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	margin: 0;
}
#submenu LI {
	padding: 5px 0;
}
#submenu LI A {
	padding: 1px 15px;
	font-size: 18px;
	display: block;
	float: left;
	color: white;
	border-right: 1px solid #959595;
}
#submenu LI.selected A {
	font-weight: bold;
}
#submenu A:hover {
	color: #333;
}
#submenu LI.selected A:hover {
	color: white;
}


/* ARTICLE */
.article H1 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.1;

}
.article IMG.right {
	float: right;
	margin: 0 0 10px 10px;
}
.article .article-bread {
	font-size: 14px;
	margin-bottom: 40px;
}
.article .tools {
	float: right;
}
.tools .print {
	background: url(../images/icon_print.gif) top right no-repeat;
	padding: 3px 20px 3px 0;
	display: block;
}


/* BOXES */
.box {
	margin-bottom: 20px;
}
.box H2 {
	background: #f21212 url(../images/bg_box_heading.jpg) repeat-x top left;
	padding: 4px 10px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid white;
	_height: 1%;
}
.box-body {
	padding: 10px;
	background: #efefef url(../images/bg_box_body.jpg) repeat-x top left;
	overflow: hidden;
	_height: 1%;
	border-bottom: 1px solid white;
}
.box-body IMG.left {
	float: left;
	margin: 0 7px 0 0;
}
.box-body H3,
.box-body H4 {
	font-size: 15px;
	font-weight: bold;
}
.box-body UL {
	padding: 0;
}
.box-body LI {
	padding: 5px;
	border-bottom: 1px solid white;
	list-style-type: none;
}
.box-body LI.last {
	border: 0;
	padding-bottom: 0;
}
.columns-1-1 .box .columns-1-1 .column1,
.columns-1-1 .box .columns-1-1 .column2 {
	width: 215px;
}
.box-body TABLE {
	width: 100%;
	margin-top: 3px;
}
.box-body TD,
.box-body TH {
	padding: 5px 0;
	border-bottom: 1px solid white;
}


/* SMALL TEASERS */
.small-teaser {
	margin-bottom: 20px;
}
.small-teaser .caption {
	font-size: 11px;
	background: #efefef;
	padding: 3px 5px;
}
.small-teaser IMG {
	display: block;
	margin-top: -5px;
}
.small-teaser H2 {
	background: #f21212 url(../images/bg_box_heading.jpg) repeat-x top left;
	padding: 4px 10px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	_height: 1%;
}
.small-teaser H3 {
	font-size: 15px;
	font-weight: bold;
}


/* TABBED BOX */
.tabbed-box-tabs {
	margin: 0 0 10px 0;
	overflow: hidden;
	_height: 1%;
	margin: 0;
}
.tabbed-box-tabs LI {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 6px;
	display: block;
	cursor: pointer;
	border: 0;
	height: 27px;
	color: #0084FF;
}
.tabbed-box-tabs .tabbed-box-tabs-current {
	background: url(../images/tab_selected.gif) no-repeat top center;
	color: white;
	font-weight: bold;
	margin-right: 10px;
}
.tabbed-box-part {
	overflow: hidden;
	_height: 1%;
	margin-top: 10px;
}
.javascript .tabbed-box-part {
	display: none;
}



/* SLIDESHOW */
.media-slideshow {
	margin: 0 0 30px 0;
}
.media-slideshow UL {
	padding: 0;
	overflow: hidden;
	margin: 0;
}
.javascript .media-slideshow LI {
	display: none;
}
.media-slideshow LI {
	float: left;
	list-style-type: none;
}
.media-slideshow .navigation {
	position: absolute;
	left: 50%;
	width: 148px;
	height: 41px;
	margin: 0 0 0 -74px;
	background: url(../images/slideshow_navigation.png) no-repeat left top;
}
.media-slideshow .navigation .next,
.media-slideshow .navigation .previous {
	position: absolute;
	top: 9px;
	width: 25px;
	height: 23px;
	text-indent: -9999px;
	background: url(../images/icon_arrows_white_grey.gif) no-repeat left top;
}
.media-slideshow .navigation .next {
	right: 10px;
	background-position: right top;
}
.media-slideshow .navigation .previous {
	left: 10px;
}
.media-slideshow .navigation P {
	width: 75px;
	margin: 11px auto 0 auto;
	font-weight: bold;
	color: #333;
	font-size: 1em;
	text-align: center;
}
.media-slideshow .navigation P .current {
	color: white;
}
.media-slideshow .tag {
	display: none;
}


/* FOOTER */
#footer {
	margin: 0 0 20px 0;
}
#footer .general-links {
	position: relative;
	margin: 0 0 4px 0;
	padding: 13px 12px;
	background: url(../images/afv_footer.png) bottom right;
	color: white;
	overflow: hidden;
}
#footer .general-links UL {
	margin-bottom: 0;
}
#footer .general-links .content {
	background: url(../images/afv_footer_border.gif) repeat-y 142px 100%;
	overflow: hidden;
}
#footer .general-links .content DIV {
	float: left;
	width: 143px;
	margin: 0 23px 0 0px;
}
#footer .general-links .content DIV.first {
	width: 133px;
}
#footer .general-links H2 {
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
#footer .general-links A {
	color: white;
}
#footer .contact-info {
	color: #999;
}



/* LEGACY CLASSES FROM OLD IMPLEMENTATION */
.eceImage {
	margin: 0 0 10px 0;
}
.eceImageleft {
	float: left;
	margin: 0 10px 10px 0;
}
.eceImagecenter {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.eceImageright {
	float: right;
	margin: 0 0 10px 10px;
}
.eceImageText,
.eceImageTextleft,
.eceImageTextright,
.eceImageTextcenter,
.bildtext {
	text-align: left;
	color: #444;
	margin: 6px 0 0 0;
}
.eceImageTextcenter,
.eceAligncenter {
	text-align: center;
}
.eceImageTextright,
.eceAlignright {
	text-align: right;
}
.eceImageBorder1 {
	border: 1px solid #ccc;
}
.eceHtmlText {
	color: #444;
}
