/* CSS style sheet */
/* 2024-02-04 */

/*
Colour harmonies from www.easyrgb.com
Sample    #FF6600 255.00 102.00   0.00
Theme # 1 #D8D8FF 215.58 215.61 255.00
Theme # 2 #ADE7D4 172.90 231.18 212.41
Theme # 3 #FFD1BA 255.00 209.00 186.22
Theme # 4 #A7E4FC 166.68 228.36 252.08
Theme # 5 #00B77E   0.00 183.19 125.83
Theme # 6 #508BFF  79.86 139.19 255.00
Theme # 7 #00A7FF   0.00 167.27 255.00
Theme # 8 #00ABB3   0.00 170.81 179.26
Theme # 9 #007EAA   0.00 125.86 169.66
Theme #10 #CC3A00 204.34  57.80   0.00
Theme #11 #0065FE   0.00 100.64 254.19
Theme #12 #008B57   0.00 138.90  87.32
*/



body
{
font-family: sans-serif;
color: rgb(0, 0, 0); 
background-color: rgb(100%, 40%, 0%); /* (255, 102, 0) */ 
background-image:url(bilder/stornostempelklre.gif); 
background-repeat:no-repeat;
background-position:top right;
background-attachment:scroll;
/*margin-left:12pt;*/
/*margin-right:12pt;*/
}

a:link { text-decoration:none; font-weight:bold; color:#000099; }
a:hover { text-decoration:none; font-weight:bold; background-color:rgb(100%, 60%, 20%); }
a:active { text-decoration:none; font-weight:bold; background-color:rgb(80%, 20%, 0%);  color:#0000cc; }
a:focus { text-decoration:none; font-weight:bold; background-color:rgb(100%, 60%, 20%); }
a:visited { text-decoration:none; font-weight:normal; color:#000066; }

.navmenu { /*background-color:rgb(245, 92, 0);*/ padding:0.3em; margin:0; font-size:x-small }
.navmenub { /*background-color:rgb(97%, 37%, 0%);*/ /*padding:0.2em; margin:20px;*/ }
/* <span class="navmenu"> Text </span>  */

.image1 {
        z-index: 99;
      }

.cover {
  object-fit: cover;
  object-position: 0 40%;
}
      
.urheber {
	font-size:small;
}



      
/* end of css */
