@charset "utf-8";

#stadtwahl_main {
	position:relative;
	background:url(/img/choose_city_bg2.png);
	width:793px;
	height:534px;
}

#stadtwahl_linktable {
	border-spacing:5px;
	color:#F1F1F1;
	position:absolute;
	right: 45px;
	top:12px
}

#stadtwahl_select {
	position:absolute;
	left:270px;
	top:440px;
	width:195px;
}

#stadtwahl_button {
	position:absolute;
	left:470px;
	top:442px;
	width:66px;
	height:18px;
}

div#centerall {
	padding-top:15px;
}

div#content {
	width:780px;
	position:relative;
	text-align:left;
}

div#minimenucontainer {
	font-size:x-small;
}

table#minimenu {
	border-spacing:5px;
	color:#F1F1F1;
	position:absolute;
	right:0px;
}

div#registerandlogin {
	position:relative;
}

div#registerandadvantages {
	width:651px;
}

div#vorteilsgrafik {
}

div#registerbox {
	display:none;
	padding-right:5px;
}

.register_header_bg {
	background-color:#f1f1f1;padding:2px
}

div#loginbox {
	position:absolute;
	top:0px;
	right:0px;
	width:130px;
}

div#registerhint {
	text-align:right;
}

div#staedteundinfo {
	width:763px;
	height:51px;
	padding:2px 4px 2px 10px;
	background:url(/img/city_back2.png);
	font-size:16px;
	color:#343434;
}

td.but_city {
	padding:3px 0px 0px 8px;
	background:url('/img/but_city.png');
	width:131px;
	height:19px;
}

#suggest_city_section {
	position: relative;
}

#suggest_city {
	z-index: 99;
  position: absolute;
  top: 2em;
  left: -8em;
  width: 23em;
  display: none;
  background: white;
  border: 1px solid #E22523;
  padding: 0 1em 1em;
}
#suggest_city input {
  font-size: smaller;
}
#suggest_city input[name="city"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid gray;
  background: transparent;
  box-shadow: inset 1px 1px 4px silver;
  margin-bottom: 0.5em;
}
#suggest_city input[type="submit"],
#suggest_city input[type="button"],
#suggest_city input[type="reset"]	 {
  color: white;
  background: #171717;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0px 10px 10px rgba(255,255,255,0.2);
}

#suggest_city_success {
  display: none;
}
