/* DATEI: gallery.css */
/* grau = rgb(224, 224, 224) */
/* weiß = rgb(255, 255, 255) */
/* schwarz = rgb(0, 0, 0) */

body {
   background-color: rgb(100, 0, 0);
   font-family: Arial;
   color: rgb(255, 255, 255);
}

a:link {
   color: rgb(200, 10, 10);
   text-decoration: none;
   font-size: 12px;
   font-weight: normal;
}

a:visited {
   color: rgb(200, 200, 200);
   text-decoration: none;
   font-size: 12px;
   font-weight: normal;
}

a:hover {
   color: rgb(200, 200, 200);
   text-decoration: none;
/*   background-color: rgb(0, 255, 255); */
   font-size: 12px;
   font-weight: bold;
}

a:active {
   color: rgb(200, 200, 200);
   text-decoration: none;
/*   background-color: rgb(0, 0, 255); */
   font-size: 12px;
   font-weight: normal;
}

h1 {
    font-family: Arial,sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: rgb(200, 10, 10);
}

h1#Titel {
   font-family: Arial,sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: rgb(200, 10, 10);
}

h1#Subtitel {
   font-family: Arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: rgb(200, 200, 200);
}

h1#Text {
   font-family: Arial,sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: rgb(200, 10, 10);
}

h2#Titel {
   font-family: Arial,sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: rgb(200, 200, 200);
}

h2#Subtitel {
   font-family: Arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: rgb(200, 200, 200);
}

h2#Text {
   font-family: Arial,sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: rgb(200, 200, 200);
}
