body {
  margin: 0 auto;
  width: 970 px;
  margin-top: 10px;	
  margin-bottom: 10px;	  
  padding: 0px;
  background: #777777;
  font-family:"Arial",Helvetica, sans-serif; font-size:12px;
  color:#061B6A;
  text-align:center;
}

a { 
	text-align:left;
}
div {
	text-align:left;
}
p {
	text-align:left;
}
a.navbar {
	background-image: url("../images/NavTrenner.png");
	background-repeat: no-repeat;
	background-position: 0px -3px;
	padding-left: 10px;
	margin-left: 10px;
}
a.current {
	background-image: url("../images/NavAktiv.png");
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
a:link    { text-decoration:none; color:#061B6A; }
a:visited { text-decoration:none; color:#061B6A;}
a:hover   { text-decoration:underline; color:#061B6A;}
a:active  { text-decoration:underline; color:#061B6A;}
a:focus   { text-decoration:none; color:#061B6A;}

h1 {
	font-size:16px;font-weight:bold;
}
h2 {
	font-size:14px;font-weight:bold;
	line-height:16px;
}
* html h2 {
	line-height:0px;
}
h3 {
	font-size:12px;font-weight:bold;
	line-height:5px;
}
* html h3 {
	line-height:2.5px;
}
p.small {
	font-family:"Arial",Helvetica, sans-serif; font-size:10px;
}
#header {
  background: #AAAAAA;
  background-image: url("../images/header_rund.png");
  background-repeat: no-repeat;
  width: 950px;
  height: 158px;
  margin: 0 auto;
}
#navigation {
  background: #DADADA;
  background-image: url("../images/navbar.png");
  background-repeat: no-repeat;
  margin: 0 auto;  
  width: 950px;
  height: 27px;  
  padding-top:5px;
  text-align:center;  
}
#content {
  background: #DADADA;
  background-image: url("../images/infowindowFCC.png");
  background-repeat: no-repeat;
  background-position:0px 12px;
  margin: 0 auto;
  width: 950px;
  height: 450px;
}
#contentCatering {
  background: #DADADA;
  background-image: url("../images/infowindowCatering.png");
  background-repeat: no-repeat;
  background-position:0px 12px;
  margin: 0 auto;
  width: 950px;
  height: 450px;
}
#contentStationslogistik {
  background: #DADADA;
  background-image: url("../images/infowindowStationslogistik.png");
  background-repeat: no-repeat;
  background-position:0px 12px;
  margin: 0 auto;
  width: 950px;
  height: 450px;
}
#contentLogistikplanung {
  background: #DADADA;
  background-image: url("../images/infowindowLogistikplanung.png");
  background-repeat: no-repeat;
  background-position:0px 12px;
  margin: 0 auto;
  width: 950px;
  height: 450px;
}
#rechts {
  float:right;
  background-image: url("../images/Kreise.gif");
  background-repeat: no-repeat;
  background-position:0px 0px;
  width: 470px;
  height: 450px;
}
#links {  
  width: 420px;
  height: 425px;
  padding-top:25px;
  padding-left:50px;
  overflow:hidden;
}
* html #links {  
  width: 470px;
}
#footer {
  font-size:10px;
  color:black;	
  background: #AAAAAA;
  background-image: url("../images/footer_rund.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 950px;
  height: 30px;
  padding-top:20px;
  text-align:center;
}

