/*
	Formatierung	: FORMATIERUNG
	Beschreibung	: Formatierungen für 3Länderfrauen
	Version		: 1.0
	Datum		: 22. November 2006
	
	Formatierte HTML-Tags
	div, td, th, p, h1, h2, ol, ul, li, form, textarea, input, select, a, b, i, u, strong, small, span
	
	Klassenformatierungen
	.technavi/.technavia	Technische Navigation (aktiv)
	.navi/.navia/.navimo	Seitennavigation 1. Ebene (aktiv/mouseOver)
	.unavi/.unavia/.unavimo	Seitennavigation 2. Ebene (aktiv/mouseOver)
	.seperator/.seperatora	Navigationstrennlinie (aktiv)
	.logo			Logo/Schriftzug
	.seiteninhalt		Seiteninhalt
	.rechtshinweis		Rechtshinweis/Aktualisierungshinweis
	.drucklink		Drucklink
	.erfolg			Erfolgsmeldungen
	.fehler			Fehlermeldungen
	.button			Buttons
	.radio			Radiobuttons
	.checkbox		Checkboxen
*/

/* Schriftarten */
td, th, p, h1, h2, li, form, textarea, input, select, small { font-family: Arial, Verdana, sans-serif; }

/* Schriftgrössen */
td, th, p, h1, h2, li, form, textarea, input, select, .drucklink { font-size: 14px; }
.navi, .navia, .navimo, .unavi, .unavia, .unavimo, .rechtshinweis { font-size: 12px; }
.technavi, .technavia { font-size: 11px; }
small { font-size: 10px; }

/* Schriftformatierungen */
td, th, p, h1, li, form, textarea, input, select, .rechtshinweis { font-style: normal; }
h2, i { font-style: italic; }
td, p, li, form, textarea, input, select, .rechtshinweis { font-weight: normal; }
th, h1, b, strong { font-weight: bold; }
td, th, p, h1, h2, li, form, textarea, input, select, .technavi, .technavia, .navi, .navia, .navimo, .unavi, .unavia, .unavimo, p.rechtshinweis, .drucklink { text-decoration: none; }
a, u, a.technavi:hover, a.technavia:hover, a.rechtshinweis { text-decoration: underline; }

/* Textausrichtungen */
th, td.technavi, td.technavia, td.navi, td.navia, td.navimo, td.unavi, td.unavia, td.unavimo { text-align: left; vertical-align: middle; }
td.seiteninhalt { text-align: left; vertical-align: top; }

/* Ränder und Abstände */
p { margin-top: 0px; margin-bottom: 0.7em; padding-top: 0px; padding-bottom: 0.7em; }
h1 { margin-top: 0px; margin-bottom: 0.5em; padding-top: 0px; padding-bottom: 0.5em; }
h2 { margin-top: 0px; margin-bottom: 0.5em; padding-top: 0px; padding-bottom: 0.5em; }
ol { margin-top: 0px; margin-bottom: 10px; margin-left: 15px; margin-right: 0px; }
ol { padding-top: 0px; padding-bottom: 10px; padding-left: 15px; padding-right: 0px; }
ul { margin-top: 0px; margin-bottom: 0.7em; margin-left: 13px; margin-right: 0px; }
ul { padding-top: 0px; padding-bottom: 0.7em; padding-left: 13px; padding-right: 0px; }
form { margin: 0px; padding: 0px; }
td.technavi, td.technavia { padding: 0px 6px; }
td.navi, td.navia, td.navimo { height: 30px; padding-left: 15px; }
td.unavi, td.unavia, td.unavimo { height: 24px; padding-left: 27px; }
td.seperator, td.seperatora { height: 1px; }
p.rechtshinweis { padding-bottom: 5px; }

/* Rahmenformatierungen */
.logo { border-right: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; } /* weiss */
.button { border: 1px solid #BAC870; } /* dunkeltürkis */

/* Listenformatierungen */
ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Schriftfarben */
td, th, p, h1, h2, li, form, textarea, input, select, .rechtshinweis, .drucklink { color: #000000; } /* schwarz */
.technavi, .technavia, .navi, .navia, .navimo, .unavi, .unavia, .unavimo { color: #FFFFFF; } /* weiss */
.erfolg { color: #216736; } /* dunkelgrün */
.fehler { color: #CC2B01; } /* rot */

/* Hintergrundfarben */
div, td, th, p, h1, h2, ol, ul, li, form, span, .technavi, .technavia, .navi, .seperator, .rechtshinweis, .drucklink, .radio, .checkbox { background-color: transparent; }
textarea, input, select { background-color: #FFFFFF; } /* weiss */
.navia, .navimo, .unavi, .unavia, .unavimo, .seperatora { background-color: #A3A3A7; } /* hellgrau */
.button { background-color: #CFD89B; } /* helltürkis */

/* Hintergrundbilder */
td.navimo { background-image: url("/bilder/navigation/navimo.gif"); background-repeat: no-repeat; }
td.unavia { background-image: url("/bilder/navigation/unavia.gif"); background-repeat: no-repeat; }
td.unavimo { background-image: url("/bilder/navigation/unavimo.gif"); background-repeat: no-repeat; }
td.seperator, td.seperatora { background-image: url("/bilder/navigation/separator.gif"); background-repeat: no-repeat; }

/* Cursorformatierungen */
a, td.navi, td.navia, td.navimo, td.unavi, td.unavia, td.unavimo { cursor: pointer; }



