﻿/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
*/ 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, /* th,*/ td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
caption, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
		padding:0px 0px 0px 0px;
		background-color:#fffef1;
}

/*
#suche_depo {
   position: absolute;
   top: 130px;
   left: 640px;
   width: 550px;
   z-index: 2;
}


#zoom_out {
   position: absolute;
   top: 130px;
   left: 100px;
   z-index: 200000;
}
*/



.info {
	text-decoration: underline;
}

/**
 * Basic Typography
 */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #222;
    margin: 1em 1.5em;
}

.button {
/*	background-color: #FCB100;*/
/*	border-style:none;*/
	padding:4px;
	background-color: #F4F4F4;
   border:1px solid silver;

}

a[href] {
    color: #436976;
    background-color: transparent;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height:1.5;
}



input, select {
    background-color: #f4f4f4;
    border:1px solid silver;
	font-size:11px;
}


/**
 * Map Examples Specific
 */
.smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}
#tags {
    display: none;
}


table {
	vertical-align: middle;
}

td, th {
	vertical-align: top;
}



	table.featureInfo, table.featureInfo td, table.featureInfo th {
		border:1px solid #666666;
		border-collapse:collapse;
		margin:0;
		padding:0;
		padding:.2em .1em;
	}
	table.featureInfo th{
	   padding:.2em .2em;
		text-transform:uppercase;
		font-weight:bold;
		background:#eee;
	}
	table.featureInfo td{
		background:#fff;
	}
	table.featureInfo tr.odd td{
		background:#eee;
	}
	table.featureInfo caption{
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
		padding:.2em .2em;
	}
	table.featureInfo tr.odd2 td{
		background:#DDDDDD;
	}

	
#inhaltRahmen_gis {
        position:absolute;
        top:149px;
        left:23%;
        width:60%;
        height:70%;

}