/* 
##################################################################################################
# K R E I S - S T A D E : D R O C H T E R S E N - BRANCHENBUCH #
##################################################################################################
 
Version      : 1.1
Dateiversion : 18.08.06   
Datei        : jork.css
Funktion     : anderes Layout für Ausdruck
*/


/* 
##################################################################################################
## allgemeine Klassen ##
##################################################################################################
*/

/* Schriftart 
* { 
	font-family: "Times New Roman", Times, serif; 
} 
*/

/* Allgemeine Hintergrundfarbe und Schriftfarbe */
body {
	background: #fff;
	color: #000;
	width: 16cm;	
}


/* Ueberschriften */
h1 {
	font-size: 13pt;
	background: transparent;
	color: #000;
}

h2 {
	font-size: 12pt;
	background: transparent;
	color: #000;
	page-break-after: avoid;
}


/* Links */
a {
	background: transparent;
	color: #000;
	text-decoration: underline;
}

/* Link um Praesentiert von Ueberschrift */
a.praesentiert_von, a.praesentiert_von:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}




/* 
##################################################################################################
## DIV-Boxen ##
##################################################################################################
*/

/* Box mit Rahmen */
div.box_hintergrund {
	overflow: visible;	
}

/* Konfiguration des Banners */
div.banner {
	display: none;
}

/* Tabelle umd den Banner */
table.banner {
	display: none;
}


/* 
##################################################################################################
## Suchmaske ##
##################################################################################################
*/

/* Tabelle um die Suchmaske */
table.suchmaske {
	background: #fff;
	color: #000;
}



/* 
##################################################################################################
## Listenansicht der Veranstaltungen ##
##################################################################################################
*/

/* Tabelle um Veranstaltungsdetails */
table.veranstaltung {
	font-size: 11pt;
}


/* Trennlinie */
hr.trennlinie {
	background: #ccc;
}

/* hr im IE wie im Mozilla  */
* html hr.trennlinie {
    color: #ccc;
}
/* Ende hr im IE wie im Mozilla  */


/* Text mittlerer groesse */
p.text_mittel {
	font-size: 11pt;
	text-decoration: none;
	background: transparent;	
	color: #000;
}

/* Text kleiner groesse */
p.text_klein {
	font-size: 10pt;
	text-decoration: none;
	background: transparent;	
	color: #000;
}



/* 
##################################################################################################
## MoreResults ##
##################################################################################################
*/

/* Block um MoreResults */
p.moreres {
	display: none;
}



