
/******************************************************/ 
/* \\\///                                             */ 
/* .-.                                                */ 
/*  .                                                 */ 
/* \__/                                               */ 
/*  ||                                                */ 
/* layout.css                                         */ 
/* StyleSheet Definitionen für Statik Riedel          */ 
/* Unterhalb jedes Befehls steht eine Kurzerklaerung  */ 
/******************************************************/ 
 

/* Schriftart*/ 
h1, h2, h3, td, th, p, a, option, input, select, form  { font-family: HELVETICA,sans-serif;  }

/*Schriftgrößen*/
h1 { font-size:35pt; }
h2 { font-size:13pt; }
h3 { font-size:12pt; }
a, p, td, th, li { font-size:11pt; }

/*Schriftfarben*/
h1, h2, h3 { color:navy; }
p, li { }
#rot { color:red; }


a:link { color:navy; } 
a:visited { color:green; } 
a:active { color:red; }
a:hover { text-decoration:underline; }


/* text-decoration */
h1, h2, h3, td, th, p, a, option, input, select, form { text-decoration:none; }



/* alignment */
h1, h2, h3, td, th, p, a, option, input, select, form { alignment:left; }
#center { alignment:center; }
 

/* weight */
/*Keine Angabe für: h1, h2, h3, td, th, p, option, input, select, form { font-weight:normal; }*/
a { font-weight:600; }
h1 { font-weight:bold; }
#fett { font-weight:bold; }

/* Überschrift */
th.oben { 	text-align:right;  
		alignment:right;
		color:navy;
		font-weight:bold; }

/* Preis */
p.preis {       color:red;
		font-size:18pt;
                font-weight:bold; }
/* Klein */
p.klein { font-size:8pt; } 

/* Laufweite */
a {font-stretch:condensed;}
