	
	body {
		margin:0;
		padding:0px;
		text-align: center;
		background: #e5e5e5;
		font: normal normal normal 100%/120% Arial, sans-serif;
		}

	#bodywrapper {
		position: relative;
		width: 838px;
		text-align: left;
		margin-left:auto; 
		margin-right:auto; 
	}
	
	#leftcontent {
		background-image: url(images/left-shadow.jpg);
		background-repeat: repeat-y;		
		background-position: 0px 0px;
		width: 838px;
		}

	#rightcontent {
		background-image: url(images/right-shadow.jpg);
		background-repeat: repeat-y;
		background-position: 820px 0px;
		width: 838px
		}

	#leftbottomcontent {
		background-image: url(images/left-bottom-shadow.jpg);
		background-repeat: no-repeat;
		height: 36px;
		}

	#rightbottomcontent {
		background-image: url(images/right-bottom-shadow.jpg);
		background-repeat: no-repeat;
		background-position: 802px 0px;
		height: 36px;
		}
	#centerbottomcontent {
		background: #ffffff;
		background-image: url(images/bottom-shadow.jpg);
		background-repeat: repeat-x;
		background-position: 36px 15px;
		height: 36px;
		}

	#centercontent {
		background:#ffffff;
   		margin-left: 18px;
   		margin-right:18px;
   		width: 802px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 18px;
   		margin-right:18px;
		}
	/*
	html>body #centercontent {
   		margin-left: 18px;
   		margin-right:18px;
		}
*/
	#logo a {
		background-image: url(images/index_03.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		width: 802px;
		height: 139px;
		display: block;
	}	
	#logo a span {
		display: none;
	}
	h1 {
	  padding:  0px 0px 0px 0px;
	  margin: 0px 0px 0px 0px;
	}


	#navigation {
		background: #e1bf7e;
		padding-left: 8px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#navigation a {
		font: normal normal bold 100%/100% Arial, sans-serif;		
		text-decoration: none;
		color: white;
	}
	#navigation A:HOVER {
		color: black;
	}
	
	#navigation .follow {
		margin-left: 80px;
	}
	
	#centercontent p {
		margin-left: 8px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
		.bildueberschrift {
			font: normal normal bold 120%/120% Arial, sans-serif;		
			padding-top: 20px;
			padding-bottom: 10px;
			color: #527ebf;
			border-top: 1px solid black;
		}
		.bildbeschreibung {
			font-size: 0.8em;
			padding-bottom: 10px;
		}
		p.bildlink {
		  font-size: 0.7em;
		  text-align: right;
		}

		div.NewsHead div.bildlink {
		  font-size: 0.7em;
		}
		div.NewsHead div.bildlink a:Hover {
		  color: black;
		}
		div.NewsHead div.bildlink a {
		  color: #527ebf;
		}

	#centercontent h2 {
		margin-left: 8px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 0px 0px 0px 0px;
		color: #527ebf;
	}
	
	td {
		padding-top: 10px;
	}

	table {
		margin-left: 8px;
		background: white;	
		text-align: center;
	}
	.Fenster {
		margin-bottom: 30px;
	}

	.abiAngebot {
		 font-size: 0.9em;
		 line-height:21px;
	}
	
	td.abiGruppe {
		font-weight: bold;
		width: 30%;
		text-align: left;
		font-size: 0.9em;
		vertical-align: top;
	}
	
	td.abiBeschreibung {
		text-align: left;
		width: 70%;
		font-size: 0.9em;
	}
	
	td.abiOptionenVorne {
		width: 5%;
		vertical-align: top;
		text-align: left;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	td.abiOptionenBeschreibung {
		width: 83%;
		vertical-align: top;
		text-align: left;
		font-size: 0.9em;
	}
	
	td.abiOptionenPreis {
		width: 12%;
		vertical-align: top;
		text-align: right;
		font-weight: bold;
		font-size: 0.9em;
		padding-right: 15px;
	}
	
	h3 {
		margin-left: 8px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-top: 50px;
		padding: 0px 0px 0px 0px;
		color: #527ebf;
	}

	td.preis {
		font-weight: bold;
		font-size: 1.2em;
	}

	img.referenzimage {
		border: 1px solid black;
	}
	
	img.referenzimagenoframe {
		border: 0px solid black;
	}

	a.linkzubild {
		font: normal normal bold 80%/80% Arial, sans-serif;		
	}
	
	div.centerme {
		text-align: center;
	}
	
	li {
		margin-bottom: 10px;
	}
	
	


  table.Veranstaltungen td {
	text-align: left;
	vertical-align:top;
	padding-left: 1em;
  }

  table.Veranstaltungen h3 {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
  }

h3 {
			margin-top: 20px;
		}
		p {
			line-height:23px;
		}

UL {
		}
		LI {
			list-style-type: none;
		}
		div.NewsHead {
			background:#FFF8De;
			/*background:#d7f1ff;*/
			margin-top: 15px;
			margin-left: -15px;
			margin-bottom: -5px;
			padding-top: 4px;
			padding-left: 4px;
			padding-right: 4px;
			padding-bottom: 4px;
		}
		p.NewsBeitrag {
			font-size: 95%;
			line-height:20px;
                        height: 140px;
                        display: block;
		}
		img.NewsImage {float:left; display:inline;}

