/*2 Spalten Layout mit Kopfzeile, horizontaler Navigation, kleiner Spalte links, Hauptspalte und Fußzeile*/
/*CSS für Druckerausgabe geschrieben von Jürgen Kern*/
/*Dieses Stylesheet darf ohne meine ausdrückliche Genehmigung nicht für andere Projekte verwendet werden*/


/* 
* @version         1.0
* @lastmodified    $Date: 2008-01-20 10:26:40 +0200 (S0, 20 Jan 2008)$
*/


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";
}

/* Seitenbreite */
body, #container {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

#banner, #cto, #ueberschrift, #menu2, .spacerrechts, .containergrauelinie, table.unsichtbar, #footer, #vertical, .spacerlinks, #linksunten, #calendar, #linksoben, .displayNoneCss, #search, #subnavi 

{
display: none;
}

h1 {font-size: 200%;}
.subheader{font-size: 120%; font-family: arial; text-transform: uppercase;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1, h2, h3, subheader{ 
 text-align: center; page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

address, blockquote {text-align: center;}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt; text-align: center;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}
 table {margin-top: 10px;}
 
/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after { 

color: #990000; 
font-style: italic;
}

/* Auszeichnung von Abkürzungen und Acronymen */
abbr[title]:after, acronym[title]:after { 
content: 'attr(title';
background-color: inherit;
color: blue; 
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 by Style in the City";
color: #999 !important;
font-size: 0.85em;
border-top: 1px solid #999;
}
