@charset "iso-8859-1";
body {
	margin: 0;
	font-family: arial, "sans-serif";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align:justify;
}

.clear {
	clear: both;
	height: 0;
}

div.container {
	margin: 0;
	font-family: arial, "sans-serif";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	width:100%;
}

#header {
	padding: 0 0 0 10px;
	border-bottom: 2px solid #005896;
}

#nav ul{
   padding : 0; 
   margin : 10px 0 10px 20px;
   white-space : nowrap;
}

#nav ul li{ 
   display : inline;
   padding: 0 5px 0 5px;
}

#breaker {
	border-top: 1px solid #005896;
}
	   
#nav2 ul{
   margin : 5px 0 10px 15px;
   white-space : nowrap;
}

#nav2 ul li{ 
   	display : inline;
   	padding: 0 10px 0 10px;
}

#leftcontent {
	position:absolute;
	left:0px;
	top:520px;
	width: 200px;
	font-family: arial, "sans-serif";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	border-top: 1px solid #005896;
	color: #666666;
	padding: 0 0 20px 20px;
}

#leftcontent h1 {
	margin: 0;
	font-family: arial, "sans-serif";
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	}

#leftimage {
	position:absolute;
	left:0px;
	top:168px;
	width: 200px;
	float: left;
	font-size: 9px;
	line-height: 12px;
	text-align: justify;
	padding: 5px 30px 30px 20px;
	}
	
#content {
	position:absolute;
	top:150px;
	left:240px;
	width: 480px;
	}

#content img.left {	
	float:left;
	padding: 0 5px 5px 0;
	}

#content img.right {		
	float:right;
	padding: 0 0 5px 5px;
	}
	
a {
	color: #005896;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color:#0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
}
	
#nav a, #nav2 a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#nav a:hover, #nav2 a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
}

#nav a.selected, #nav2 a.selected {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#nav a.selected2, #nav2 a.salected2 {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
	
/* Typografi */
h1 {
	margin: 0 0 5px 0;
	font-family: arial, "sans-serif";
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin: 0 0 1px 0;
	padding: 0;
	font-family: arial, "sans-serif";
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

br {
	margin: 0 0 0 0;
	padding: 0;
	}
	
input {
  color:#000;
  font-family: arial, verdana,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  background-color:#ffffff;
  border:1px solid;
  border-top-color:#666;
  border-left-color:#666;
  border-right-color:#666;
  border-bottom-color:#666;
  
  filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,
    StartColorStr='#ffffffffff',
    EndColorStr='#fff0f0f0');
}

textarea, select {
  color:#000;
  font-family: arial, verdana,helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  background-color:#ffffff;
  border:1px solid;
  border-top-color:#666;
  border-left-color:#666;
  border-right-color:#666;
  border-bottom-color:#666;
  
  filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,
    StartColorStr='#ffffffffff',
    EndColorStr='#fff0f0f0');
	width:350px;
	height:150px;
}
	


