/*
 * (c) 2009 Christoph Böhme <christoph@b3e.net>
 * 
 * This file is part of Novam.
 * 
 * Novam is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Novam is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 */

body
	{ margin: 0px; }

/*
 * Panels
 */

#mapPanel
{
	position: absolute;
	left: 10px;
	top: 83px;
	right: 35%;
	bottom: 10px;

	margin: 0px;
	padding: 0px;
	border: none;
}

#stopPanel
{
	position: absolute;
	left: 65%;
	top: 43px;
	right: 10px;
	bottom: 50%;

	margin: 0px;
	padding: 0px;
	border: none;

	margin-left: 20px;
}

#mapKeyPanel
{
	position: absolute;
	left: 65%;
	top: 50%;
	right: 10px;
	bottom: 80px;

	margin: 0px;
	padding: 0px;
	border: none;

	margin-left: 20px;
}

#schemePanel
{
	position: absolute;
	left: 65%;
	right: 10px;
	bottom: 10px;
	height: 70px;

	margin: 0px;
	padding: 0px;
	border: none;

	margin-left: 20px;
}

#searchPanel
{
	position: absolute;
	left: 10px;
	top: 43px;
	right: 35%;
	height: 40px;

	margin: 0px;
	padding: 0px;
	border: none;
}

