



/*

	Demodesign
	Husk aa sette standard typografi i body som line-height og font-size
	
	html trengs foer body for aa overskrive YUIs line-height

------------------------------------------------------------------------*/


html body {
	background: #D9D9D9;
	font: normal 12px/1.5 "Trebuchet MS", verdana, arial, sans-serif;
	color: #000;
}

#page {
	width: 760px;
	position: relative;
	margin: 0 auto;
	background: white url('images/bottom.gif') bottom no-repeat;
	padding: 0 20px;
}

#banner {
	height: 213px;
	padding-top: 10px;
	background: white url("images/banner.jpg") 0px 10px no-repeat;
	margin-bottom: 20px;
}

#leftContent {
	float: left;
	display: inline;
	width: 130px;
	height: 100%;
}

#centerContent {
	float: right;
	display: inline;
	width:600px;
	margin-bottom: 20px;
}

#rightContent { display: none;}

#footer {
	height: 25px;
	padding-top: 15px;
	clear: both;
	color: #000;
	text-align: center;
	font-size: 11px;
}

#rightboxes {
	float: right;
	width: 150px;
	height: 100%;
	margin-left: 30px;
}

#rightboxes div{
	text-align: center;
	margin: 20px 0;
	padding: 10px;
	border: solid 1px #f99f67;
}


.leftImage {
}

#lerebedrifter_table tr + tr,
#lerefag_table tr + tr {
	border-top: solid 1px #f99f67;
}

#lerebedrifter_table td:first-child {
	text-align: center;
}

#lerebedrifter_table td,
#lerefag_table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.lerefag_thumb {
	margin-top: 10px;
	margin-right: 3px;
}

.image_col {
	vertical-align: middle;
}

.lerefag_content {
	width: 600px;
}

.lerefag_content td {
	width: 275px;
}

.lerefag_content td + td {
	padding-left: 50px;
}

.lerefag_content td ul li {
	margin-bottom: 0.5em;
	list-style: square;
}

.squeeze {
	letter-spacing: -0.08em;
}



















/*

	Standard HTML-elementer og typografi
	Noen av standardelementene ligger også i /common/css/all.css

------------------------------------------------------------------------*/

.pageDescription,
.objectDescription,
#pageDescription {font-weight: bold;}

/* Headeren til bildegalleri */
.objectHeader {
	font-size: 16px;
	margin-top: 5px;
}








h1,h2,h3,h4 { font-weight: bold;}

h1 {font-size: 22px; letter-spacing: 2px; border-bottom: solid 1px #000;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}


p {	margin-bottom: 10px;}


a { color: #0594A5; text-decoration: underline;}
a:hover { color: #222;}


.objectBody ul,
.objectBody ol { margin: 10px 0 10px 35px;}

.objectBody ul li { list-style: disc outside;}
.objectBody ol li { list-style: decimal outside;}


dl { margin: 10px 0 10px 10px;}
dt { font-weight: bold;}
dd { margin-left: 10px; margin-bottom: 5px;}


blockquote {
	margin: 10px 30px 20px 30px;
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	font-size: 12px;
	font-style: italic;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	line-height: 2;
}


hr {
	border: 0;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	margin: 20px 0;
	clear: both;
}

td {
	vertical-align: top;
}

td + td {
	padding-left: 10px;
}
















/*

	Object Path / Brosmulesti

------------------------------------------------------------------------*/

#centerContent .objectPath { margin: 5px 0; display: none;}
.objectPath a {font-size: 10px; text-decoration: none; display:none;}

























/*

	Navigasjon

------------------------------------------------------------------------*/

#leftContent ul { margin-top: 15px;}

#leftContent ul li {
	margin-bottom: 5px;
	background: #db0341;
}

#leftContent ul li:hover {
	background: #ed2563;
}

#leftContent ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px 16px;
}

#leftContent ul li #active { font-weight: bold;}



















/*

	Det er anbefalet aa fjerne den stilen(2column eller default)
	du ikke bruker for ryddighetens skyld.

	News Nyheter
	To kolonner og sticky/toppsak
	
	2column.htpl

------------------------------------------------------------------------*/

#aktuelt .newsFolderHeader { display: none;}

#stickyNewsWrap { margin-bottom: 20px;}

.twoColumn .stickyNewsItem {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	background: #F6F6F6;

}

.twoColumn .stickyNewsItem img {
	border: 1px solid #e6e6e6;
	padding: 2px;
  	float: left;
  	margin: 5px 20px 10px 20px;
}

.twoColumn .stickyNewsItem h2 {
	font-size: 30px;
	font-weight: normal;
	font-family: georgia, serif;
}

.twoColumn .stickyNewsItem h2 a { text-decoration: none;}

.twoColumn .stickyNewsItem p {
	font-size: 14px;
	padding-right: 20px;
	margin: 0;
}

.twoColumn .stickyNewsItemFooter { display: none;}

.twoColumn { padding-bottom: 0;}

.twoColumn .newsItem {
	width: 320px;
	float: left;
	display: inline;
	clear: none;
}

.twoColumn .odd { margin-right: 40px;}
















/*

	News Nyheter
	Vanelig for default.htpl templaten.

------------------------------------------------------------------------*/


.newsItem {
	clear: both;
	display: block;
	padding-bottom: 20px;
	margin-top: 20px;
}

.newsItem h2 {
	font-family: georgia, times, "Times New Roman", serif;
	
}

.newsItem img {
	border: 1px solid #e6e6e6;
	padding: 2px;
  	float: left;
  	margin: 0 10px 10px 0;

}

.newsItem h2 a {
	font-size: 14px;
	text-decoration: none;
}

.newsItem p {
	margin: 0;
	font-size: 12px;
	text-align: justify;
}

.newsItemDate, .stickyNewsItemDate {
	font-size: 10px;
	margin: 5px 0;
	color: #888;
}

.newsItemFooter {
	font-size: 11px;
	margin-top: 5px;
}























/*

	News Nyheter
	Selve nyhetsobjektet

------------------------------------------------------------------------*/


.newsPageDate {
	font-size: 11px;
	color: #888;
}

.newsPageDescription {
	font-weight: bold;
} 

.newsPageDescription img {
	float: left;
	margin: 0 20px 20px 0;
}










.loginBox { margin-top: 40px; border: 1px solid red;}

.loginBox input,
.loginBox input.password {
	width: 130px;
	float: left;
	border: 1px dashed red;
}


.loginBox ul { margin: 0;}

.loginBox ul li {
	list-style: none;
	margin: 0; padding: 0;
}

