

* {
	margin: 0;
	padding: 0;
}

img { 
	behavior: url(/css/iepngfix.htc); 
}

#detailmap {
	float: right;
	width: 220px;
	height: 130px;
	border:1px solid gray;
}

body{
	font-family: verdana;
	font-size: 100%;
	background-color: #fde8b9;
}

table, tr, td {
	font-family: verdana;
	font-size: 100%;
}
ul {
	list-style: none;	
}

span {
	vertical-align:middle;	
}

form {
	display:inline;	
}

#gesamtseite {
	font-size: 0.7em;
	width: 1030;
}

#header {
	background:url(../images/header.jpg) no-repeat top center;
	width:1022px;
	height:60px;
	overflow:hidden;
}

#toolbar {
	height: 30px;	
	vertical-align: middle;
	line-height: 30px;
	margin-top:5px;
}

#login {
	position: absolute;
	top: 65px;
	left: 5px;
	float:left;
	width:87px;
}

#fb {
	position: absolute;
	top: 65px;
	left: 10px;
	float:left;
	width:87px;
}

#mainLeft {
	float: left;
	width: 290px;
	padding-left:10px;
}

#searchBox {
	padding: 0 0 0 0px;
}

#boxLeft{
	float:left;
}

#smallTextArea{
	
	margin-top: 5px;
	font-size: 0.9em;
	font-style: italic;
}

#mapLoadContainer {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
}
	
#mapLoad_orig {
	position: absolute;
	height: 750px;
	width: 1030px;
	left: 0;
	top: 0;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	z-index: 100;
	
}

#mapLoad {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#loader_orig {
	position: absolute;
	left:330px;
  top:250px; 
	
	z-index: 101;
}

#loader {
	position: relative;
	left:130px;
	top:80px; 
	width: 800px;
	height: 420px;
	background-color:white;
	font-color: #000;
	font-size: 1.25em;
	z-index: 110;
	padding:.5em;
	text-align:center;
}


#mapStartContainer {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
}

#mapStart {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#textMapStart{
	position: relative;
	left:130px;
	top:80px; 
	width: 800px;
	height: 420px;
	background-color:white;
	font-color: #000;
	font-size: 1.25em;
	z-index: 110;
	padding:.5em;
}

#textMapStart a {
	color:black;
	text-decoration:none;	
}

#catStartContainer {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
}

#catStart {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#addCatDiv {
	position: relative;
	left:130px;
	top:80px; 
	width: 800px;
	height: 420px;
	background-color:white;
	font-color: #000;
	font-size: 1.25em;
	z-index: 101;
	padding:.5em;
	text-align:center;
	padding-top:50px;
}

#exportCardContainer {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
}

#exportCard {
	z-index: 100;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#textExportCard {
	position: relative;
	left:130px;
	top:80px; 
	width: 800px;
	height: 420px;
	background-color:white;
	font-color: #000;
	font-size: 1.25em;
	z-index: 101;
	padding:.5em;
	text-align:center;
	padding-top:50px;
}

#exportCard_orig {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	font-color: #fff;
	z-index: 99;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	visibility: hidden;
}

#textExportCard_orig {
	position: absolute;
	left: 330px;
  	top: 130px; 
  	width: 350px;
    padding: 5px;
	font-color: #fff;
	background-color: #fff;
	font-size: 1.5em;
	z-index: 101;
}


#loadText {
	position: absolute;
	left:230px;
  top:290px;

  border: 5px solid #000;
	z-index: 101;
}

#loadLogo {
	position: absolute;
	left:300px;
  top:350px; 
	z-index: 101;
	opacity: 10.0;
}

#mainRight{
	margin-left: 310px;
}

#mapHeader {
	text-align: right;
	margin: 0;
	padding: 0;
}

#mapHeader a {
	text-decoration: none;
}


#map_canvas {
	height: 482px; 
	margin-top: 0px;
	padding: 0;
}

#footer {
	background-color: #ee9a13;
	padding: 5px;
	vertical-align: middle;
	height: 15px;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;
}

#fullscreenMenu{
	font-size: 0.7em;
	float: right;
	left: 0px;
	top:  0px;
	height: 25px;
	background-color: red;	
}


#searchCat{
	font-weight: bold;	
	margin-left: -40px
}

a, img, button {
	border: none;
}



#baseTabH1 {
	font-weight: bold;	
}

input {
	font-size: 8pt;
	list-style-type: none;
	background-color: white;
	text-decoration: none;
}

#headerText
{
	position: absolute;
	left: 920px;
	top:  40px;
	font-weight: bold;
}
#headerText a {
		color: #fff;	
		text-decoration: none;
}

.small {
	font-size:.75em;	
}