﻿/*	CSS von Stefan Götz (c) 2008
	
*** Farbpalette ******
	#FFFFFF weiß  
	#000000 schwarz
	#003399 blau
	#CCCCCC OPEL_grau
	#FF0000 rot
	#FFD800 OPEL_gelb 
*/


	a:visited {
		color:#000000;
	}
	a:active {
		color:#000000;
	}
	a:hover {
		color:#FFFFFF;
	}
	
/***** Schriften *****/

	.style1 {/*Navi mit Link*/
		font-family:Tahoma;
		color: #000000;
		font-size:small;
		text-decoration:none
	}
	.style3 {/*Überschriften linksbündig*/
		font-family: Tahoma;
		color:#000000;
		font-size:medium;
		text-decoration:none;
	}
	.style4 {/**/
		font-family: Tahoma;
		color:#000000;
		font-size:xx-small;
		text-decoration:none;
	}
	.style5 {/*Navi ohne Link*/
		font-family:Tahoma;
		color:#FFFFFF;
		font-size:small;
		text-decoration:none
	}
	.style7 {/*abg Schiftfarbe rot*/
		font-family: Tahoma;
		color: #FF0000;
		font-size: small;
		text-decoration:none;
		text-align:center;
	}
	.style8 {/*hellgrau*/
		 background-color:#CCCCCC
		 
	}
	.style9 {/*gelb*/
		 background-color:#FFD800
	}
	.style11 {/*horizontale Linie*/
		border-color:#FFD800;
		border-style:solid
	}
	.style12 {/*weißer Hintergund neues Startformular Zeile 2*/
		background-color:#FFFFFF;
	}
	.style14 {/*hellgrau*/
		background-color: #CCCCCC;
		text-align: left;
	}
	.style15 {/*Überschrift Startseite 1001 Bilder... zentriert*/
		font-family: Tahoma;
		color: #000000;
		font-size: medium;
		text-decoration: none;
		margin-top: 0;
		text-align: center;
		margin-bottom: 0;
	}
	.style16 {/* Weiter Klammern >> auf Startseite*/
		font-family:Tahoma;
		color: #000000;
		font-size:x-small;
		text-decoration:none
	}
	.style17 {/*inaktiver Link "ich mach mit"*/
		font-family:Tahoma;
		color: #CCCCCC;
		font-size:small;
		text-decoration:none




