/* ########## STYLE.CSS - (C) DAS ITALIENISCHE WEINDEPOT IN GARMISCH-PARTENKIRCHEN - GLOBALE CSS-DATEI ########## */

/* ########## Globale CSS Stile, scheinen aber nicht auf allen Browsern lauffaehig ########## */
body	{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* ########## Tabellen Stile, Rahmen und Hintergrund ###################### */
.t1		{ font-size: 11px; color: #404040; background-color: #EFEFEF; padding: 0px; display: block; }
.t2		{ border: 1px dashed #999; padding: 4px; display: block; }
.t3		{ border: 1px dashed #FF0000; padding: 4px; display: block; }

/* ################ Stile fŸr sortierte und unsortierte Listen ############## */
.listgreen		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_green_off.gif); }
.listred		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_red_off.gif); }
.listdarkred	{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_darkred_off.gif); }
.listblack		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_black_off.gif); }
.listorange		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_orange_off.gif); }
.listbeige		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_beige_off.gif); }
.listblue		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_blue_off.gif); }
.listbrown		{ font-size: 10px; text-align: left; list-style-image: url(http://www.gerardo.de/media/navigation/dot_brown_off.gif); }

/* ################ Stile fŸr sortierte und unsortierte Listen ############## */
.plainlistgreen		{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_green_off.gif); }
.plainlistred		{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_red_off.gif); }
.plainlistdarkred	{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_darkred_off.gif); }
.plainlistblack		{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_black_off.gif); }
.plainlistorange	{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_orange_off.gif); }
.plainlistbeige		{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_beige_off.gif); }
.plainlistblue		{ list-style-image: url(http://www.gerardo.de/media/navigation/dot_blue_off.gif); }

/* ########## Schriftstile fŸr Ÿberschriften, h3 beginnt dort wo s1 aufhšrt ############## */
.h1		{ font-size: 14px; font-weight: bold; }
.h2		{ font-size: 13px; font-weight: bold; }
.h3		{ font-size: 12px; font-weight: bold; }

/* ########## Aktuelle Version, fuer CLASS tags, wird absofort ausschliesslich verwendet ########## */
.s1     { font-size: 12px; }
.s2     { font-size: 11px; }
.s3     { font-size: 10px; }

/* ########## Justify ########### */
.j1		{ font-size: 12px; text-align: justify; }
.j2		{ font-size: 11px; text-align: justify; }
.j3		{ font-size: 10px; text-align: justify; }

/* ########## feste buchstabenbreite ########## */
.c1		{ font-family: Courier new, Courier; font-size: 12px; }
.c2		{ font-family: Courier new, Courier; font-size: 11px; }
.c3		{ font-family: Courier new, Courier; font-size: 10px; }

/* ############################### Spezielle Stile ############################## */
.news		{ font-size: 12px; text-align: justify; }
.invis   	{ font-family: Arial, sans-serif; font-size: 1px; color: white; background-color: transparent; }
	
/* ########## Globale CSS Stile fuer alle text-links ########## */
a:link		{ color: red; text-decoration: none; background-color: transparent; }	
a:hover		{ color: red; text-decoration: none; background-color: #DCDCDC; }
a:visited 	{ color: red; text-decoration: none; background-color: transparent; }
a:active	{ color: red; text-decoration: none; background-color: #DCDCDC; }

/* ########## veraltete version, war noch auf ID tags bezogen, kann bald geloescht werden ########## */
#s1       	{ font-size: 12px; }
#s2      	{ font-size: 11px; }
#s3       	{ font-size: 10px; }