/* Formatierung für den gesamten Bereich*/
@import url(standard.css);
@import url(headline.css);

#center {
  position:relative;
  width:744px;
  height:351px;
}

#links {
  position:relative;
  width:744px;
  height:74px;
  z-index:4; 
}

/* Zu #center */
#info {
  position:relative;
  left:45px;
  top:20px;
  width:697px;
  height:331px;
	overflow-y: scroll;
  font-family:Arial narrow, arial, sans-serif;
  font-size:13px;
}

#info td {
  margin-left:20px; 
  padding-left:15px; 
}

#info img {
  margin-top:5px; 
}

.td_picture {
  font-size:11px;
}

/* Zu links */
#citytable {
  position:relative;
  left:90px;
  top:7px;
  width:700px;
  height:45px;
  font-size:17px;
}

#citytable a{
  color: white;
  font-weight:bold;
}

.morelinks {
  position:relative;
  width:700px;
  height:10px;
}

.mainitems{
	font-size:12px;
}

#navi {
  top:-517px;
}

#footer {
  top:-527px;
}

/* Zu #navi */
.navi_links {
  position:absolute;
  left:30px;
  font-size:17px;
  font-weight:bold;
  color:grey;
}

#navi_links1 {
  top:200px;
}
#navi_links2 {
  top:240px;
}
#navi_links3 {
  top:280px;
}
#navi_links4 {
  top:320px;
}
#navi_links5 {
  top:360px;
}
#navi_links6 {
  top:400px;
}
#navi_links7 {
  top:440px;
}
#navi_links8 {
  top:480px;
}

#morecitydiv {
font-size:10px;
position:absolute;
left: 92px;
top: 55px;
}

#moreregiondiv {
font-size:10px;
position:absolute;
left: 405px;
top: 55px;
}

#morecity, #morecity ul, #moreregion, #moreregion ul{
padding: 0;
margin: 0;
list-style: none; 
}

#morecity li, #moreregion li {
float: left;
position: relative;
}

.mainitems a{
  margin-left: 6px;
  margin-right: 8px;
  text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #efa652;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#morecity li>ul, #moreregion li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#morecity li:hover ul, li.over ul, #moreregion li:hover ul { /* lists nested under hovered list items */
display: block;
}
