/*
* WICHTIG:
* Dieses Design ist keine Vorlage. Sie duerfen es nicht ohne die schriftliche
* Einwilligung von Subhash (www.subhash.at) benutzen. Sie duerfen natuerlich
* dieses Stylesheet studieren und die Techniken, die Sie daraus lernen,
* anderweitig benutzen.

* IMPORTANT
* This design is not a template. You may not reproduce it elsewhere without
* Subhash's (www.subhash.at) written permission. However, feel free to study
* the CSS and use techniques you learn from it elsewhere.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #000 !important;
	background: #fff none;
}
.sr, .sm, .nopr { /* fuer Suchmaschinen, Screenreader oder Textbrowser */
 display: none;
}
img {
	border: 1px solid #000;
}
/* Navigation: */
#navig {
	display: none;
}

/* Kopf: */
#kopf h1 {
	position: static;
	display: block;
}
#kopf h1 a {
	position: static;
	display: inline;
}
#kopf h1 span {
	display: inline;
	text-indent: 0;
}
#kopf h3 {
	display: block;
	text-indent: 0;
}
#kopf h2 {
	position: static;
	color: #000;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
#inhalt table.medium td.text, #inhalt table.teaser td.text {
	padding-left: 1em;
	vertical-align: bottom;
}
.mg li {
	margin: 0.7em;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
	font-weight: normal !important;
	color: #000;
}
/*
Link nach Linkbeschriftung ausgeben:
(Die Linkseite "links.php" hat eine eigene Definition im Kopfbereich)
*/
#kopf a[href]:after {
	content: "<http://www.zukunft-ennstal.at/>" !important;
}
a[href]:after {
	content: " <http://www.zukunft-ennstal.at/" attr(href) ">";
}
body#presse a[href]:after {
	content: " <http://www.zukunft-ennstal.at/presse/" attr(href) ">";
}
.externeLinks a:after, a[href|="http:"]:after { /* letzteres klappt nicht in Safari 2.0.4 */
	content: " <" attr(href) ">" !important;
}
/* fuer Textanker (2 und 3 klappt nicht in Firefox 3.0.10): */
.anker a[href]:after, a[href~="#"]:after, body#presse a[href~="#"]:after {
	content: "" !important; /* keinen Link nach Linkbeschriftung ausgeben */
}