﻿html
{
	overflow: hidden;
}


html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#map
{
	position: absolute;
	top: 0;
	float: left;
	width: 73%;
	height: 100%;
}

#tabs
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#searchpanel
{
	width: 27%;
	float: right;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#searchtab
{
	margin: 0px;
	border-width: 0px;
}

#adressertab
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#adressertab
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#antaladresser
{
	padding: 0px;
	margin: 20px;
	border-width: 0px;
}

#adresser
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #000000;
	overflow: auto;
	position: absolute;
	height: 80%;
	width: 27%;
	bottom: 0px;
}

.searchitem
{
	font-size: 70%;
}

.fodnote
{
	font-size: 70%;
	font-style: italic;
	vertical-align: text-bottom;
}

.adresse
{
	font-size: 80%;
}

.striped
{
	background-color: #eee;
}

.over {
	background-color: #0A246A;
	color: white;
	cursor: pointer;
}
