﻿/*
	CSS Copyright (c) 2009 Stefan Götz	
	
	#C9D3E2 - grau
	#FFFFFF - weiß
	#BC9933 - gold
	#F0E8D3 - Fasanhell
*/
	
	a {
		color: #FFFFFF;
	}
	a:visited {
		color: #FFFFFF;
	}
	a:active {
		color: #FFFFFF;
	}
	a:hover {
		color: #F0E8D3;
		font-size:120%;
		/*color: #F4C2C3*/
	}
	
	

	.style01 {/*Hintergrund grau  */
		background-color:#F0E8D3
	}

	.style02 {/*Hintergrund gold   */
		background-color:#B79740
	}
	
	.style03 {/* Navi aktive Seite */
		font-family:Verdana;
		color: #F0E8D3;
		font-size:127%;
		letter-spacing:3px;
		font-weight:lighter;
	}
	
	.style04 {/* Schrift Navigation */
		font-family:Verdana;
		color: #FFFFFF;
		font-size:80%;
		letter-spacing:3px;
		text-decoration:none;
	}
				
	.style05 {/*Schrift Text blocksatz  */
		font-family:Verdana;
		color: #808080;
		font-size:75%;
		text-align:justify;
	}

	.style06 {/*Zitat Startseite */
		font-family:"Brush Script MT";
		color:#BC9933;
		font-size:300%;
	}

	.style07 {/*Teresa von Avila */
		font-family:"Brush Script MT";
		color:#BC9933;
		font-size:x-large;
	}

	.style08 {/*Anwendungen Startseite  */
	 margin-left:270px;	
		font-family:Verdana;
		color: #808080;
		font-size:110%;
	}

	.style09 {/*kleine Schrift Text  */
		font-family:Verdana;
		color: #808080;
		font-size:76%;
		font-weight:bold;
	}
	
	.style10 {/*Schrift Text zentriert  */
		font-family:Verdana;
		color: #808080;
		font-size:75%;
		text-align:center;
	}

	.style11 {/*Schrift Text rechtsbündig  */
		font-family:Verdana;
		color: #808080;
		font-size:75%;
		text-align:right;
	}
	