a:link	  { color: blue; font-weight: normal; text-decoration: none }
a:visited { color: blue; font-weight: normal; text-decoration: none }  
a:hover   { color: lightblue; font-weight: normal; text-decoration: none; background-color: #9cc }
a:active  { color: darkblue; font-weight: normal; text-decoration: none; background-color: #6c9 }

body	{ font-size: 14pt; font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, "sans-serif"; font-weight: normal; }

h1		{ font-size:24pt; color: darkblue; font-weight: normal; background-color: whitesmoke; 
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "sans-serif" ; 
			letter-spacing:2px; word-spacing:4px; margin-left:2px; margin-right:2px; margin-top:8px; margin-bottom:8px;
            border-bottom: 1px solid darkblue }

h2 		{ font-size:22pt; color: darkblue; font-weight: normal; background-color: whitesmoke; 
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "sans-serif"; 
			letter-spacing:2px; word-spacing:4px; margin-left:2px; margin-right:2px; margin-bottom:8px; margin-top:8px;
            border-bottom: 1px solid darkblue; border-top:6px solid whitesmoke ridge }

h3		{ font-size:20pt; color: darkslateblue; background-color: whitesmoke; font-weight: normal; 
			font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, "sans-serif"; 
            font-weight:normal; letter-spacing:2px; word-spacing:4px; margin-bottom:2px; margin-top:2px }

h4 		{ font-size: 17pt; color: #039; background-color: snow;
			font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, "sans-serif"; font-weight: normal; 
			letter-spacing: 1px; word-spacing: 2px; margin-bottom: 2px; margin-top: 2px }

h5, h6	{ font-size: 14pt; color: #666; 
            font-family: "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "sans-serif"; text-align: right; font-weight: normal; }

p, li	{ font-size: 14pt; font-family: "Lucida Sans", "Lucida Sans Unicode", "Verdana", "sans-serif"; color: darkslateblue}
b, strong { font-weight: bold; letter-spacing: 1px }
i, em	  { letter-spacing: 1px }

table   { background: url(../grafik/back-bio1.jpg) repeat fixed;
            font-size:16px; font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, "sans-serif"; font-weight: normal; }

.container { display: flex; flex-wrap: wrap; /* Erlaubt, dass Elemente bei Bedarf in die nächste Zeile umbrechen */
		}
.column { flex: 1;         /* Sorgt dafür, dass Spalten den verfügbaren Platz gleichmäßig aufteilen */
          padding: 10px;   
		}

#box  	{ border: 1px solid snow }
#rbox 	{ border: 1px solid lightred }
#ybox 	{ border: 1px solid lightyellow }
#wbox 	{ border: 1px solid snow }
#hbox 	{ border: 1px solid azure }
