/***************** GIS 2.0 allgemein ******************/

/*

Wagas08 - Farben:

#ca262d -> rot
#f4f4f4 -> hellgrau
#d9d9d9 -> mittelgrau fuer Rahmen
#84bb2c -> gruen
#555555 -> dunkelgrau fuer Text

*/

/************** Farben **************/
.gis {
    color:#555;
}

.gis h1, .gis h2, .gis h3 {
    color:#ca262d;
    font-weight:bold;
}

/************* Formatierung *********/
.gis {
    font-family: Arial, Verdana, Helvetica;
    font-size:1em;
    color:#555;
}

.gis a {
   color:#555;
   text-decoration:underline; 
   font-weight:bold;
}

.gis a:hover {
    color:#333;
}

.gis a.download {
    margin-left:10px;
}


.gis p {
    font-size:0.9em;
}

.gis h1 {
    font-size:1.2em;
}

.gis h2 {
    font-size:1.1em;
}

.gis h3 {
    font-size:1em;
}
