@charset "utf-8";


/* Zurücksetzen der Innen- und Außenabstände */
* {
	margin: 0;
	padding: 0;
}

body, td, th { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }
td, th { font-size: 100%; }

html, body {
	color: #000;
	background: url(images/bg.gif)
}
/**
body {
	background: url(images/head_bg.gif) top  repeat-x;
}
*/
div#head {
	width: 727px;
	height: 130px;
	margin: auto;
	position: relative;
	padding-left: 7px;
}

div#navi {
	z-index: 1;
	width: 680px;
	height: 48px;
	background-image:url(images/nav_bg.gif);
	margin: auto;
	margin-bottom: 0px;
}
div#box {
	position: absolute;
	z-index: 5;
	background:url(images/zimmer.gif) no-repeat;
	width: 210px;
	height: 326px;
	right: 50px;
	top: 188px;
}

div#sidem {
	position: absolute;
	z-index: 5;
	padding: 0;
	border: hidden;
	
	background:url(images/menue_bg.gif) no-repeat;
	width: 210px;
	height: 326px;
	right: 50px;
	top: 188px;
}

div#content {
	z-index: 2;
	width: 680px;
	min-height: 550px;
	background: url(images/content_bg.gif) repeat;
	margin-top: 0;
	margin: auto;
	height: auto;
}
div#footer {
	z-index: 3;
	width: 680px;
	height: 24px;
	background:url(images/foo_bg.gif);
	margin: auto;
}

h1 {
	color: #6A0000;
	background-color: tranparent;
	font-size: 24pt;
	line-height: 1.1;
	padding-left: 20px;
}

h2 {
  color: #6A0000;
  background-color: transparent;
  font-size: 16pt;
  line-height: 1.1;
  margin-bottom:5px;
  text-transform: uppercase;
  padding-left: 20px;
}

h3 {
	color: #6A0000;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 16pt;
	line-height: 1.1;
	margin: .8em 0;
	text-transform: uppercase;
}
h4 {
  color: #6A0000;
  background-color: tranparent;
  font-size: 12pt;
  line-height: 1.5;
  padding-left: 20px;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}

agbtxt {
	color:#000000;
	padding-left: 3 px;
	padding-right: 3 px;
	font-weight:normal;
	font-size:9 px;
	font-family: Arial, Helvetica, sans-serif;
	
}

a:link, a:visited {
	color: #6A0000;
	background-color: transparent;
}

a:hover, a:focus, a:active {
	color: #6A0000;
	background-color: transparent;
}

.listfeld_zeile {
  z-index: 1;
  background-color: #eeeeee;
  background-image: url(http://www.vohburg.de/include/homepage_elemente/termine.gif);
  background-repeat: repeat-y;
  padding-top: -5px;
  margin-left: 20px;
  margin-bottom: 5px;

  float: left;
  position: relative;
  width: 635px;
}
.listfeld_datum {
  width: 71px;

  float: left;
  padding: 2px;

}
.listfeld_uhr {
  width: 70px;


  margin-left: 5px;
  float: left;
  padding: 2px;
}
.listfeld_veranstalter {
  width: 175px;

  margin-left: 5px;
  float: left;

  padding: 2px;
}
.listfeld_veranstaltung {

  margin-left: 5px;
  float: left;
  width: 275px;

  padding: 2px;
}


