.menue {  color: #273754; text-decoration: none; font: bold normal 12px Verdana, Arial, Helvetica, sans-serif; text-align: center}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; line-height: 21px; font-weight: normal; letter-spacing: normal; text-align: justify; vertical-align: text-bottom; word-spacing: normal}
.überschrift1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 21px; letter-spacing: normal; text-align: left; vertical-align: baseline; word-spacing: normal}
.menue2 { text-decoration: none ; text-align: center; font: bold normal 12px Verdana, Arial, Helvetica, sans-serif; background: #818298; border-width: thin 0px 0px; border-color: #818298 black black}
.Adressfeld {  font: normal 8px/16px Verdana; text-decoration: none; letter-spacing: normal; text-align: center; vertical-align: middle; word-spacing: normal; white-space: normal}
.AdressfeldKopie { font: normal 14px/16px Verdana; text-decoration: none; letter-spacing: normal; text-align: center; vertical-align: middle; word-spacing: normal; white-space: normal ; background-color: #FF0000; border-top-width: thin}

/* 
Website:   			LAUF e.V.
Beschreibung:		allgemeine Styleanweisungen fuer die gesamte Website						
Erstellt am:   		09.10.2009 von vivien    
Bearbeitet am: 		-
*/
body {
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#page {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	width: 800px;	
}
#logo {
	float: left;
	height: 120px;	
	width: 181px;	
}
#navigation {	
	background-image: url(../images/streifen.gif); /* ToDo */
	background-position: 181px bottom;
	background-repeat: no-repeat;
	height: 23px;	
	padding-top: 50px;			
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#navigation li {		
	display: block;
	font-weight: bold;	
	float: left;	
	height: 16px;
	padding-left: 18px;
	padding-right: 18px;		
}
#navigation li.selected {	
	background-image: url(../images/streifen.gif);			
}
#content {
	clear: both;
	margin-top: 80px;
	padding: 0 80px 0 80px;
	text-align: left;
}
#lastChange {
	font-style: italic;
	margin-top: 20px;	
	padding: 0 80px 0 80px;
	text-align: left;
}
#lastChange hr, #content hr {
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #F28B00;
 	border-bottom: solid 1px #FFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
#footer {
	background: #EEE;
	border-left: 4px solid #F28B00;
	border-right: 4px solid #F28B00;
	font-size: 0.9em;
	height: 16px;
	margin: 40px 80px 0 80px;
}
a:hover {
	text-decoration: none;
}

#content table, #content td, #content p, #content div, #content li {
	font-size: 1.0em;
}