/* -----------------------------------------------------
 globale gemeinsame Merkmale
 -----------------------------------------------------*/
body,p,h1,h2,h3,h4,li,div,table,td,th,address,blockquote,b,i,u  {
	
}

/* -----------------------------------------------------
 Body
 -----------------------------------------------------*/


/* -----------------------------------------------------
 Überschriften
 -----------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
}

/* Große Seiten-Überschrift*/
h1  {
}

/* Kleine Seiten-Überschrift*/
h2  {
}

/* Einführungstext unter großer Seitenüberschrift*/
h3  {
}

/* Abschnitts - Überschrift*/
h4  {
}

/* Absatz-Überschrift*/
h5  {
}

/* Standard Textabsatz
---------------------*/
p.bestell{
	font-family: Comic Sans MS;
	color: #FFFFFF;
}

/* einfache Abarten
---------------------*/

	
/* Meldungen
---------------------*/

/* Besondere Absätze
---------------------*/

/* Link-Absätze und -Menüs
---------------------------*/

/* Textblöcke
---------------------*/

/* -----------------------------------------------------
 Formulare, Tabellen
 -----------------------------------------------------*/
table.gal{
	width:600px;
	height:450px;
	cols:3;
	rows:3;
	
}

/* -----------------------------------------------------
 Bilder, Grafiken
 -----------------------------------------------------*/
img.quer{
	width:180px;
	height:120px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
	
img.nav{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

img.hoch{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width:120;
	height:180;
}
/* -----------------------------------------------------
 Verweise
 -----------------------------------------------------*/
a.agb{
    font-family: Arial;
	color: #3399ff;
}

a.mail{
	font-family: Arial;
	font-weight: bold;
	/*color: #FF0000;*/
	color: #3399ff;
}

a.link{
	color:#ffffcc;
}

/* -----------------------------------------------------
 Sonstiges
 -----------------------------------------------------*/
small.text{
	color: #FFFFFF
}

