﻿/**************************
File : webKITA.css
Mandant: Frankfurt
**************************/
/**************************
	INHALTSVERZEICHNISS

	- GENERAL
	- HEADER
	- HEADER_LOGO
	- HEADER_NAVIGATION
	- MENU
	- CONTENT
	- TREFFERLISTE_PRINT_PAGE
	- KITA_DETAILS
	- DOCUMENTS
	- ROUTING
	- PRINTPAGE
	- MAP_DETAILS
	- VORANMELDUNG
	- FOOTER
	- IE 7 HACKS
**************************/

@charset "UTF-8";

/* GENERAL ************************/

a[href]:after {
/* get rid of the printed urls behind a-tags from bootstrap*/
content: none !important;
}

abbr:after{
content : none !important;
}

.pagination{
	display: none !important;
}

.no-print{
	display: none !important;
}

.footer
{
	display: none;
}

.print-only{
	display: default;
}

.print-pageframe{
	border: none;
}

.print-break-after{
	page-break-after: always;
	page-break-inside: avoid;
}

.print-block{
	page-break-inside: avoid;
	page-break-before: auto;
	page-break-after: auto;
}

table{
	border: none;
}

tr{
	page-break-before: auto;
	page-break-inside: avoid;
	border: none;
}

.cell-baimg{
	width:10%;
}

.cell-kitainfo{
	width:70%;
}

.cell-betrlabel{
	width:20%;
}

/* HEADER *************************/

/* HEADER_LOGO ********************/

/* MENU ***************************/

/* CONTENT ************************/

/* TREFFERLISTE_PRINT_PAGE*********/

/* TREFFERLISTE_PRINT_PAGE ********/

/* KITA_DETAILS *******************/

/* MAP_DETAILS ********************/

/* VORANMELDUNG ******************/

/* FOOTER *************************/

/*****************************IE 10 Hacks**************************/


/*****************************IE 7 Hacks***************************/
