
body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 13px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	line-height: 1.6;
}

img {
	border: none;
}

#page {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: url("images/bak.jpg") repeat;
	margin-bottom: 15px;
}

#banner {
	margin:0;
	padding:0;
	height: 251px;
	background: url("images/header.jpg") top left no-repeat;
}



#leftContent {
	float: left;
	width: 180px;	
	margin: 0px;
	padding: 5px;
}

#centerContent {
	float: left;	
	width: 614px;
	margin: 0px;
	padding: 0 12px 12px 12px;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	height: auto !important;
	min-height: 390px;
	height: 390px;	
}

#rightContent {
	width: 160px;
	float: right;
	margin: 0px;
	padding: 5px;
}

#footer {
	clear: both;
	padding: 1em;
	font-size: 10px;
	color: #BBB;
	text-align: center;
	background: #fff;
	border: 1px solid #A0A0A0;
	background-image: none;
}




fieldset.form {
	border: none;
}


.objectBody img {
	border: 1px solid #8D8D8D;
	padding: 2px;
	margin: 2px 10px 10px 0;
}


/*
 *  Some typography
 */

h1, h2, h3, h4, a {color: #FF9900;}

h1, h2, h3, h4 {letter-spacing: 1px; margin-bottom: -5px;}

h1 {font-size: 16px;}

h2 {font-size: 14px;}

h3 {font-size: 12px;}

a:hover {color: #444;}

#rightContentTitle {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 8px;
}

/*
 * RightContent images
 */

#rightContent img {
	border: none;
	margin-left: 10px;
}


/*
 *	Navigation
 */


#navcontainer {
	position: absolute;
	top: 200px;
	left:0;
	background: url("images/navigation.jpg") repeat-x;
	height: 51px;
	text-align: center;
	width: 1000px;
}

ul#navlist {	
	height:39px;
	margin: 0 10px 0 10px;
	padding: 12px 0 0 0;
	list-style: none;	
}

ul#navlist li{	
	float: left;
	padding-top: 4px;
}

ul#navlist li a{
	color: #C8C8C8;
	font-size: 14px;
	text-decoration: none;
}

ul#navlist li a:hover{
	color: #fff;
}

ul#navlist li a#active{
	color: #FF9900;
}




.hiddenStructure {
	display: none;
}

#documentActions {
	float: right;
}

#documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}

.objectPath {
	font-size: 11px;
	border-bottom: 1px solid #A0A0A0;
	padding: 2px;
}
.objectPath:before {
	content: "Du er her: ";
}

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


/*
 *	News
 */
 #newsFolder .newsItem  {
 	width: 300px;
 }


 #newsFolder .odd {
 	float: left;
 	clear:both;
 }
 
 #newsFolder .even {
 	float:right;
 }
 
.newsItemDate, .newsPageDate {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.newsItemDateText{
	display: none;
}

.newsItemImage, .newsPageDescriptionImage {
	float:left;
	margin:3px 8px 3px 0;
}

.newsItemHeader, .newsPageHeader {
	margin-bottom: 0;
}

#newsArchive {
	clear: both;
}


/* Login Box
*/
.loginBox {
	width: 170px;
	margin: 20px 0 0 35px;
	padding:5px;
	background-color: #ededf6;
	border: 1px solid gray;
}




/* Galery */
a img {
	border:0;
}

ul#imageControl {
  width: 400px;
  margin: 0; 
  list-style: none;
}

ul#imageControl li {
	margin:0;
	width:133px;
	float:left;
	text-align:center;
}

ul#imageControl li span#imageCounter{
}

ul#imageControl li#previousImage a {
	padding-left:20px;
  background-image: url(/icon/forrige.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

ul#imageControl li#nextImage a {
	padding-right:20px;
  background-image: url(/icon/neste.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

#mainImage {
	padding: 5px;
	border: 1px solid #c3c6b1;
}

.imagefolder {
	display:block;
	padding:10px;
	border-top: 1px solid #c3c6b1;
	text-align:center;
}

.imagefolder img {
	display:block;
	margin-bottom:2px;
}