/* ------------------- Druck-Overrides ------------------- */

/* Raender entfernen */

.bereich-innen {
	margin-left: 0 !important;
	margin-right: 0;
	width: auto !important;
}

/* Fuer IE6-Layout */
#inhalt-haupt {
	margin-left: 0 !important;
}


/*Bestimmte Elemente ausblenden */

.tx-newloginbox-pi1,
.navigation,
#bereich-navigation,
#bereich-banner .csc-textpic-imagewrap,
#inhalt-zusatz {
	display: none;
}

/* Anpassungen */
#logo {
	padding-left: 0;
	padding-top: 0;
}

#bereich-kopf .bereich-innen,
#bereich-banner,
.mit-banner #bereich-banner,
.mit-banner #bereich-banner .bereich-innen {
	height: auto;
}

.mit-banner #bereich-banner .bereich-innen {
	padding-left: 0;
	padding-right: 0;
}

#inhalt-haupt .inhalt-innen {
	margin-left: 0;
	margin-right: 0;
}

.inhalt ul li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1.5em;
}

/* mehrspaltige Inhalte */

.spalten,
.spalten .spalte,
.spalten .spalte img
 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.spalten .spalte {
	float: none;
	max-width: inherit;
	width: auto;
}

.spalten h2, .spalten h2 a {
	color:#666;
	text-align: left;
}
.spalten .inhalt {
	padding: 0;	
}
.spalten .spalte div {
	border-right-width: 0;
	height: auto;
	min-height: 0;
	position: static;
}

/* Standard-Formatierungen */

* {
	background-image: none !important;
	background-color: transparent !important;
}

#bereich-banner h1,
#bereich-banner h2,
#bereich-banner h3,
#bereich-banner h4,
#bereich-banner h5 {
	color: #666 !important;
}


#bereich-banner a,
#bereich-banner p {
	color: #000 !important;
}

p, ul, ol, th, td {
	color: #000;
}

/* Links zusaetzlich als URL anzeigen - funktioniert z.B. in Firefox */
.inhalt a:link:after, .inhalt a:visited:after {
	content: " (" attr(href) ") ";
}
/* URLs generell rathberger.at voranstellen */
.inhalt a[href*="/"]:after,
.inhalt a[href$="html"]:after {
	content: " (http://www.rathberger.at/" attr(href) ") ";
}
.inhalt a[href^="/"]:after {
	content: " (http://www.rathberger.at" attr(href) ") ";
}
.inhalt a[href^="mailto:"]:after {
	content: "";
}
.inhalt a[href*="://"]:after {
	content: " (" attr(href) ") ";
}

.inhalt .csc-textpic-imagewrap a:after,
.inhalt .screenshot a:after {
	content: "";
}

/* Druck-Info am Bildschirm anzeigen */
@media screen {
	.info-druck {
		display: block;
		border: 0.0833em solid #ccc;	/* 12px ->  1px */
		margin: 1.4167em;				/* 12px -> 17px */
		padding: 1.5em;					/* 12px -> 18px */
		text-align: center;
	}
	.info-druck,
	.info-druck * {
		background-color: #E4E4E4 !important;
	}
	.info-druck a {
		font-weight: bold;
	}
}
