/*-----------------------------------------------------------------------
css core

version: 	4.1
author:		sebastian kupke
email:		sebastian.kupke@baral-geohaus.de
website:	http://www.baral.de
-----------------------------------------------------------------------*/

@import url(box.css);
@import url(contextMenu.css);
@import url(tooltip.css);

@import url(map.css);
@import url(toolbar.css);
@import url(modules.css);
@import url(toaster.css);

/* :TODO: */
/* :KLUDGE: */
/* :BUG: */

/* =core
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #052655;
}

body {
	overflow: hidden;
}

img, fieldset {
	border: 0;
}

select, input, textarea {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
}

.even {
	background-color: #ffffff;
}

.odd {
	background-color: #edf2c8;
}

/* =wrapper
-----------------------------------------------------------------------*/
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}

/* =header
-----------------------------------------------------------------------*/
#header {
	padding: 0.3em 10px;
	background: url(../img/header.gif) 0 100% repeat-x;
	font-weight: bold;
	font-size: 18px;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	float: left;
	display: none;
}

#header_version {
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 0.3em 10px;
	font-weight: bold;
	font-size: 10px;
	z-index: 105;
	display: none;
}

/* =Logo VDL
-----------------------------------------------------------------------*/
#logo_div{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

/* =Languages VDL
-----------------------------------------------------------------------*/
#language_div{
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 1001;
}

/* =button
-----------------------------------------------------------------------*/
.btn {
	height: 20px;
	margin-top: 8px;
}

.btn img {
	width: 12px;
	height: 12px;
}

.btn span {
	position: relative;
	top: -2px;
	font-size: 10px;
}

/* =pin
-----------------------------------------------------------------------*/
.pin {
	cursor: pointer;
}





















