body {
	background-image: url(../images/bg_buergertag.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

h1, h2, p, li, th, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1,
h2 {
  font-weight: bold;
}

ul {
  list-style-type: square;
}

li {
  margin-bottom: 5px;
}

.table {
  background-color: #FFFFFF;
}

th {
  font-weight: bold;
}

th,
td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 14px;
	background-position: center center;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #FFE700;
}

a:visited {
  color: #CCCCCC;
}

#navigation1Img,
#navigation2Img,
#navigation3Img,
#navigation4Img,
#navigation5Img,
#navigation6Img,
#navigation7Img,
#navigation8Img {
  margin-left: 22px;
}

#navigationDiv {
  position: absolute;
  left:0px;
  top: 94px;
}

#balkenWeissDiv {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 740px;
  height: 28px;
  background-color: #FFFFFF;
  overflow: hidden;
}
  
#balkenGrauDiv {
  position: absolute;
  left: 0px;
  top: 118px;
  width: 580px;
  height: 12px;
  background-color: #CCCCCC;
  overflow: hidden;
}

#inhaltDiv {
  position: absolute;
  left: 20px;
  top: 150px;
  height: 300px;
  width: 757px;
  overflow: auto;
}

#textDiv {
  padding-bottom: 20px;
  width: 500px;
}

#textspalteLinksDiv,
#textspalteRechtsDiv {
  position: absolute;
  left: 0px;
  width: 260px;
}

#textspalteRechtsDiv {
  left: 280px;
}

#bildspalteDiv {
  position: absolute;
  left: 580px;
  top: 0px;
  width: 120px;
}

#bildspalteDiv img {
  margin: 0px;
  margin-bottom: 20px;
}

#bildbeschreibungDiv td {
  text-align: left;
}

@media print {
  #inhaltDiv { 
    height: auto;
	overflow: visible;
  }
  
  #bildspalteDiv {
     left: 500px;
  }
  
  #textDiv {
    width: 475px;
  }
  
  #textspalteLinksDiv {
    width: 200px;
  }
  
  #textspalteRechtsDiv {
    width: 200px;
	left: 250px;
  }
}
