/* CSS Document */
@import 'clean.css';
html, body {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	position: relative;
	min-height: 100%;
}
/*
 * IE hack - IE doesn't know min-height but does incorrectly interpret
 * height, effectively causing the same effect as min-height should in
 * this case. Uses IE's root ghost hack to only apply to IE.
 */
* html body {
	height: 100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	}
p { 
	margin-bottom: 12px; 
	}
h1 { 
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#3B4291;
	}
h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 5px;
	}
h3 { 
	font-size: 14px; 
	line-height: 18px; 
	}
h5 {
	font-size:10px;
	font-weight:bold;
	padding:15px 0 3px 0;
	}
ul, ol {
	margin:0 0 18px 0;
	}
hr {
	height:18px;
	margin:0;
	padding:0;
	border:none;
	}
em {font-style:italic;}
strong {font-weight:bold;}
a {outline:none;}
/* ************************ */
/*        CONTAINER			*/
/* ************************ */
#container {
	position:relative;
	min-width:780px;
	width:82%;	
	margin-left:10%;
	margin-right:8%;
	padding-bottom:100px;
}
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-82px;} /*safari wrapper */	
/* ************************ */
/*        HEADER			*/
/* ************************ */
#header {
	background-color:#336699;
	height:120px;
}
#header .logo {
	position:absolute;
	top:0;
	right:-1px;
	z-index:2;
}
#header .languages {
	position:absolute;
	left: 10px;
	top:10px;
	color:#C9C9C9;	
}
#header .languages .home, #header .languages .last {
	border:none;
}
#header .languages a{
	color:#FFF;
	text-decoration:none;
}
#header .languages a:hover {
	text-decoration:underline;
}
/* ************************ */
/*           MENU			*/
/* ************************ */
.menu {
	position:absolute;
	top:123px;
	right:70px;
	left:0;
	z-index:4;
	color:#666666;
	display:block;
}
.menu ul {
	list-style-position:inside;
	list-style-type:square;	
	text-align:center;
}
.menu li {
	float:left;
	padding: 0 5px 2px 25px;
	font-size:12px;
}
.menu li a {
	color:#696969;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.menu li a:hover, .menu li.current a:hover {
	color:#00A0C6;
}
.menu li.current a {
	color:#336699;
}
/* ************************ */
/*           MENU left			*/
/* ************************ */
#content .menu2 {
	font-size:11px;
	color:#3f403f;
	width:155px;
	padding:5px 5px 5px 0;
	margin:0;
}

#content .menu2 a {
	color:#3f403f;
	background-color:#ebe9f3;	
	text-decoration:none;
	padding:5px;
	margin:2px 0 2px 0;	
	display:block;	
}
#content .menu2 a:hover, #content .menu2 .current a:hover {
	background-color:#f5f4f8;
}
#content .menu2 .current a {
	color:#0060b6;
}
/* ************************ */
/* Content top on HOME		*/
/* ************************ */
#content .hometop {
	height:84px;
	background:url(/p/el/profile-bilde-top.jpg) repeat-x;
	padding:0;
	margin:0;
	}
#content .noborder {
	background:#b2b2b2 url(/p/el/profile-bilde.jpg) no-repeat;
	height:inherit;
	}		
/* ************************ */
/*          CONTENT			*/
/* ************************ */
#content {
	position:relative;
	margin:25px 70px 0 0px;
	overflow:visible;
	font-size:12px;
	line-height:1.3;
	min-height:100px;	
	border-top: 1px solid #336699;
		
}
#content a{
	color:#0060B6;
}	
#content h1 {
	text-align:center;
	padding-top:20px;
}
#content h2{
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#0060B6;
	padding:10px 0 5px 0;
}
#content h3{
	font-size:16px;
	font-weight:bold;
	color:#0060B6;
	padding:10px 0 5px 0;
}
#content h4{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#0060B6;
	padding:8px 0 4px 0;
}
#content .Title{
	font-size:15px;
	font-weight:bold;
	color:#D11B35;
}
#content .Code
{
	padding: 2px 5px 2px 5px;
	margin-bottom: 8px;
	color: #FFF;
	background-color: #00A0C6;
}
#content .graphic {
	position:absolute;
	bottom:-126px;
	right:0;
	height:126px;
	width:150px;
}
#content img{
	padding:3px;
	margin:0 10px 0 10px;
	border:1px solid #696969;
}
#content a:hover img{
  border: 1px solid #33CCCC;
}
#content ol {
	list-style-position:outside;
	list-style-type:decimal;
	padding:0 0 0 20px;
}
#content ul {
	list-style-position:inside;
	list-style-type:disc;
	padding:0 0 0 60px;
}
#content li {
	padding:5px 0 0 5px;
}
#content p {
	padding: 5px 0 5px 0;
	}
#content td {
	margin: 3px;
	padding:3px;
	}
/* ************************ */
/*         Gallery		*/
/* ************************ */
#gallery div.img
  {
  margin: 2px;
  border: 1px solid #FFF;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
#gallery div.img img
  {
  display: inline;
  margin: 5px;
  border: 1px solid #696969;
  }
#gallery div.img a:hover img
  {
  border: 1px solid #33CCCC;
  }
#gallery div.desc
  {
  text-align: center;
  font-weight: normal;
  font-style:italic;
  width: 120px;
  margin: 2px;
  }
/* ************************ */
/*         Gallery 1		*/
/* ************************ */
#gallery1 {
	float:left;
	padding: 3px 10px 3px 3px;
	}
#gallery1 div.img
  {
  margin: 0;
  padding:0;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
#gallery1 div.img img
  {
  display: inline;
  margin: 0px;
  padding:1px;
  border: none;
  }
#gallery1 div.img a:hover img
  {
  border: none;
  } 
/* ************************ */
/*         Gallery	thumb	*/
/* ************************ */
#gallery_thumb
  {
  margin: 0;
  padding:0;
  height: auto;
  width: auto;
  float: left;
  }
#gallery_thumb img
  {
  margin: 0;
  padding:1px;
  border:none;
  } 
#gallery_thumb a img{border:none;}  
#gallery_thumb a:hover img{border:none;}
.clear{clear:both;}	
/* ************************ */
/*       ANONS            	*/
/* ************************ */
.anons {
	padding:5px 0 5px 0;
	min-height:145px;
	display:block;
}	
/* ************************ */
/*       FOOTER				*/
/* ************************ */
.clearfooter {
display:block;
height:80px;
clear:both;
}
#footer {
	position:absolute;
	bottom:0;
	margin-left:10%;
	margin-right:8%;	
	color:#696969;	
	font-size:11px;
	height:100px;
	width:82%;
}
#footer a{
color:#0060B6;
}
#footer p{
margin-right:80px;
}
#footer .block {
position:absolute;
bottom:0px;
right:0px;
width:70px;
height:114px;
background:#336699;
}
/* ************************ */
/*       CITS			*/
/* ************************ */
.color1_p{
	font-weight:bold;
	color: #B394C7;
	}
.bodytext {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}	
.float2 {
	float:left;
	}
.butt1{
	background:#CCCCCC;
	color:#333333;
	font-size:90%;
	padding:3px;
	margin:10px 3px 3px 3px;
	border: solid 1px #333333;
	}
a.butt1{text-decoration:none;}			
a.butt1:hover{background:#99CCCC;}
.small{font-size:90%}
.border1{
	border: 1px solid #336699;
	padding:5px;
	margin:5px;
	}
.border2{
	border: 1px solid #336699;
	}	