/* Copyright ©2003 by movart 

All rights reserved! info@movart.ch 

CSS-File für www.bahnfactory.ch / C. De Maria - CH-Rüti */

/* Seitenformatierungen 

*/ body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 


/* Titelformatierungen */ 

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #ffffff; font-weight: normal } 

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #ffffff; font-weight: normal } 

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #ffffff; font-weight: normal }

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #ffffff; font-weight: bold } 

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	bottom: auto;

} 


/* Tabellen */ 

td { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #ffffff; font-weight: normal; text-align: left } 
td.form {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 

/*Link-Einstellungen */ 

a            {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

} 
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 




/* Eingabefelder input { font-family: arial, verdana, helvetica; font-size: 9pt; color: #000000; } */ 
