/*
 * LAYOUT DRUCK
 */

/*
 * body UND html VORNEWEG
 */
  
html {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}  

/*TYPOGRAFIE*/
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
}

a {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 17px;
	color:#339966;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h2 {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#inhalttext table {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	width:100%;
	border: 0px solid blue;
	padding: 10px;
}

div#inhalttext tr.hell, div#inhalttext td.hell {
	background: #9ccf70;
	padding-left: 10px;
}

div#inhalttext tr.mittelhell, div#inhalttext td.mittelhell {
	background: #90c564;
	padding-left: 10px;
}

div#inhalttext tr.dunkel, div#inhalttext td.dunkel {
	background: #7eb253;
	padding-left: 10px;
}

div#inhalttext td.bezeichnung {
	width: 29em; 
	padding-left: 10px;
}

div#inhalttext td.tagung {
	width: 4em;
	text-align: center;
}

div#inhalttext td.dreispaltig {
	width: 4em;
	text-align: center;
}

div#inhalttext td.tagungbreit {
	text-align: center;
}

div#inhalttext td.preis {
	text-align: center;
}

div#inhalttext td.art, div#inhalttext th.art {
	vertical-align: top;
	width: 9em;
}

/*
Sichtbare Divs */

div#drucklinks{
	position:absolute;
	top:40px;
	left:0;
	width: 129px;
	height: 929px;
	background-image:url(../druck/leiste.jpg);
	border: 0px solid green;}
	

div#inhalt {
	position: absolute;
	top:0; 
	/* background: url(../bilder/hintergrund/hintergrund-body-links.gif) 
		repeat-y
        #A8DF7A;*/
	border: 0px solid red;
		}

div#inhaltrechts {
	position: static;
	padding-left: 129px; /* verfluchter 3Pixel Float-Bug des IE! */
	border: 0px solid blue;
}
div#inhalttitel {
	height: 125px;
	padding: 50px 0px 0px 30px;
	border: 0px solid yellow;
}
div#inhalttext {
	padding: 0px 200px 0px 30px;
/*	padding-right: expression( "200px" );*/ /* Fix für den IE */
	width: 25em;
	border: 0px solid purple
}

div#inhalttext table.umbruch {
	page-break-after:always;
}

div#inhalttext table.umbruch2 {
	page-break-before:always;
}

/*
Unsichtbare Divs */

div#inhaltlinkslinks {
	display:none;
}
div#nichtsflash {
	display:none;
}
div#navigation1 {
	display:none;
}
div#inhaltlinks {
	display:none;
}
div#inhaltlinks a {
	display:none;
}
div#inhaltflash {
	display:none;
}
div#inhaltkeinflash {
	display:none;
}
div#inhaltlinksrechts {
	display:none;
}
div#inhaltlinksrechtsgruenerblock {
	display:none;
}
div#inhaltbereich {
	display:none;
}
div#inhaltbereichhome {
	display:none;
}
div#inhaltbereichtagungszentrum {
	display:none;
}
div#inhaltbereichleistungen {
	display:none;
}
div#inhaltbereichkontakt {
	display:none;
}
div#inhaltbereichcatering {
	display:none;
}
div#inhaltbereichimpressum {
	display:none;
}

div#inhaltbereichraume {
	display:none;
}

div#inhaltbereichanfrage{
	display:none;
}

div#inhaltbereichbuero{
	display:none;
}

div#counter {
	display:none;
}