/*
Projekt: www.aufdenpunkt.ch
Typ: CSS-Datei
Beschreibung: Website von aufdenpunkt.ch - Urs W. Flück, Langendorf
Erstellt am: 20.08.2007, Urs W. Flück
Zuletzt geändert: 19.09.2007, Urs W. Flück
aufdenpunkt.ch - Urs W. Flück, CH-4513 Langendorf
www.aufdenpunkt.ch

==== Farben ====

Seitenhintergrund: 	#FFFFFF

Cyan:				#0096e0
Grau:				#EEEEEE

==== externe Dateien ====
Kopf:	

*/


/* ==== Abschnitt: Globale HTML-Selektoren ==== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p, div {
	margin: 0px;
	padding: 0px;
}

dl {
	float: left;
	padding-right: 5px;
	padding-bottom: 3px;
	vertical-align: top;
}

td {
	background-repeat: no-repeat;
}

/* Standart-Hyperlinks */
a {
	color: #0096e0;
}

a:link {
	color: #0096e0;
	text-decoration: none;
}

a:visited {
	color: #0096e0;
	text-decoration: none;
}

a:active {
	color: #0096e0;
	text-decoration: underline;
}

a:hover {
	color: #0096e0;
	text-decoration: underline;
}

/* === Überschriften === */

/* Gemeinsame Formate */

h1, h2, h3 {
	font-weight: bold;
}


/* Spezifische Formate */

h1 {
	font-size: 16px;
	margin: 0px 0px 6px 0px;
	color: #0096e0;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 4px 0px;
	color: #0096e0;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}


/* ==== Abschnitt: Globale Klassenselektoren ==== */

.aktiv {
	color: #FFFFFF;
	background-color: #0096e0;
}

/* #menue .aktiv a {
	color: #CCCCCC;
}
*/

/* ==== Abschnitt: Globale Kontextselektoren ==== */



/* ==== Abschnitt: Container ==== */

/* Container: adresse */

#adresse {
	font-size: 10px;
	color: #000000;
}

/* Container: menue */

#menue {
	font-size: 14px;
	color: #0096e0;
}

#menue a.aktiv {
	background-color: #0096e0;
	color: #FFFFFF;
}


/* Container: untermenue */

#untermenue {
	font-size: 12px;
	color: #0096e0;
}

#untermenue p {
	padding-top: 1px;
	padding-bottom: 2px;
}

/* Container: aktuell */

#aktuell {
	background: #EEEEEE;
	font-size: 11px;
	color: #666666;	
}

#aktuell h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 6px 0px 3px 0px;
}

/* Container: links */

#links {
	font-size: 11px;
	color: #666666;
}

#links h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0px 3px 0px;
}

#links p {
	padding-top: 1px;
	padding-bottom: 3px;
}

/* Container: spalte_links */

#splinks {
	background: #EEEEEE;
	font-size: 11px;
	color: #666666;	
}

#splinks h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 3px 0px;
}

/* Container: inhalt */

#inhalt {
	font-size: 12px;
}

/* Container: copyright */

#copyright {
	font-size: 9px;
	color: #999999;
}
