/* CSS Document */
html, body {
width:100%;
height:100%;
padding:0;
margin:0;
}

body {
  background-color:#6b6d6b;
  background-image:url(eastline_tlo.jpg);
  background-size: 100%;
  background-repeat:no-repeat;
  text-align:center;
	font-family:arial narrow, sans-serif, arial;
}

#centerhelper {
  width:1px;
  height:50%;
  margin-bottom:-289px; /* Hälfte der Container-Höhe */
  float:left;
}

a:link    {
	font-family:Arial narrow, arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
a:visited { font-family:Arial narrow, arial, sans-serif; color:#000000; text-decoration: none;}
a:active  { font-family:Arial narrow, arial, sans-serif; color:#000000; text-decoration: none;}
a:hover   { font-family:Arial narrow, arial, sans-serif; color:#000000; text-decoration: underline;}

h1 {
  font-size:11px;
  font-weight:bold;
}

#head {
  position:relative;  
  width:744px;
  height:93px;
}

#head h2{
  font-size:11px;
  font-weight:bold;
}

#head h5{
  font-size:11px;
  font-weight:bold;
}

#head h3{
  font-size:24px;
  font-weight:lighter;
}

#head h1{
  font-size:24px;
  font-weight:lighter;
}

#main {
  width:968px;
  height:578px;
  margin:0px auto;
  text-align:left;
  background-image:url(background.jpg);
  background-repeat:no-repeat;
clear:left;
}

#navi {
  position:relative;
  top:-490px;
  left:744px;
  width:224px;
  height:518px;
  z-index:2; 
}

#footer {
  position:relative;
  top:-500px;
  width:988px;
  height:60px;
  color: white;
  z-index:3; 
}

/*Zu head*/
#commercial {
  position:absolute;
  top:3px;
  right:0px;
  height:10px;
	color: white;
}

/* Zu #center */
#info h4 {
	margin: 0px;
}

#info td {
	vertical-align: top
}

/* Zu #navi */
#pic_ro {
  position:relative;
  top:10px;
  left:10px;
}

/* Zu footer */
#footer a:link{
  color: white;
}

#footer1 {
  position:relative;
  top:5px;
  left:46px;
  width:200px;
}

#footer2 {
  position:absolute;
  top:5px;
  width:200px;
  margin-left:102px;
  font-size:15px;
}

#flags {
  position:absolute;
  top:10px;
  left:616px; 
}

/* ZU Footer1 */
#hotline {
  font-weight:bold;
  font-size:18px;
}
#oper_hours {
  font-size:15px;
}

/* ZU Footer2 */
#footer2 a{
  font-size:19px;
}

/* ZU Flags */
#flags img {
  margin-right:40px;  
  border: 0px;  
}


