﻿body
{
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; 
}

.over {
	background-color: #0A246A;
	color: white;
	cursor: pointer;
}
.grafik
{
  float: left;
  margin-bottom: 25px;
  margin-right: 25px;
}
.kilde
{
  clear: left;
  font-style: italic;
  font-size: 0.8em;
}
#tabs p
{
  font-size: 0.9em;
}
#input {
	width: 219px;
	float: left;
}
#help {
	width: 50%;
	float: right;
}
#output {
	clear: both;
}
#navne
{
  border: 1px solid #DDDDDD;
  background-color:White;
}
#mobil {
	float: left;
  font-style: italic;
  font-size: 0.8em;
}
#api {
	float: right;
  font-style: italic;
  font-size: 0.8em;
}

table
{
	vertical-align: top;
	empty-cells:show; 
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	/*border: 1px solid #666666;*/
}

th 
{
	background: #93BB3A url(../img/sidebar-h3-bg.gif) repeat-x top left;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
	
th, td 
{
	
	vertical-align: top;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 80%;
	padding: 2px 5px;
}