/*
Projekt: wab.dfga.ch
Typ: CSS-Datei
Beschreibung: 2 Phasen WAB, Demo-Version für externen Bereich
Erstellt am: 05.07.2005, Urs W. Flück
Zuletzt geändert: 29.06.2006, Urs W. Flück
für agolution.ch, Bern
aufdenpunkt.ch - Urs W. Flück, CH-4513 Langendorf
www.aufdenpunkt.ch

==== Farben ====

Seitenhintergrund: 	#FFFFFF

Menübalken:		 	#7D7D7D
heller Streifen:	#F9F9F9
dunkles rot:		#ECC487
helles rot:			#F1CA8C

grauer Infobalken:	#E9E9E9
Fusszeile:			#C0C0C0

Linien:	#F6BEBC

rot:	#DC120A
blau:	#0A2ADC
blau für Titel:		#051C9C

==== externe Dateien ====

Hintergrundbild: 	hintergrund_extern.gif
Kopfbild links:		kopfgrafik-links_extern.gif
Kopfbild rechts:	kopfgrafik-rechts_extern.gif

*/


/* ==== Abschnitt: Globale HTML-Selektoren ==== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	background-image:  url("../_images/hintergrund_extern.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
input, textarea, select, option {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 12px;
}
p, td {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Standart-Hyperlinks */

a {
	text-decoration: none;
	color: #DC120A;
}
a:link {
	color: #DC120A;
}
a:visited {
	color: #DC120A;
}
a:active {
	color: #051C9C;
}
a:hover {
	color: #051C9C;
}

/* Überschriften */
/* Gemeinsame Formate */
h1, h2, h3, h4 {
	color:#051C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 0px;
}

/* Spezifische Formate */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
    color: #DC120A;
    font-size: 13px;
}


/* ==== Abschnitt: Globale Klassenselektoren ==== */

.aktiv {
	color: #FF6600;
}
.hervorheben {
  color: #666666;
  font-size: 11px;
}
.linielinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
}

.tabellentitel a {
	text-decoration: none;
	font-weight: bold;
	color: #051C9C;
}
.tabellentitel td {
	background-color: #C0C0C0;
	font-weight: bold;
}
.tab_hell td {
	background-color: #F9F9F9;
}
.tab_dunkel td {
	background-color: #E9E9E9;
}
/* ==== Abschnitt: Globale Kontextselektoren ==== */

/* ==== Abschnitt: Container ==== */

/* Container: kopf */

/* Container: navigation */
#navigation a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited {
	color: #FFFFFF;
}
#navigation a:active {
	color: #DC120A;
}
#navigation a:hover {
	color: #DC120A;
}

/* Container: infospalte */
#infospalte td, tr {
        font-size: 13px;
}
#infospalte h1, h2 {
	color: #DC120A;
}

/* Container: inhalt */
#inhalt td, tr {
        font-size: 13px;
}
#inhalt h1, h2 {
	color: #051C9C;
}

/* Container: adresse */
#adresse p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#adresse a:link {
	color: #FFFFFF;
}

#adresse a:visited {
	color: #FFFFFF;
}

#adresse a:active {
	color: #FFFFFF;
}

#adresse a:hover {
	color: #FFFFFF;
}


/* Container: copyright */
#copyright p {
	font-size: 10px;
	color: #000000;
}
#copyright a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
#copyright a:link {
	color: #000000;
}
#copyright a:visited {
	color: #000000;
}
#copyright a:active {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #FFFFFF;
}

