
html {
	
	width: 1132px;
	margin: auto;
	
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #444444;
	text-align: justify;
	
	background-color: #EEEEEE;
	padding: 2em;
	}
	

	
	
#Schatten {
	
	text-align: left;
	width: 1132px;
	box-shadow: 0px 0px 25px grey;
	border-radius: 10px;
	background-color: white;
	}
	
#Seite {
	margin: 0 auto;
	width: 1024px;
	
	padding: 3em;
	border-radius: 10px 10px 0px 0px;
	
	background-color: white;
	}
	
#Seitenende {
	text-align: right;
	font-size: 18px;
	width: 1024px;
	height: 100px;
	margin: 0 auto;
	padding: 3em;
	border-radius: 0px 0px 10px 10px;
	background-color: silver;
	color: #444444;
	background:-moz-linear-gradient(bottom,white,silver);
	background:-webkit-gradient(linear,left top,left bottom,from(silver),to(white));
	}
	
#Firmenname {
	font-size: 30px;
	color: red;
	}

#Header {
	
	}
	
	
/*Navigationsleiste*/
	
#Navi {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #444444;
	
	border-right: white;
	border-left: white;
	background-color: white;
	}
	
#Navi li {
	list-style: none;
	display: inline;
	margin: 2.4em;
	padding: 0;
	color: #444444;
	}

/*Ausgangsansicht*/	
	
#Navi a, #Navi span {
	text-align: center;
	padding: 0.2em 1em;
	text-decoration: none;
	background-color: white;
	color: #444444;
	
	
	}
	

	
/*Beim überfahren mit der Maus: */	
	
#Navi a:hover, #Navi span {
	color: #003366;
	
	font-weight: bold;
	}
	

	

/*Ende Navigationsleiste*/	

#Seitentitel {
	font-size: 45px;
	
	color: #003399;
	font-weight: bold;
	text-align: right;
	}

#Untertitel {
	font-weight: bold;
	text-align: right;
	}
	

	
	
	
#TextHome1 {
	font-size: 35px;
	line-height: 30px;
	text-shadow: silver 1px 1px;
	}
	
#TextHome2 {
	text-align: right;
	font-size: 35px;
	line-height: 30px;
	text-shadow: silver 1px 1px;
	}
	
#BildHome1 {
	text-align: center;
	}



	

#Anfangsbuchstabe {
	float: left;
	font-size: 68px;
	color: #003399;
	font-weight: bold;
	padding: 10px;
	}
	

	
	
	
	
	
	
#Download {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	border:  white;
	background-color: white;
	}
	
#Download li {
	list-style: none;
	display: inline;
	margin: 3em;
	padding: 0;
	color: #444444;
	}
	
#Download a, #Download span {
	color: #003399;
	padding: 0.2em 1em;
	text-decoration: none;
	border: 1px solid silver;
	border-radius: 2px;
	background-color: white;
	font-size: 18px;
	
	
	}
	
#Download a:hover, #Download span {
	color: #003399;
	
	font-weight: bold;
	}
	

	
#Karte {
	text-align: center;
	}
	

#Kontaktdaten {
	list-style: none;
	line-height: 25px;
	}

#Impressum	{
	line-height: 10px;
	
	}

	
h4 {
	font-size: 25px;
	color: #003399;
	}
	
	
#Datenschutz {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	border:  white;
	background-color: white;
	}
	
#Datenschutz li {
	list-style: none;
	display: inline;
	margin: 3em;
	padding: 0;
	color: #444444;
	}
	
#Datenschutz a, #Datenschutz span {
	color: #003399;
	padding: 0.2em 1em;
	text-decoration: none;
	border: 1px solid silver;
	border-radius: 2px;
	background-color: white;
	font-size: 18px;
	
	
	}
	
#Datenschutz a:hover, #Datenschutz span {
	color: #003399;
	
	font-weight: bold;
	}
	

	
	