/* 2010 */


body {
  background-color: #FFF;
  color: #333;
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
  font-size: 12px;
  margin: 0px;
}
table,caption,th,td {
  font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/



a img {
	border: none;
}
.body img {
	margin: 3px 0px 5px 10px;
}
.body img[align="left"], .listingpicwrap img[align="left"] {
	margin-left: 0;
	margin-right: 10px;
	
}
.body img[align="right"], .listingpicwrap img[align="right"] {
	margin-right: 0;
	margin-left: 10px;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a:link {color: #444444; }
a:visited { color: #444444;}
a:hover {color: #0e3546; }

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp { }
.cp a { font-size: 10px;}
.cp a:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 22px; font-weight: normal; color: #6d6f71;}
.headlinelink:link {text-decoration: none; color: #6d6f71;}
.headlinelink:visited { text-decoration: none;color: #6d6f71;}
.headlinelink:hover { text-decoration: none;color: #11175e;}
.bunnboks .headlinelink {font-size: 12px;}
.bigheadlineafterall .headlinelink {font-size: 20px;}

.studienyheter a.headlinelink {
	font-size: 14px;
}
/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; }
.authorimg { color: #333333; font-size: 10px; background: url(/getfile.php/981156.1554.veyddfypdw/user.png) no-repeat;padding:2px 5px 0 20px;}
.feedback { }
#copyright { font-size: 10px;}
.path span.arrow { padding: 0px 3px; }

.authorimg, .facebooklink, .showall, .rssfeed {
	color: #333333; 
	font-size: 12px;
	padding:2px 5px 0 20px;
	line-height: 16px;
	display: block;	
}
.facebooklink {background: url(/getfile.php/1127967.977.vytxbyqdap/facebook-16x16.png) no-repeat;}
.showall {background: url(/getfile.php/1127979.977.aduscrpqsx/box.png) no-repeat;}
.rssfeed {background: url(/getfile.php/1127978.977.avfcxxptby/feed.png) no-repeat;}




/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background: url(/getfile.php/981087.1554.fawffqvxrr/box_border.gif);
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 13px;
  height: 13px;
  
}

span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}


span.corner.br {
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}

/* adminbar */
.adminbar { float: right;padding-top:5px;}
/* Standard tools */
div.tools { float: right;}

div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }
.center {
text-align: center;
margin: 0 auto;
}


/* Share Widget */

.share_anchor { 
position: absolute; 
left: 20px; 
bottom: 10px; padding: 0; 
list-style-type: none; 
}
.share_button{ 
outline: none; 
}
.share_button a	{ 
text-decoration: none; 
color: #444444; 
font-weight: bold; 
}
.share_button .share_text{ 
padding: 4px 5px; 
border: 1px solid #CCCCCC; 
border-right: none; 
background: #FFF; 
color: #444444; }

.share_button .share_icon{ 
padding: 4px 8px; 
border: 1px solid #CCCCCC; 
background: #0e3546; 
color: #FFF; 
}
.share_menu { 
position: absolute; 
z-index: 1000; 
left: 0px; 
top: 22px; 
list-style-type: none; 
width: 480px;
border: 1px solid #CCC; 

}
.share_menu li{
background: #FFF; 
padding: 4px;
float: left;
width: 160px;
}
.share_menu li a{ 
padding: 5px 3px; 
text-decoration: none;
}
.share_menu li:hover{ 
background: #f9f9f9; 
}

/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress a{
text-decoration: none;
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
  font-family: ÔNew Century SchoolbookÕ, ÔCentury SchoolbookÕ, ÔCentury Schoolbook LÕ, Georgia, serif;
  font-size: 13px;
}
.ingressview {
font-size: 14px;
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}

.byline {
float: right;
}

p.byline, .byline {
  margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 75px;
}
.articleblock .imgwrap img{
	/*max-width: 100%;*/
	width:100px;
}
.articleblock .textwrap{
	float: right;
	width: 460px;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #000000;
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
/*
blue - /getfile.php/980766.1554.eabqupqtbe/page_bg.png
orange - /getfile.php/981724.1554.xbttsafubf/page_bg_orange.png
yellow - /getfile.php/981734.1554.cxbsuqcyae/page_bg_yellow.png
dark green - /getfile.php/981736.1554.ddeeaaqesy/page_bg_darkgreen.png
*/
#page {
  	width: 1000px;
	margin: 10px auto;
  	padding: 0px;
  	text-align: left;
}
#top {
  	margin: 0px;
  	padding: 0px;
}

#top .logo {
float: left;
width: 180px;
}
#top .topright {
float: right;
background: url(/getfile.php/1100450.977.tweapssfby/top_right.png) no-repeat right;
width: 800px;
height: 167px;
}
#top .topright ul {
margin: 0;
padding: 0 15px;
font-size: 16px;
}
#top .topright ul a{
text-decoration: none;

}
#top .topright ul a:hover{
text-decoration: underline;

}
#top .topright .inner{
width: 600px;
}
#top .bottomright {
float: right;
width: 700px;
text-align: right;
padding-top:5px;
}
#top .bottomright a{
font-weight: bold;
text-decoration: none;
}
#top .bottomright a:hover{
text-decoration: underline;
}

.strong a{
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.strong a:hover{
text-decoration: underline;
}
#topnav {
padding-top: 5px;
position:relative;
right: 0;

}
#topnav ul#topmenu {

}

ul#topmenu {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
ul#topmenu li {
float: left;
padding: 0px;
margin:0px 0 5px;
background:#8382ad ;
}

ul#topmenu li.menu150480 {
background: #e8cf00;
}
ul#topmenu li a {
color: #FFF;
font-weight: bold;
font-size: 20px;
display: block;
}

ul#topmenu li a,ul#topmenu li a span.end{
margin: 0 5px;
}
ul#topmenu li a:hover{
color: #FFF;
text-decoration: underline;
}

ul#topmenu li a{
background:  url(/getfile.php/1101393.977.awydbesqyy/topmenu_left.png) no-repeat left top;
padding: 1px 0px 3px 35px;
margin: 0;
}

ul#topmenu li a#topmenuitem150480{
background: url(/getfile.php/1102004.977.reexwvxwdv/topmenu_left_alt.png) no-repeat left top;
}

ul#topmenu li a#topmenuitem150478, ul#topmenu li a#topmenuitem150334{
background: none;
padding-left: 35px;
}

ul#topmenu li a.firstitem {

}

ul#topmenu li a#topmenuitem150477 {
padding-right: 200px;
}

ul#topmenu li a span.end{
background:  url(/getfile.php/1101394.977.pxqaxwuecw/topmenu_right.png) no-repeat right top;
padding: 1px 40px 3px 0;
margin: 0;
color: #FFF;
}
ul#topmenu li a#topmenuitem150480 span.end{
background: url(/getfile.php/1102005.977.cdfdfywyud/topmenu_right_alt.png) no-repeat right top;
}

ul#topmenu li a#topmenuitem150477 span.end{
background: none;
}

.langbar {
float: right;
}

#middle {
}
#navbar {
float: left;
width: 150px;
margin-right: 30px;
text-align: right;
display:inline;
}

.headtitle {
	color: #11175e;
	font-size: 28px;
	font-weight: normal;
	margin-bottom:10px;
}
.headtitle.black{
	color: #000;
}
#navbar ul.steder,#mainsidebar .studietilbud{
list-style: none;
list-style-type: none;
font-size: 18px;
padding: 0;margin: 0;

}

#navbar ul.steder li,#mainsidebar .studietilbud li{
list-style: none;
}
#navbar ul.steder li a,#mainsidebar .studietilbud li a{
color: #6d6f71;
text-decoration: none;
}
#navbar ul.steder li a:hover,#mainsidebar .studietilbud li a:hover{
text-decoration: underline;
}
#navbar ul.steder li.stedliste a {
	font-size: 13px;
	color: #222;
}

ul.stedliste  { 
	display: none;
}

.blacklink {
font-size: 12px;
}
#content_left {
	float: left;
	width: 780px;
	display:inline;
}
#main {
	float: left;
  	min-height: 500px;
	width: 580px;
	display:inline;
	height: auto;
}

#main.maingeneral{
background: #FFF;
padding: 0 10px;
width: 540px;
display:inline;
height: auto;

}
.articlepage #main {
width: 720px;
float: right;
}

.articlepage {
margin-right: 0;
}
#mainsidebar {
	float: right;
	width: 200px;
}
#footer {
  clear: both;
  text-align: center;
}

/* SECTION: Main */
.articleblock {
}


.ybutton {
	background: #e8cf00 url(/getfile.php/1100774.977.qxcetyspbf/button_r.png) no-repeat right;
	padding: 2px 20px 2px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-bottom:5px;
}
/* SECTION: Sidebar */
.sidebar {
}

/* SECTION: box */
.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
  border: 1px solid #CCCCCC;
  zoom: 1;
}
.box .head {
background: url(/getfile.php/980914.1554.weasaaqasd/box_head_bg.png) repeat-x;
height: 31px;
font-size: 14px;
padding: 15px 0px 0px 5px;
}
.box .cell {
background: #FFFFFF;
padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
}

/* SECTION: menu elements */

ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}
ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
padding-left: 15px;
}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}


#tools {
  list-style-type: none;

}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
ul.lastned a{
font-size: 12px;
}

/* SECTION: search form*/
#searchform { 
padding: 0px;
margin: 0px;
font-size: 10px;
}
#searchinput { 
width: 90px;
border-color: #000099;
border-width: 1px;
color: #4D4D62;
background-color: #FFFFFF;
font-size: 10px;
}	

.searchsubmit { 
  border-color: #999999;
  border-width: 1px;
  color: #4D4D62;
  background-color: transparent;
  padding: 0px 1px;
  font-size: 10px;
}
div.topsearch  { 
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
	float: right;
	margin-right: 3px;
}

.sokefelt  { 
	width: 120px;
	font-size: 10px;
}

.loginform  { 
	padding: 0px;
	margin: 0px;
}

div.login  { 
	display: block;
	text-align: right;
	margin: 35px 0 0 0;
/*	border: 1px solid red; */
}
/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}
.bunnboks {
	clear:both;
}
.floatleft {
	float:left;
	width: 49%;
}

.floatright {
	float:left;
	width: 49%;
}

#bannerid3 .bannerimg {
	margin-bottom: 10px;
}