/* -------------------------------------------------- */
/* Angaben für body                                   */
body
{
	background-color: #FFFFFF;
	margin-top:        0px;
	margin-left:      15px;
}



/* -------------------------------------------------- */
/* Linkfarben
 */
a:link    { color: #000000; }
a:visited { color: #555555; }
a:active  { color: #E27E00; }



/* -------------------------------------------------- */
/* Content
 */
div#content
{
	padding-top:   3px;
	margin-left:   8px;
	font-family:  Verdana, Helvetica, sans-serif;
	line-height:  145%;
	width:         95%;
/*	border: 1px solid green; */
}


div#text
{
	font-size:     80%;
	line-height:  145%;
	width:       550px;
}

div#textstart
{
	font-size:     80%;
	line-height:  145%;
	width:       750px;
}

div#textstart table
{
	font-size: 100%;
}

div#text table
{
	font-size: 100%;
}

div#text th
{
}


/* -------------------------------------------------- */
/* Link zurück
 */
div.linkback
{
	float:        right;
	clear:        right;
	font-size:      70%;
	font-weight:   bold;
	white-space: nowrap;
}


/* -------------------------------------------------- */
/* Überschriften
 */
h1
{
	font-size:    120%;
	line-height: 1.2em;
	margin-top:    0em;
	margin-bottom: 1em;
}

h1.h2
{
	margin-top:      0em;
	margin-bottom: 0.5em;
}

h2
{
	font-size:    135%;
	line-height: 1.2em;
	margin-top:    2em;
	margin-bottom: 1em;
}

h2.h1
{
	margin-top:    0em;
	margin-bottom: 2em;
}

h2.sitemap
{
	margin-top:    0.5em;
	margin-bottom: 0.0em;
}

h3
{
	font-size:      115%;
	line-height:   1.2em;
	margin-top:      2em;
	margin-bottom:   1em;
}

small
{
	font-size: 90%;
	line-height: 120%;
}



/* -------------------------------------------------- */
/* Fusszeile                                          */

div#bottom
{
}

div#fusszeile
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:      65%;
	line-height:   130%;
	margin-top:     1em;
	margin-bottom:  7em;
	padding-bottom: 7em;
/*	border: 1px solid green; */
}

div#linkhome
{
	float:         right;
	font-weight:    bold;
	padding-right: 0.2em;
	padding-top:     1em;
}

div#copyright
{
	padding-top:    1em;
	padding-left: 0.2em;
	line-height:   130%;
}

div#linkbezirk
{
	padding-left: 1.7em;
	line-height:   130%;
}



/* -------------------------------------------------- */
/* Bilder
 */
table.float-left
{
	clear:         left;
	float:         left;
	margin-right:   1em;
	margin-top:   0.3em;
}

table.float-right
{
	clear:        right;
	float:        right;
	margin-left:    1em;
	margin-top:   0.3em;
}

img.rahmen
{
	border: 1px solid #666666;
}

td.caption
{
	font-size:        80%;
	line-height:     120%;
	text-align:    center;
	padding-top:    0.3em;
	padding-bottom: 0.5em;
	margin-top:     0.2em;
	margin-bottom:  0.5em;
}


/* -------------------------------------------------- */
/* Horzontale Linie
 */
div.hr
{
	clear:      both;
	border-top: 1px solid #808080;
}


/* -------------------------------------------------- */
/* Links nach oben
 */
div.linktop
{
	float: right;
}


/* -------------------------------------------------- */
/* "gestreifte" Tabellen
 */
tr.gerade
{
}

tr.ungerade
{
	background-color: #EEEEEE;
}


/* -------------------------------------------------- */
/* Abstände
 */
.nospacetop
{
	margin-top:    0em;
}

.nospacebottom
{
	margin-bottom: 0em;
}

.nospace
{
	margin-top:     0px;
	margin-bottom:  0px;
	padding-top:    0px;
	padding-bottom: 0px;
}

.lessspacetop
{
	margin-top:     0.1em;
	padding-top:    0.1em;
}

.lessspacebottom
{
	margin-bottom:  0.1em;
	padding-bottom: 0.1em;
}

.lessspace
{
	margin-top:     0.1em;
	padding-top:    0.1em;
	margin-bottom:  0.1em;
	padding-bottom: 0.1em;
}

.bottom1em
{
	padding-bottom: 1em;
}

.bottom2em
{
	padding-bottom: 2em;
}


.nowrap { white-space: nowrap; }



/* -------------------------------------------------- */
/* Listen
 */
ul
{
	margin-left:   0pt;
	padding-left: 20px;
}

li
{
	padding-bottom: 0.1em;
	margin-bottom:  0.1em;
}

ul.linklist, ul.sitemap
{
	list-style-image:  url(../a_images/symbole/pfeil_rechts.gif);
}

ul.linklist-extern
{
	list-style-image:  url(../a_images/symbole/pfeil_rechts-blau.gif);
}

li.linklist
{
	padding-bottom: 5px;
	margin-bottom:  5px;
}

ul.linksdown
{
	list-style-image:  url(../a_images/symbole/pfeil_unten.gif);
}

ul.sitemap
{
	margin-top:  0.2em;
	padding-top: 0.2em;
	margin-bottom: 1.8em;
}
li.sitemap
{
	padding-bottom: 2px;
	margin-bottom:  2px;
}

ul.schriften, ul.veranstaltungen
{
	padding-left: 0px;
	margin-left:  0px;
}
li.veranstaltung, li.schrift
{
	list-style-type: none;
}

/* -------------------------------------------------- */
/* Spezielle Schriften
 */
.caption
{
	padding-bottom: 0.5em;
	line-height:     120%;
	font-size:        75%;
	text-align:    center;
}

.rot
{
	color: #CC0000;
}

table.lehrplan
{
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 1em;
}
th.lehrplan
{
	background-color: #DDDDDD;
	border: 1px solid black;
}
table.lehrplan td
{
	border: 1px solid black;
}

.form  { font-family: Courier New; font-size: 10pt; }



/* Styles für die Link-Liste zu den einzelnen Seiten mit aktuellen Nachrichten */

ul.aktuellesliste
{
	list-style-type: none;
	padding-left: 0em;
	margin-left:  0em;
}
li.aktuell
{
	margin-top:    0.2em;
	margin-bottom: 1.5em;
}

div.aktuell-datum
{
	font-style:  italic;
}

div.aktuell-titel
{
	padding-top:  0.1em;
	padding-left: 9px;
	font-weight: bold;
}

div.aktuell-pfeil
{
	float: left;
	padding-top: 0.6em;
}

div.aktuell-teaser
{
	padding-left: 9px;
}


table.linklist	{ margin:  8px 0px 18px 0px; background-color: #DDDDDD; border: none; }
td.tdbacknext	{ padding: 4px 3px  1px 3px; font-size: 70%; font-weight: bold; }
td.pagelink		{ padding: 2px 3px  2px 3px; font-weight: bold; }

.nobacknext
{
	color: #666666;
}

.backnext
{
	background: #FAFAFA; padding: 3px 3px 1px 3px;
	color: #000000; text-decoration: none;
}

a.backnext:hover
{
	background: #FFFFFF; padding: 3px 3px 1px 3px; color: #FF9900;
}

.nolink
{
	text-decoration: none; color: #000000; background: #FFFFFF;
	border: 1px solid black; 
	margin: 0px 0px 0px 0px; padding: 0px 3px 1px 3px;
}

a.link
{
	text-decoration: none; background: #FAFAFA; color: #000000;
	margin: 0px 1px 0px 1px; padding: 0px 3px 1px 3px;
}

a.link:hover	{ background: #FFFFFF; color: #FF9900; }


/* -------------------------------------------------- */
/* Style(s) für Weiter-Link, Seitenanfangslink etc.
 */
div.weiter
{
	clear:         both;
	float:        right;
	font-weight:   bold;
	padding-top:    0em;
	padding-bottom: 1em;
}

p.linkup
{
	text-align: right;
}

div.spacer
{
	clear:    both;
	height:  1.5em;
	padding:   0px;
	margin:    0px;
/*	border: 1px solid green; */
}

/* -------------------------------------------------- */
/* Styles für Veranstaltungen
 */
h2.veranstaltung
{
	font-size:  135%;
	margin-top:  0px;
	padding-top: 0px;
}

div.veranstaltungen-monat
{
	margin-left: 3em;
	margin-bottom: 0.5em;
}


div.veranstaltung
{
	clear: both;
/*	padding-top: 3em; */
/*	border: 1px solid green; */
}

div.veranstaltung-oben
{
}

div.veranstaltung-datum
{
	float: left;
	font-style: italic;
	padding-left: 0.2em;
}

div.veranstaltung-ort
{
	float: right;
	padding-right: 0.2em;
}

div.veranstaltung-unten
{
	clear: both;
	border-top: 1px solid gray;
	padding-bottom: 2em;
	width: 100%;
}

div.veranstaltung-titel
{
	float: left;
	font-weight:    bold;
	padding-left:  0.2em;
	padding-right: 0.2em;
	width: 99%;
/*	width: 470px; */
}

div.veranstaltung-details
{
	float: right;
}

a.details
{
	text-decoration: none;
}
img.details
{
	float: right;
	padding-top:  5px;
	padding-left: 1em;
}


/* -------------------------------------------------- */
/* Styles für Kurse
 */
div.kurs-datum
{
	padding-left: 0.2em;
	font-style: italic;
}

div.kurs-titel
{
	clear: both;
	font-weight: bold;
	padding-left: 0.2em;
	margin-bottom: 1.5em;
}

img.kurs-details
{
	padding-right: 0.3em;
}


/* -------------------------------------------------- */
/* Styles für Theater
 */
div.theater-datum
{
	padding-left:  0.2em;
	margin-top:    0.2em;
	margin-bottom: 1.5em;
}

div.theater-titel
{
	clear: both;
	font-weight: bold;
	padding-left: 0.2em;
}


/* -------------------------------------------------- */
/* Styles für Schriften
 */
div.schrift, li.schrift
{
	clear: both;
	padding-bottom: 1em;
	margin-bottom:  1em;
	border-bottom: 1px solid gray;
	padding-left:  0.2em;
	padding-right: 0.2em;
}

div.schriften-autor
{
	font-style: italic;
}

div.schriften-titel
{
	font-weight: bold;
}

div.schriften-infos
{
}

div.schriften-bib
{
}

div.schriften-preis
{
	float: right;
	padding-left: 2em;
	font-weight: bold;
}

h2.schriften
{
	margin-top:   1.5em;
	margin-bottom:  0em;
	padding-top:    0em;
	padding-bottom: 0em;
}

table.schriften-bestellung
{
	width: 100%;
}

td.schriften-gerade
{
	padding-left:       0.2em;
	padding-right:      0.2em;
	background-color: #FFFFFF;
}
td.schriften-ungerade
{
	padding-left:       0.2em;
	padding-right:      0.2em;
	background-color: #EEEEEE;
}
