


/*** Generell presentasjon ***/


/********* DEMO DESIGN-ROT FØLGER UNDER ****** */


body {
	background: #ffffff url(images/bgr.gif) top center repeat-y;
	font: normal 11.75px/1.5 helvetica, verdana, arial, sans-serif;
	color: #333333;
}

#page {
	width: 930px;

	position: relative;
	margin: 0 auto;
}

#banner {
	height: 170px;
	background: url("images/logo.gif") no-repeat;
}

#leftContent {
	margin-top: 13px;
	float: left;
	display: inline;
	width: 920px;
	height: 30px;
}

#centerContent {
	float: left;
	width: 620px;
	margin-bottom: 20px;
	margin-righ: 10px;
	padding: 10px 5px 5px 5px; 
}

#rightContent { 
	float: right;
	width: 230px;
	min-height: 300px;
	margin-right: 40px;
	background: #e6e0de;
	padding: 10px;
}

#footer {
	height: 25px;
	clear: both;

	color: #444;
	text-align: center;
	font-size: 11px;
}


.hiddenStructure { display: none;}


.flyter {
	float: left;
	margin: 0 20px 10px 0;
}

.ansatt {
	display: block;
	width: 270px;
	min-height: 175px;
	float: left;
	margin: 0 10px 20px 10px;

}

#ansattePicture {
	margin: 0px 0px 10px 0px;
}


/*

	Navigasjon

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

#navlist, #navlist li {
	margin: 0; padding: 0;
	list-style: none;
}


#leftContent {
	clear: both;
	background: url("images/meny_bgr.gif") no-repeat;
}

#navlist li {
	float: left;
}

#navcontainer {
	float: left;

}
 
#navlist li a {
	display: block;
	height: 22px;
	width: auto;
	padding: 8px 10px 0 10px;
	
	/* IE6 */
	_padding: 10px 0 0 0;
	_width: 80px;
	
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}


#navlist li #active {
	display: block;
	color: #ffffff;
	background: #444444;
}

#navlist li a:hover {
	display: block;
	color: #ffffff;
	background: #444444;
}


/*

	Typografi

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

.pageDescription {
	font-weight: bold;
}
p {
	margin-bottom: 20px;
	line-height: 1.7;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
}

h1,h2,h3,h4 { font-weight: bold;}
h1 {font-size: 15px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}

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




dd {
	display: none;
}


/*

	News Nyheter

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

.newsItem img {
  float: left;
  margin: 2px;	
}

.newsItem {
	width: 280px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.odd {
	margin-right: 20px;
	padding-right: 20px;
}

.newsItemHeader a {
	font-size: 16px;
	text-decoration: none;
}

.newsItemDate {
	font-size: 10px;
	color: #888;
}


/* Div fra tinyme */
p.ingress, .uthev {
  font-weight: bold;
}
.viktig {
  font-weight: bold;
  display: block;
  baclground-color: yellow;
}
.luft {
  margin: 3px;	
}

.mer-luft {
  padding: 6px;
}

.ramme {
	border: 1px solid black;
}

.flyter {
	float: left;
}

.flyter-motsatt {
	float: right;
}

.alene {
  float: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;	
}


