/* 

DATEI: print.css
CSS-Datei von uebergebuehr.de und seinen Unterseiten
zur Ausgabe auf einem Drucker (media="print")

*/


/* TAGS */
* {
	font-family: "times new roman",times,serif;
	text-align: justify;
} 

body {
}

a[href]:after {
	content:" <URL: "attr(href)">";
	font-size: 10pt;
	font-style:italic;
	text-align: left;
}

a[href^="de/"]:after {
	content: " <URL http://www.uebergebuehr.de/" attr(href) ") ";
}

a[href^="index.php?eID"]:after {
	content: "";
}

a {
	color: black;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	text-align: left;
	page-break-after: avoid;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

h4,h5,h6 {
	font-size: 12pt;
	font-weight: bold;
}



/* DIVs - Stage 1 */
#page { 
}


/* DIVs - Stage 2 */
#page-header { 
	border-bottom: 1px solid #dbdbdb;
	display: block;
	margin: 0px;
	width: 100%;
	clear: left;
}

#page-header a[href]:after {
	content:"";
}

#page-left {
	display: none;
}

#page-middle {
}

#page-right {
	display: none;
}


/* DIVs - Stage 3 */
#page-navigation-sub { 
}

#page-navigation-static { 
}

#page-content {
}

#page-about { 
	display: none;
}

#page-navigation-map { 
}

#page-navigation-subpages { 
}


/* DIVs - Stage 4 */

#page-header-mainpage {
}

#page-header-navigation-top {
	display: none;
}

#page-navigation-sub-title { 
}

#page-navigation-sub-menu { 
}

#page-content-tabs { 
	display: none;
}

#page-content-tabs-terminator {
}

#page-content-content { 
}

#page-about-title { 
}

#page-about-text { 
}

#page-navigation-map-title { 
}

#page-navigation-map-map { 
}


/* Classes - Stage 1 */
.borderless {
	border: 0px;
}

a.category {
	color: #ff830b;
	font-weight: bold;
	text-decoration: none;
}

a.normal {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}

a.intern {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}

a.extern {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}


/* Classes - Stage 2 */
.page-header-navigation-top-button {
	}

.page-header-navigation-top-button-link {
	}

.page-navigation-sub-menu-entry {
	}

.page-content-tabs-active {
	}

.page-content-tabs-inactive {
	}

.page-content-content-uebersicht {
	}

.page-content-content-uebersicht-title {
	}

.page-content-content-uebersicht-content {
	}

.page-content-frontnews-item img,
.page-content-fronttermine-item img,
.page-content-frontregional-item img,
.page-content-frontthemen-item img,
.page-content-frontartikel-item img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.page-content-frontnews-item a,
.page-content-fronttermine-item a,
.page-content-frontregional-item a,
.page-content-frontthemen-item a,
.page-content-frontartikel-item a {
	font-weight: normal;
}


h1.page-content-frontnews,
h1.page-content-fronttermine,
h1.page-content-frontregional,
h1.page-content-frontthemen,
h1.page-content-frontartikel {
	border-bottom: 1px solid black;
	font-family: Arial, "times new roman";
}


h1.page-content-fronttermine,
h1.page-content-frontregional,
h1.page-content-frontthemen,
h1.page-content-frontartikel {
	page-break-before: always;
}


.page-content-news-media,
.page-content-news-related,
.page-content-news-categories,
.page-content-news-links,
.page-content-news-files {
	display: none;
}
