﻿
h1 {
	color: #669900;
	border-bottom-width: 1px;
	padding: 4px 4px 4px 0;
	margin: 4px 4px 4px 0;
	font-size: 1.5em;
	border-bottom-color: #669900;
	border-bottom-style: solid;
	border-top-color: #669900;
	border-top-style: solid;
	border-top-width: 1px;
	max-width: 475px;
}
h2 {
	border-width: 5px;
	border-color: #669900;
	color: #669900;
	font-size: 1.3em;
	border-left-style: solid;
	padding-left: 5px;
}
h3 {
	color: #000;
	font-size: 1.25em;
	background-color: orange;
	filter: alpha(opacity= 50);
	-moz-opacity: 0.5;

}
h4 {
	color: #808000;
	font-size: 1.1em;
	font-variant: normal;
	font-weight: bold;
}
h5 {
	color: #804000;
	font-size: 1.0em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}



.float_right {
	float:right;
}
.float_left {
	float:left;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

#content img{
	border: 1px #003300 solid;
	margin: 3px;
}




body {
background: #fff !important;
color: #000;
font: 12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}

text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body, #container {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.nichtdrucken {
	display: none;
}

#column_l, #masthead, #column_r img, #contkopf{
	display: none;
}



/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after { 
content:" <"attr(href)">"; 
background-color: inherit;
color: #369; 
font-style: italic;
}

/* Auszeichnung von Abkürzungen und Acronymen */
abbr[title]:after, acronym[title]:after { 
content: '(' attr(title) ')';
background-color: inherit;
color: #369; 
font-style: italic; 
}

*[cite]:after {
content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
content:open-quote;
}

q:after, blockquote:after {
content:close-quote;
}

#container:after {
content: "\ Alle Rechte vorbehalten. (c) 2008 Gemeinde Niederau, www.gemeinde-niederau.de";
color: #999 !important;
font-size: 0.85em;
border-top: 1px solid #999;
}
/*      



