/* Hier können vorhandene CSS-Vorlagen angepasst werden, um das Layout zu verändern. EIGENE VORLAGEN BITTE NUR IN DER DATEI "EIGENES.CSS" ERSTELLEN! */


/* AUSRICHTUNGS-FORMATIERUNGEN */

.seitenkopf { height:195px; }
/* Höhe mindestens 175px! */

#titeltext { margin-left:202px; margin-top:50px; }

.rand-links { width:45px; }

.rand-rechts { width:14px; }

.menue-breite { width:135px; }

#textfeld-breite { width:400px; }
/* Mindestbreite des Textfeldes */

#textfeld { padding:12px; padding-top:10px; padding-bottom:10px; }
/* Innenabstände des Textfeldes */

.seitenfuss { height:25px; }
/* Höhe mindestens 15px bei font-size:10px; (siehe SCHRIFT-FORMATIERUNG)! */

#pfeil { top:-33px; right:11px; }
/* Position des Pfeiles für die Navigation an den Seitenanfang */

#seitenfuss-text { top:-2px; left:-60px; }



/* SCHRIFT-FORMATIERUNGEN */

	/* TEXTFELD */

.text { font-size:16px; font-weight:normal; line-height:130%; color:#4A3703; text-align:justify; }

/* h1 ist ausschließlich für den Text im Reiter gedacht (s.u.). */
h2 { font-size:18px; margin-top:0px; margin-bottom:10px; font-weight:bold; }
h3 { font-size:18px; margin-top:0px; margin-bottom:5px; font-weight:normal; }
/* Mit Hilfe von h3 lassen sich Überschriften im Textfeld wie h1 (Reiter-Text) formatieren. */
h4 { font-size:16px; margin-top:0px; margin-bottom:5px; font-weight:normal; font-style:italic; }
h5 { font-size:16px; margin-top:0px; margin-bottom:5px; font-weight:normal; }
h1,h2,h3,h4,h5 { text-align:left; }

p,ul,ol,.absatz { margin-top:0px; margin-bottom:30px; }

.absatz2 { margin-top:0px; margin-bottom:50px; }

b,strong { font-weight:bold; color:#cc9b31; }

ul { list-style-type:circle; }

ol { list-style-type:decimal; }

li { margin-top:12px; }

.gross { font-size:18px; line-height:140%; }

.text a:link { color:#cc9b31; text-decoration:underline; }
.text a:visited { color:#4A3703; text-decoration:underline; }
.text a:hover { color:#9f7926; text-decoration:underline; }
.text a:active { color:#4A3703; text-decoration:none; }


	/* SONSTIGE */

body { font-family:Verdana,sans-serif; font-weight:normal; }

#titeltext { color:#9CA4B2; width:360px; }

#titeltext1 { font-size:28px; letter-spacing:3px; font-weight:normal; margin-bottom:2px; }

#titeltext2 { font-size:16px; font-weight:normal; }

#menue a:link { color:#7E6B38; text-decoration:none; }
#menue a:visited { color:#7E6B38; text-decoration:none; }
#menue a:hover { color:#4A3703; text-decoration:none; }
#menue a:active { color:#4A3703; text-decoration:none; }

#menue,h1 { font-size:18px; font-weight:normal; }

h1 { color:#4A3703; margin-top:0px; margin-bottom:0px; }

#seitenfuss-text { font-size:10px; font-weight:normal; color:#7E6B38; }

#seitenfuss-text a:link .aktiv,#seitenfuss-text a:visited .aktiv,#seitenfuss-text a:hover .aktiv,#seitenfuss-text a:active .aktiv { color:#4A3703; text-decoration:none; background-color:#F6F29F; }

#seitenfuss-text a:link { color:#7E6B38; text-decoration:none; }
#seitenfuss-text a:visited { color:#7E6B38; text-decoration:none; }
#seitenfuss-text a:hover { color:#7E6B38; text-decoration:underline; }
#seitenfuss-text a:active { color:#7E6B38; text-decoration:underline; }



/* SONSTIGE FORMATIERUNGEN */

img { border:none; }
p img { float:left; margin-right:10px; }