body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {
    background-color: #3a3740;
    color: #f9f9f9;
    font-family: Tahoma, Helvetica, 'Trebuchet MS', 'Arial', 'Sans-Serif';
}
#header {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 50px;
}
#header h1 {
    font-size: 50px;
    color: #f5b031;
    display: inline;
}
#note_ger {
    position: absolute;
    top: 43px;
    right: 10px;
    font-size: 12px;
    padding-right: 10px;
    margin: 0 auto;
    width: 540px;
    line-height: 1.4em;
}

#note_eng {
    position: absolute;
    top: 65px;
    right: 10px;
    font-size: 12px;
    padding-right: 10px;
    margin: 0 auto;
    width: 540px;
    line-height: 1.4em;
    
}

#note_box {
    margin: 1px;
    float: right;
    width: 330px;
}

#note_ger a, #note_eng a {
    color: #f9f9f9;
    border-bottom: 1px dashed #31A4B5;
    text-decoration: none;
}
#note_ger a:hover, #note_ger a:hover {
    text-decoration: none;
    border-bottom:1px solid #31A4B5;
}

#search_box {
    float: left;
}
div#map_container {
    margin: 10px;
}
div#map {
    position: absolute;
    border: 2px solid #f9f9f9;
    top: 88px;
    padding:0;
    margin: 0;
    width: 500px;
    height: 500px;
    background-color: #E8E6E0;
}
#permalink {
    position: absolute;
    color: #bbb;
    font-size: 9px;
    cursor: pointer;
    text-decoration: underline;
    bottom: 4px;
    right: 10px;
    z-index: 3000;
}
#attribution {
    font-family: Helvetica, 'Arial', 'Sans-Serif';
    position: absolute;
    color: black;
    font-size: 11px;
    bottom: 25px;
    right: 15px;
    z-index: 3000;
}
#ie-note {
    position: absolute;
    background-color: #3a3740;
    padding: 2px;
    top: 5px;
    right: 5px;
    color: red;
    width: 60%;
    font-size: 12px;
}
#ie-note a {
    color: red;
}
#attribution a {
  color: black;
}
.inverse {
    color: white;
}
#attribution .inverse a {
    color: white;
}

.terms-of-use-link {
  display: none;
}

/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	color: black;
	overflow: hidden;
	z-index: 99999;
}
 
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
 
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
 
.ac_odd {
	background-color: #eee;
}
 
.ac_over {
	background-color: #31A4B5;
	color: white;
}