﻿
/* Table of content 
***********************
1. Reset 
2. Typo
3. Layout
4. Graphic elements
5. Controls 
6. Buttons
7. Misc.
***********************/


/* 1. Reset 
*************************************************************************************/

/* Reset Headlines */ 
h1, h2, h3, h4, h5, h6, p
{ 
    margin: 0;
    padding: 0;
    font-weight: normal;
} 

/* Links */
/*a   {   outline : none;      } /* Gets rid of Firefox's dotted borders */
a img { border: none;       } /* Gets rid of IE's blue borders */

a:link, a:visited
{
    text-decoration: none;
    color: #c0112a; 
}

a:hover, a:active
{
   color: #c0112a; 
   text-decoration: underline;
}

/* Normalize */ 
table       { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
li          { list-style: none; }

ul, ol, dl, dt, dd, blockquoute, form, input, th, td, label
{
    margin: 0; 
    padding: 0;
}


/* 2. Typo 
*************************************************************************************/

body
{
    color: #000;
	font-family: arial, helvetica, Trebuchet MS;
	font-size: 62.5%;
}

/* Site text sizes */
.em11 { font-size: 1.1em; line-height: 174%;  }
.em12 { font-size: 1.2em; line-height: 184%;  }
.em13 { font-size: 1.3em; }
.em14 { font-size: 1.4em; line-height: 175%; }
.em16 { font-size: 1.6em; }
.em18 { font-size: 1.8em; line-height: 155%; }
.em20 { font-size: 2.0em; line-height: 150%; }
.em22 { font-size: 2.2em; }

/* Default paragraph setting */

#pageBody p
{
    font-size: 1.2em;
    line-height: 150%;
    margin: 0 0 15px 0;
}

#pageBody .eight ul,
#pageBody .eight ol,
#pageBody .sidebarTextArea ul,
#pageBody .sidebarTextArea ol {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 1.2em;
    line-height: 150%;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 2.2em;
    font-weight: bold;
    margin: 0 0 20px 0;
}

h2.red 
{
    color: #ba001b;
    font-size: 2.0em;
    font-weight: normal;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 1.4em;
    margin: 0 0 20px 0;
	line-height: 150%;
}  

/* image layout for main content */

img.mainContentImage {
    margin: 0 0 30px;
}


/* Basic paragraph setting for cols */
.col p, .fontParagraph, .designersList p
{
    font-size: 1.1em;  
    line-height: 172%;
}

/* Paging */
.nav             { text-align: center; }
.nav a           { padding: 0 0 0 3px; }
.nav a.highlight { text-decoration: underline; }


/* Footer typo and links */

#footer .footerBox,#footer .footerBoxLogos {
	float: left;
	margin-top: 30px;
}

#footer .footerBox li {
	/*border-bottom: 1px solid #616161;*/
	color: #bfbfbf;
    font-size: 1.1em;
	list-style-type: none;
	list-style-position: outside;
    margin: 0;
	padding: 7px 0 7px 0;
}

/* Headlines in footer */
#footer span.footerTitle 
{
	background: url(/img/red_dot.png) no-repeat 0 4px;
	/*border-bottom: 1px solid #616161;*/
	color: #dcdcdc;
    text-transform: uppercase;
    margin: 0 0 4px 0;
	font-size: 1.2em;
    font-weight: bold;
    display: block;
	padding: 0 0 10px 0;
	text-indent: 13px;
}

#footer .footerBoxLogos span.footerTitle {
	border: 0;
}

/* links in footer */

#footer li a:link, #footer li a:visited { color: #bfbfbf; }
#footer li a:hover, #footer li a:active { color: #fff; text-decoration: none; }

#footer .footerBox li a span {
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 0;
}

/* Logos in footer */

#footer .footerBoxLogos {
	background: url(/img/bg_footerlogos.png) no-repeat 0 23px;
	float: right;
	height: 150px;
}

#footer .footerBoxLogos ul {
	margin: 20px 0 0 50px;
}

#footer .footerBoxLogos li {
	float: left;
	margin: 0 25px 10px 0;
}

/* Caption Quote text */
#mainContentHolder .caption
{
    color: #0c6366;
    padding: 0 0 0 80px;
    font-size: 1.4em;
    line-height: 157%;
    margin: 0 0 30px 0;
}

#basicMainLayout .caption
{
    color: #0c6366;
    font-size: 1.4em;
    line-height: 157%;
}


/* Extras for Texts */
.inline                    { display: inline; }
.uppercase                 { text-transform: uppercase; }
.clear			{ clear: both; }
.block                     { display: block; }
.underline                 { border-bottom: 2px solid #044245; }
.seperatorLine             { border-top: 2px solid #044245; }
.bold                      { font-weight: bold; }
.italic                    { font-style: italic; }
.topMarginHalf             { margin-top: 10px; }
.topMargin                 { margin-top: 20px; }
.topMarginDouble           { margin-top: 40px; }
.rightMargin 		{ margin-right: 20px; }
.negativeTopMargin         { margin-top: -20px; }
.negativeRightMarginDouble { margin-right: -40px; }
.topPadding                { padding-top: 20px; }
.topPaddingDouble          { padding-top: 40px; }
.topPaddingHalf            { padding-top: 10px; }
.bottomPadding             { padding-bottom: 20px; }
.bottomPaddingHalf         { padding-bottom: 10px; }
.bottomMargin              { margin-bottom: 20px }
.bottomMarginHalf          { margin-bottom: 10px }
.doubleTopMargin           { padding-top: 40px; }

/* IE6 fix. IE dosen't like negative stuff */ 
* html .negativeRightMarginDouble { margin-right: 0; }


/* Headline Colors */
.lightGreen  { color: #107175; }
.darkGreen   { color: #0c6367; }
.blue        { color: #38bfc6; }

/* Headline sizes */
.fontXLarge                          { font-size: 3.0em;   }
.fontLarge                          { font-size: 2.45em;   }
.fontMedium                         { font-size: 1.5em; line-height: 157%; }
.fontSmall                          { font-size: 1.6em; }
.fontSmallest                       { font-size: 1.2em; line-height: 157%; text-transform: none }


/* List with no dots */
#mainContentHolder ul.noDotsList, ul.noDotsList    { margin: 7px 0 0 0 }
#mainContentHolder ul.noDotsList li, ul.noDotsList li { font-size: 1.1em;  line-height: 172%; background: none; padding: 0; }

/* Default list with dots */
ul#standardList li, #mainContentHolder li
{
    font-size: 1.1em;
    line-height: 172%;
    background: transparent url(images/listItem.png) no-repeat 0 7px;
    padding: 0 0 0 10px;
}

/* Links and files icons */
h5.links, h5.files { padding-left: 18px; }

h5.links
{
    font-size: 1.4em;
    line-height: 157%;
    text-transform: uppercase;
    background: #fff url(images/linkIconGreen.gif) no-repeat 0 1px;
}

h5.files
{
    font-size: 1.4em;
    line-height: 157%;
    text-transform: uppercase;
    background: #fff url(images/filesIconGreen.gif) no-repeat 0 1px;
}

/* Search Products */
.searchTag { padding: 0 0 0 5px; background: transparent url(images/footer-seperator.png) no-repeat 0 0; }
.searchTag a { padding: 0 5px 0 5px; color: #82e5ea }
.searchTag a:hover { background: #0c6366; }
span.tagSelected a  { background: #0c6366; }

.hidden {
	display: none;
}

/* 3. Layout 
*************************************************************************************/

html { text-align: center; height: 100%;}

body
{
    _height: 100%;
    min-height: 100%;
    background: #fff;
    text-align: left;
    margin: 0 auto;
}

form
{
    _height: 100%;
    min-height: 100%;
    overflow: hidden;
	position:relative;
}

#header
{
    margin: 30px auto;
    height: 130px;
    position: relative;
	width: 940px;
}

#pageBody {
	margin: 0 auto;
	_height: 100%;
	min-height: 400px;
	padding: 0 10px 270px 10px;
    overflow: hidden;
	width: 940px;
}

#footer
{
    background: #034144 url(/img/footerBg.png) repeat-x 0 0;
    width: 100%;
    height: 182px;  
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 1000;
}

/* Special classes for footer layout */
#footer li.lastFooterLi      { padding-top: 4px; }
#footer li.extraRightPadding { padding-right: 80px; }
#footer li.seperator
{
    padding: 0 0 0 10px;
    margin: 50px -10px 0 20px;
    background: transparent url(images/footer-seperator.png) no-repeat 0 0;
}
.footerpadding              { padding: 0 0 200px; }

#contentHolder
{
    margin: 0 auto;
    width: 990px;
    overflow: hidden;
    padding: 0 0 208px 0;
    
}

#mainContentHolder, #basicMainLayout, #wideLayout
{
    position: relative;
    float: left;
    display: inline;
    width: 780px;
    padding: 0 0 40px 0;
    margin: 0 0 0 10px;
}

/* LayoutFloats */

.left             { display: inline; float: left;   margin-right: 20px; }
.right            { display: inline; float: right;  margin-left: 20px; }
.left.noMargin    { display: inline; float: left;   margin-right: 0; }
.right.noMargin   { display: inline; float: right;  margin-left: 0; }
.left.smallMargin { display: inline; float: left;   margin-right: 5px; }
.center           { margin: 0 auto; }

* html .left      { margin-right: 6px }

.bottom   { position: absolute; bottom: 0; left: 0; }
.relative { position: relative; }
#mainContentHolder .col p { margin: 0; } /* Reset if col */

/* For images in Text */
#mainContentHolder p img.left        { margin-left: -80px; }  
#mainContentHolder p img.right       { margin-right: -80px;}
#mainContentHolder p img.left.inset  { margin-left: 0; }
#mainContentHolder p img.right.inset { margin-right: 0; }
#mainContentHolder p img.solo        { margin-bottom: 20px; }
*html #mainContentHolder p img {  width: expression(this.width > 370 ? 370: true); } /* Fix width in ie6 for images */

/* Column sizes */
.two    {  width: 100px; }
.three  {  width: 160px; }
.four   {  width: 220px; }
.five   {  width: 280px; }
.six    {  width: 340px; }
.seven  {  width: 400px; }
.eight  {  width: 460px; }
.nine   {  width: 520px; }
.ten    {  width: 580px; }
.eleven {  width: 640px; }
.twelve {  width: 700px; }
.thirteen {  width: 760px; }
.fourteen {  width: 820px; }
.fifthteen {  width: 880px; }
.sixteen {  width: 940px; }

.w360    {  width: 360px; }

/* Puff entrances */ 

#entranceFour ul li 
{
    float: left;
    display: inline;
    width: 220px;
    margin: 0 20px 0 0;
}

#entranceFive ul li 
{
    float: left;
    display: inline;
    width: 280px;
    margin: 0 20px 0 0;
}

#entranceFiveHalf ul li 
{
    float: left;
    display: inline;
    width: 300px;
    margin: 0 20px 20px 0;
}

#entranceFiveHalf ul li.third
{
    margin: 0 0 20px 0;
}

#entranceSix ul li 
{
    float: left;
    display: inline;
    width: 340px;
    margin: 0 20px 20px 0;
}

#entranceSix ul li.even
{
    margin: 0 0 20px 0;
} 

#entranceFour ul li.last, #entranceFive ul li.last
{
    margin: 0;
}

.four .puff {
	margin: 0 0 20px 0;
}

/* 4. Graphic elements 
*************************************************************************************/

/* Logo */
a.logo
{
    width: 144px;
    height: 54px;
    display: block;
    margin: 0 0 20px 0;
    text-indent: -9999px;
    background: transparent url(/img/norraStationHeader.gif) no-repeat 0 0;
}

/* Kommun logo */

.kommun 
{
    left: 190px;
	position: absolute;
	top: 15px;
}

/* Link Buttons */

a.startPageLinkButton
{
    height: 30px;
    background: transparent url(/img/linkButtonRight.png) repeat-x 0 0;
}

a.startPageLinkButton:hover
{
    background: transparent url(/img/linkButtonRight.png) repeat-x 30px 0;
}

a.linkButtonBar
{
    width: 100%;
    position: absolute;
    top: 83px;
    left: 0;
    display: block;
    height: 30px;
    z-index: 2;
    background: transparent url(/img/linkbutton.png) no-repeat top right;
    color: #fff;
    text-transform: uppercase;
}

#entranceFiveHalf a.linkButtonBar {
	top: 120px;
}

a.collapsable {
	padding: 2px 30px 2px 0;
}

a.collapsable.collapsed {
	background: url(/img/plusminus.png) no-repeat right 0px;
}

a.collapsable.collapsed:hover {
	background: url(/img/plusminus.png) no-repeat right -18px;
}

a.collapsable.expanded {
	background: url(/img/plusminus.png) no-repeat right -36px;
}

a.collapsable.expanded:hover {
	background: url(/img/plusminus.png) no-repeat right -54px;
}

a.linkButtonBar span
{
    font-weight: bold;
    display: block;
    padding: 8px 0 0 12px;
}

a.linkButtonBar:hover, a.linkButtonBar:active
{
    background: transparent url(/img/linkbutton.png) no-repeat bottom right;
    text-decoration: none;
}

span.numberOfPeople {
	background: transparent url(/img/bg_numberofpeople.png) no-repeat 0 0;
	color: #505050;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 20px 0 0 0;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 7px;
	width: 44px;
}

span.puffDesc
{
    font-size: 1.1em;
    line-height: 150%;
    color: #000;
    display: block;
    padding: 0;
}

span.puffDesc em
{
    font-size: 110%;
    color: #ba001b;
    text-transform: uppercase;
    font-style: normal;
}

.linkButton 
{
	background: url(/img/bg_linkbutton.png) no-repeat 0 0;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

.linkButton span
{
	background: url(/img/bg_linkbutton.png) no-repeat right 0;
	color: #fff;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin: 0 0 0 20px;
	padding: 0 50px 0 0px;
}

.linkButton:hover     { background: url(/img/bg_linkbutton.png) no-repeat 0 -34px; }
.linkButton:hover span{ background: url(/img/bg_linkbutton.png) no-repeat right -34px; }

/* Horizontal pagedivider with shadow */

.pageDivider {
	background: url(/img/pagedivider.png) no-repeat center top;
	float: left;
	height: 50px;
	overflow: hidden;
	width: 100%;
}

/* Horizontal contact divider */

.contactPageHeader {
	background: url(/img/bg_contactdivider.png) repeat-x 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.contactPageHeader span {
	background: #fff;
	color: #505050;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 15px 3px 0;
	width: auto;
}

/* Rounded corners */

.rc {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rc_top {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px; 
}

.rc_bottom {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

/* 5. Controls
*************************************************************************************/

/* Top Navigation */


ul.topNav
{
    width: 915px;
    height: 53px;
    float: left;
    background: transparent url(/img/topNavRepeat.png) repeat-x 0 0;
}

ul.topNav li
{
    background: transparent url(/img/seperator.png) no-repeat right 1px;
    float: left;
    display: inline;
    height: 53px;
}

ul.topNav li a
{
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 18px 12px 14px 10px;
    text-transform: uppercase;
}

ul.topNav li.selected a
{
    border-bottom: 4px solid #ba001b;
    text-decoration: none;
}

ul.topNav li a:hover
{
    border-bottom: 4px solid #ba001b;
    text-decoration: none;
}

ul.topNav li.last a
{
    background: url(/img/reddot.png) no-repeat 10px 22px;
    padding: 18px 15px 14px 25px;
}

span.leftRounded
{
    width: 13px;
    height: 53px;
    display: block;
    float: left;
    background: transparent url(/img/topNavLeft.png) no-repeat 0 0;
}

span.rightRounded
{
    width: 12px;
    height: 53px;
    display: block;
    float: left;
    background: transparent url(/img/topNavRight.png) no-repeat 0 0;
}

/* Sub Navigation */

.subNav {
    margin: 0 0 15px 0;
    width: 220px;
}

.subNav ul {
    background: transparent url(/img/bg_subnavbottom.png) repeat-x left bottom;
    padding: 0 0 4px 0;
}

.subNav li.first a {
    border-bottom: 1px solid #eaeaea;    
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #eaeaea;   
}

.subNav li.last a {
    border-bottom: 1px solid #eaeaea;    
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.subNav a {
    background: transparent url(/img/bg_subnavitems.png) no-repeat 0 0;
    border-bottom: 1px solid #eaeaea;
    color: #747474;
    display: block;
    font-size: 1.0em;
    height: 28px;
    line-height: 28px;
    text-indent: 15px;
    text-transform: uppercase;
}

.subNav li a:hover,.subNav li.selected a:hover {
    background: transparent url(/img/bg_subnavitems.png) no-repeat 0 -28px;
    color: #fff;
    text-decoration: none;
}

.subNav li.selected a {
    background: transparent url(/img/bg_subnavitems.png) no-repeat 0 -56px;
    text-decoration: none;
}

/* Language Chooser */

#languageChooser
{
    height: 22px;
    position: absolute;
    right: 1px;
    top: 124px;
}

#languageChooser a { 
    background:url("/img/bg_langchooser.png") no-repeat right top;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.0em;
    height: 22px;
    line-height: 22px;
	text-align: center;
    text-decoration: none;
	text-indent: -27px;
    text-transform: uppercase;
	width: 107px;
}

#languageChooser a:hover {
    background:url("/img/bg_langchooser.png") no-repeat right bottom;
    text-decoration:none;
}

/* Top Search field */

#topSearchField {
    position: absolute;
    right: 2px;
    top: 15px;
}

#topSearchField .searchField {
    background:url("/img/bg_topsearchfield.png") no-repeat 0 0;
    border: 0px;
    float: left;
    margin: 0 13px 0 0;
	padding: 10px 0 10px 30px;
    text-indent: 0px;
    width: 204px;
}

#topSearchField .searchButton {
    background:url("/img/bg_topsearchbutton.png") no-repeat 0 0;
    border: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 0px;
    padding: 9px 0 10px 0;
    width: 78px;
}

/* Search page content */

#searchPage .searchBox {
	background:url("/img/bg_searchbox.png") no-repeat 0 0;
	height: 56px;
	margin: 0 0 15px 0;
	width: 100%;
}

#searchPage .input {
    background:url("/img/bg_searchfield.png") no-repeat 0 0;
    border: 0px;
    float: left;
	margin: 15px 0 10px 18px;
	padding: 5px 0 5px 30px;
    text-indent: 0px;
    width: 350px;
}

#searchPage .submit {
    background:url("/img/bg_searchbutton.png") no-repeat 0 0;
    border: 0px;
    color: #fff;
    cursor: pointer;
	float: left;
    margin: 15px 0 10px 0;
	padding: 4px 0 5px 0;
    width: 44px;
}

#searchPage h2 {
	color: #505050;
	font-size: 1.4em;
	font-weight: bold;
}
	
/* Number of students */

#nrOfStudents {
    background: url(/img/bg_nr_of_students.png) no-repeat 0 0;
    color: #fff;
    height: 44px;
    line-height: 44px;
	margin: 0 0 20px 0;
    width: 220px;
}

#nrOfStudents .title {
    float: left;
    text-indent: 12px;
    text-transform: uppercase;
}

#nrOfStudents .number {
    float: right;
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    width: 85px;
}

/* Commonly used box layout */

.box {
    background: #f6f6f6;
    margin-bottom: 15px;
	position: relative;
}

.box p {
    font-size: 1.1em;
    line-height: 150%;
    padding: 15px 12px 0 12px;
}

a.bigLinkBox {
	background: url(/img/bg_biglinkbox.png) no-repeat 0 0;
	color: #252525;
	cursor: pointer;
	display: block;
	height: 58px;
	margin: 20px 0 20px 0;
	width: 340px;
}

a.bigLinkBox:hover {
	background: url(/img/bg_biglinkbox.png) no-repeat 0 -58px;
	color: #252525;
	text-decoration: none;
}

a.bigLinkBox span {
	display: block;
	padding: 15px 0 0 20px;
	width: 230px;
}

a.readMoreLink {
	background: url(/img/bg_readmorelink.png) no-repeat 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 24px;
	margin: 20px 0 20px 0;
	line-height: 24px;
	text-indent: 10px;
	text-transform: uppercase;
	width: 96px;
}

a.readMoreLink:hover {
	background: url(/img/bg_readmorelink.png) no-repeat 0 -24px;
	text-decoration: none;
}

/* Common h4 with black background for boxes */

.box h4, .contactPerson h4 {
    background: url(/img/bg_blackheaderleft.png) no-repeat 0 0;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-indent: 12px;
    text-transform: uppercase;
    width: 100%;
}

.box h4 span, .contactPerson h4 span {
    background: url(/img/bg_blackheaderright.png) no-repeat right top;
    float: right;
    width: 100%;
}  

/* Specific input field with email icon */

input.inputMail {
    background: url(/img/bg_inputfield_mail.png) no-repeat 0 0;
    border: 0px;
    float: left;
    font-size: 1.0em;
    height: 22px;
    line-height: 22px;
	margin: 0 0 0 12px;
    text-indent: 35px;
    width: 150px;
}

button.submitButton {
    background: url(/img/bg_button_submit.png) no-repeat 0 0;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 4px 0 4px 0;
    text-transform: uppercase;
    width: 58px;
}

/* newsListBox, box with newslist layout */

.newsListBox {
    background: none;
    border: 0px;
    padding: 0px;
}

.newsListBox ul {
    overflow: hidden;
}

.newsListBox li a {
    background: url(/img/bg_linklist.png) no-repeat right top #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    color: #000;
    display: block;
    font-size: 1.1em;
    line-height: 34px;
    text-indent: 12px;
}

.newsListBox li a:hover {
    background: url(/img/bg_linklist.png) no-repeat right bottom #f6f6f6;
    border-color: #a8021a!important;
    color: #fff;
    text-decoration: none;
}

.newsListBox li a span {
    color: #595959;
    font-weight: bold;
    padding: 0 5px 0 0;
}

.newsListBox li a:hover span {
    color: #fff;
}

.newsListBox li.last a {
    border: 1px solid #eaeaea; 
    border-top: 0px;
}    

/* linkListBox */

.linkListBox {
    background: none;
    border: 0px;
    padding: 0px;
}

.linkListBox ul {
    overflow: hidden;
}

.linkListBox li a {
    background: url(/img/bg_linklist.png) no-repeat left top #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    color: #595959;
    display: block;
    font-size: 1.1em;
    line-height: 34px;
    text-indent: 12px;
}

.linkListBox li.last a {
    border: 1px solid #eaeaea; 
    border-top: 0px;
}   


.linkListBox li a:hover {
    background: #f6f6f6 url(/img/bg_linklist.png) no-repeat left bottom;
    border-color: #a8021a;
    color: #fff;
    text-decoration: none;
}

.linkListBox li a img {
	vertical-align: middle;
}

/* infoListBox */

.infoListBox p {
	border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;	
	margin: 0!important;
	min-height: 40px;
	padding: 15px 12px 5px 12px!important;
	position: relative;
}

.infoListBox p .header {
	clear: both;
	float: left;
	font-weight: bold;
	width: 100%;
}

.infoListBox li {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    color: #505050;
    font-size: 1.1em;
    line-height: 25px;
	list-style-type: disc;
	list-style-position: inside;
    text-indent: 12px;
}

.infoListBox li.last {
    border: 1px solid #eaeaea; 
    border-top: 0px;
}   
    
/* inputBox */

.inputBox {
    height: 116px;
}

/* Company listing */

.companyListing {
    margin: 50px 0 15px 0;
}

.companyListing li {
    border-bottom: 1px solid #dadada;
    margin: 0 0 10px 0;
    line-height: 150%;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.companyListing .companyLogo {
    float: left;
    width: 120px;
}

.companyListing .description {
    float: left;
    vertical-align: bottom;
    width: 180px;
}

.companyListing .contactDetails {
    float: right;
    font-weight: bold;
    width: 155px;
}

/* MainContent on startpage */

#startPageMainContent
{
    top: 50px;
    margin: 0 0 0 60px;
}

/* bullet list */

.bulletList { border-bottom: 1px solid #ebebeb; margin: 0 0 25px 0; }

.bulletList li {
    background: url(/img/bullet.png) 5px 13px no-repeat;
    border-top: 1px solid #ebebeb;
    color: #666666;
    /*font-size: 1.2em;*/
    list-style-type: none;
    padding: 8px 0 8px 20px;
}

/* bullet list info */

.bulletListInfo { border-top: 1px solid #ebebeb; margin: 0 0 25px 0; }

/* XL bulletlist */

.XLnumberList { border-top: 1px solid #ebebeb; margin: 0 0 25px 0; }
.XLnumberList li { border-bottom: 1px solid #ebebeb; font-size: 1.2em; padding: 10px 0 20px 50px; }
.XLitem1 { background: url(/img/sprite_numberlist.png) 0 10px no-repeat; }
.XLitem2 { background: url(/img/sprite_numberlist.png) 0 -158px no-repeat; }
.XLitem3 { background: url(/img/sprite_numberlist.png) 0 -326px no-repeat; }
.XLitem4 { background: url(/img/sprite_numberlist.png) 0 -494px no-repeat; }
.XLitem5 { background: url(/img/sprite_numberlist.png) 0 -662px no-repeat; }
.XLitem6 { background: url(/img/sprite_numberlist.png) 0 -830px no-repeat; }
.XLitem7 { background: url(/img/sprite_numberlist.png) 0 -998px no-repeat; }
.XLitem8 { background: url(/img/sprite_numberlist.png) 0 -1166px no-repeat; }
.XLitem9 { background: url(/img/sprite_numberlist.png) 0 -1334px no-repeat; }
.XLitem10 { background: url(/img/sprite_numberlist.png) 0 -1502px no-repeat; }

/* Links on first page */

#startPageLinks
{
    position: absolute;
}

#startPageLinkTexts
{
    position: absolute; 
}

span.startPageLinkRepeat
{
    width: 220px;
    height: 30px;
    float: left;
    background: transparent url(/img/linkButtonRepeat.png);
    color: #ffffff;
}

span#startPage_Link1
{
    height: 118px; 
    background: transparent url(/img/startPage_Link1.png) no-repeat 0 0;
    padding-top: 83px; 
}

span#startPage_Link2
{
    height: 118px; 
    background: transparent url(/img/startPage_Link2.png) no-repeat 0 0;
    padding-top: 83px; 
}

span#startPage_Link3
{
    height: 118px; 
    background: transparent url(/img/startPage_Link3.png) no-repeat 0 0; 
    padding-top: 83px; 
}

span#startPage_Link4
{
    height: 118px; 
    background: transparent url(/img/startPage_Link4.png) no-repeat 0 0;
    padding-top: 83px;
}

/* Contact card */

.contactPerson
{
    border: 1px solid #eaeaea; 
	float: left;
    line-height: 13px;
	margin-right: 20px;
    width: 218px;
    height: 139px;
    position: relative;
}

.four .box.contactPerson {
	margin-left: 0px;
}

.eight .contactPerson.even {
	margin: 0 0 15px 0;
}

.contactPageSection1 .contactPerson.first,
.contactPageSection2 .contactPerson.first,
.contactPageSection3 .contactPerson.first {
	margin: 0 15px 15px 0;
}

.contactPerson.third {
	margin-right: 0px;
}

.contactPerson .name {
    color: #000;
    font-weight: bold;
    margin: 10px 0 5px 12px;
    width: 120px;
}

.contactPerson .work {
    color: #737373;
    margin: 0 0 5px 12px;
}

.contactPerson .contact01 {
    color: #737373;
    margin: 0 0 0 12px;
}

.contactPerson .contact02 {
    color: #737373;
    margin: 0 0 5px 12px;
}

.contactPerson a {
    margin: 0 0 0 12px;
}

.contactPerson a.epost {
	background: url(/img/icon_mail.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}

.contactPerson img {
    bottom: 0px; 
    right: 1px;
    position: absolute;   
}

/* Table for classes in Utbildningar */

.classTableHeader {
	background: url(/img/classtableheader.png) repeat-x 0 0;
	color: #505050;
	font-size: 1.2em;
	font-weight: bold;
	height: 36px;
	width: 100%;
}

.classTableHeader .head01 {
	display: block;
	float: left;
	margin: 10px 0 0 20px;
}

.classTableHeader .head02 {
	display: block;
	float: left;
	margin: 10px 0 0 310px;
}

.classes {
	font-size: 1.1em;
	overflow: hidden;
}

.classes li {
	padding: 0 20px 0 20px;
	width: 660px;	
}

.classes li.odd {
	background: #f6f6f6;	
}

.classes table {
	width: 100%;
}

.classes td {
	padding: 10px 0 10px 0;
}

.classes td .header {
	font-weight: bold;
}	

.classes tr td a {
	color: #505050;
	text-decoration: none;
	text-transform: uppercase;
}

.classes a.readMoreLinkGrey {
	background: url(/img/bg_readmorelinkgrey.png) repeat-x 0 0;
	display: block;
	line-height: 32px;
	height: 32px;
	text-align: left;
	text-indent: 10px;
	text-transform: none;
	width: 176px;
}

.classes a.readMoreLinkGrey:hover {
	background: url(/img/bg_readmorelinkgrey.png) repeat-x 0 -32px;
	color: #fff;
}	

.classes td.col01 {
	width: 350px;
}

.classes td.col02 {
	text-align: center;
}

.classes td.col03 {
	text-align: right;
	width: 180px;
}

.class td {
	color: #505050;
}	

.classInfo td {
	border-top: 1px solid #dadada;
}

/* big bannerarea */

.bigBanner 
{
    background: #fff;
    border: 1px solid #e9eaeb;
    margin: 0 0 25px 0;
    overflow: hidden;
    padding: 10px;
    width: 678px;
    -moz-box-shadow: 0px 0px 4px #ddd;
    -webkit-box-shadow: 0px 0px 4px #ddd;
    box-shadow: 0px 0px 4px #ddd;    
}

.bigBannerInner
{
    background: #fbfbfb;
    overflow: hidden;
}

.bigBanner .colLeft         { float: left; width: 335px; }
.bigBanner .colRight        { float: right; width: 335px; }

.bigBannerTextText .colLeft,
.bigBannerTextText .colRight{ padding: 30px 20px; width: 295px; }

.bigBannerImageText .colRight,
.bigBannerTextImage .colLeft { padding: 30px 20px; width: 295px; }

.bigBanner h1,.bigBanner h2,.bigBanner h3,.bigBanner h4,.bigBanner h5 {
    font-size: 1.6em;
    margin: 0 0 15px 0;
}
.bigBanner p                { margin: 0 0 15px 0; }
.bigBanner img              { margin: 0px; }
.bigBanner ul               { border: 0; margin: 0 0 25px 0; }
.bigBanner ul li            { border: 0; color: #000; }

/* 7. Misc.
*************************************************************************************/

body#grid
{
    background: transparent url(/img/grid.png) repeat-y center center;
}




/*-----------------EMMAS-----------------*/

/*EventList*/
.arial          {font-family:Arial;}
.medium         {font-size:15px;}
.smallMedium    {font-size:13px;}
.small          {font-size:12px;}
.xsmall         {font-size:11px;}
.xxsmall        {font-size:10px;}
.mini           {font-size: 9px;}
.brown          {color:#505050;}
.white          {color:White;}
.black          {color:Black;}
.centerText     {text-align:center;}
.upperCase      {text-transform: uppercase;}
.lowerCase      {text-transform: lowercase;}

.floatLeft      {float:left;}

.type           {background: url(/img/eventType.gif); width:58px; height:18px; line-height:18px; margin-top:4px; margin-right:19px;}
.eventBar       {width:467px; height:26px; border-top:1px solid #dadada; border-bottom:1px solid #dadada; line-height:26px; margin-bottom:15px;
                 margin-top:10px;}
.typeHolder     {height:18px; background:url(/img/eventTypeRight.gif) right top no-repeat; margin-top:4px; padding-right:6px; margin-right:15px;}
.typeLeft       {height:18px; width:6px; background:url(/img/eventTypeLeft.gif) no-repeat;}
.typeMiddle     {height:18px; background:url(/img/eventTypeBg.gif) repeat-x; line-height:18px; padding-left:3px; padding-right:3px;}
.readMore       {width:70px; height:24px; float:right;}
.paddingNone    {paddding:0px;}

a.collapsable2 {
	margin-top: 4px;
	color:#505050;
}

a.collapsable2.collapsed2 {
	background: url(/img/plusminus.png) no-repeat right 0px;
	display: block;
	height: 18px;	
	line-height: 20px;
}

a.collapsable2.collapsed2:hover {
	background: url(/img/plusminus.png) no-repeat right -18px;
	text-decoration:none;
}

a.collapsable2.expanded2 {
	background: url(/img/plusminus.png) no-repeat right -36px;
	display: block;
	height: 18px;	
	line-height: 20px;
}

a.collapsable2.expanded2:hover {
	background: url(/img/plusminus.png) no-repeat right -54px;
	text-decoration:none;
}



/*EventCalenderView*/
.calander               {background:#f6f6f6; border-bottom: 1px solid #d8d8d8; border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8;}
.calander caption       {text-align:center; height:30px; background:url(/img/calanderCaptionBg.gif) repeat-x; padding-top:8px; 
                        border-top:#d8d8d8 1px solid; border-right:#d8d8d8 1px solid; border-left:#d8d8d8 1px solid; color:#505050;}
.calander td            {height:28px;}
.calanderTitle          {background:url(/img/calanderTitleBg.gif) repeat-x; height:26px; padding-left:20px; padding-right:20px;}
.dayHeader              {padding-bottom:9px; padding-top:15px; border-left:1px solid #d8d8d8; border-bottom: #d8d8d8 1px solid;
                         border-bottom:1px solid #d8d8d8; border-left:none;}
.daysNotInMonth          {font-size:12px; color:#ccc!important;}
.DayWithoutEvent        {font-size:12px; color:#505050;}
.DayWithEvent           {font-size:12px; background:url(/img/calanderEventBg.gif) no-repeat 50% 50%;}
.nextPrev a:hover       {text-decoration:none;}

.underline              {text-decoration:underline;}
.none                   {text-decoration:none;}
.marginTop              {margin-top:13px;}
.marginBottom           {margin-bottom:5px;}
.limegron               {background:green;}

.eventItem {
	clear: both;
}

/*SlideShow*/
.slideshow { clear: both; overflow: hidden; }
.slideshowImage { clear: both; height: 260px; overflow: hidden; }
.slideshowThumbs { clear: both; overflow: hidden; }
.slideshowPrev          { display:block; width:50%; height:45%; z-index: 100; background: url(/img/slideButtonPrev.png) no-repeat center left; position: absolute; top:0; left: 0; }
.slideshowNext          { display:block; width:50%; height:45%; z-index: 100; background: url(/img/slideButtonNext.png) no-repeat center right; position: absolute; top:0; right: -1px; }
                         
a.ddogHide { position: absolute; left: -9999px; top: 0; }

/* Contour Css */

#contour fieldset {
    padding: 0!Important;
    border: none !Important;
}

#contour input.text, #contour textarea 
{
    background: #f6f6f6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #cfd1d2!important;
    border-right: 1px solid #f6f6f6!important;
    border-bottom: 1px solid #f6f6f6!important;
    border-left: 1px solid #cfd1d2!important;
}

#contour h4.contourPageName { color: #BA001B!important; font-size: 1.8em!important; }
#contour { border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; font-size: 1.2em; margin: 0 0 25px 0; }
#contour legend { display: none!important; }
#contour .textfield.alternating { clear: right; float: right; }
#contour .textfield { float: left; }
#contour label.fieldLabel { float: none!important; }
#contour .checkboxlist input, 
#contour .radiobuttonlist input, 
#contour .checkbox input { margin: 5px 10px 3px 0; }

#contour input.text { width: 210px!important; }
#contour textarea { font-family: arial; height: 150px!important; width: 450px!important; }
#contour .contourButton  
{
    background: url(../img/bg_blackbutton.png) 0 0 repeat-x #000; 
    border: 0; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    color: #fff; 
    cursor: pointer; 
    padding: 8px 15px!important; 
}
#contour .contourButton:hover { background: url(../img/bg_blackbutton.png) 0 -66px repeat-x #a60119; }

#facebookLink {background:transparent url('../img/facebook_icon.jpg') no-repeat 0 0; color:#404040; display: block; font-size:12px;  font-family:arial;  line-height: 17px; height: 17px; padding:0 0 0 25px; position:absolute; top:-17px; right:0; text-decoration: none;  }
#facebookLink:hover { text-decoration:underline; }

