/* Farben */

/*
	HTML		Farbe


	#B4EEB4		RGB 180,238,180 hellgrün - Hintergrund bei Visitenkarte



	#FFFFFF		weiß (grey100)

	#CC0033		dunkelrot
	#CC3333		-"-
	#FF4D00		orange
	#FFD700		hell-orange

	#9CD086		olivgrün
	#2B8006		dunkelgrün
	#99CCCC		grün-grau
	#BBE0E3		pale turquoise
	#66E500		grasgrün

	#00BFFF		türkisblau
	#33CCCC		aquamarin
	#0066CC		mittelblau
	#3399FF		helleres mittelblau
	#000099		blau
	#333399		indigoblau
	
	#FFFFEE		cremefarben


	#CCCCCC		grey80 hellgrau von [Informationen aus Daten] Leistungsseite (RGB 204,204,204)
	#999999		grey60 (RGB 153,153,153)
	

	#000000		schwarz

*/


/* Farben von start1.gif 


	HTML		Farbe	RGB

	#ffcc00		orange 	255,204,0

	#99cc66		grün	153,204,102

	#000033		d.blau	0,0,51

	#cc0000		rot	204,0,0


*/


/* formate */

body {font-family:"CALIBRI"; background-color: #FFFFEE; font-style: italic}

.design{padding: 50px; min-width:500px; max-width: 50em}

.line2{border-top: 1px solid #2B8006}
.line1{border-top: 1px solid #2B8006}

/* vertikale Linie bei Text */




/*link */


/* Link für neue Seite */
a.neu {color:#2B8006; font-size:medium;}
a.neu:link {color:#2B8006; text-decoration:none}
a.neu:visited {color:#2B8006; text-decoration:none}
a.neu:hover {color:#cc0033; text-decoration:underline}


/* Link für selbe Seite */
a.selbe {color:#2B8006; font-size:1.3em}
a.selbe:link {color:#2B8006; text-decoration:none}
a.selbe:visited {color:#2B8006; text-decoration:none}
a.selbe:hover {color:#2B8006; text-decoration:none}


/* Link für externe Seite */
a.extern {color:#2B8006; font-size:large;}
a.extern {color:#2B8006; text-decoration:none}
a.extern {color:#2B8006; text-decoration:none}
a.extern:hover {color:#FFFFFF; text-decoration:none; background-color: #2B8006}


/* Link für mehr Text anzeigen oder verstecken*/
a.mehr {color:#333399; font-size:medium;}
a.mehr {color:#333399; text-decoration:none}
a.mehr {color:#333399; text-decoration:none}
a.mehr:hover {color:#99CC66; text-decoration:none; background-color: #FFFFFF}


/* Link für selbe Unterseite (z.B. Produktseite Fragebogen) */
a.selbeUS {color:#99cc66; font-size:1.3em; background-color: #FFFFFF}
a.selbeUS:link {color:#99cc66; text-decoration:none}
a.selbeUS:visited {color:#99cc66; text-decoration:none}
a.selbeUS:hover {color:#99cc66; text-decoration:none}

/* Link für Unterseite */
a.unterseite {color:#99cc66; font-size:medium;}
a.unterseite:link {color:#99cc66; text-decoration:none}
a.unterseite:visited {color:#99cc66; text-decoration:none}
a.unterseite:hover {color:#99cc66; text-decoration:underline; background-color: #FFFFFF}




/* floating */

img.floatLeft {float: left; margin: 20px; }
img.floatRight {float: right; margin: 20px; }


/* Ueberschriften */

h2 { color:#000000}
/*h3 { font-size:3} */
h3 { color:#000000}


/* Aufzaehlungszeichen */

ul.ok
{
list-style-image:url('../graphiken/haekchen.jpg');
}

