/* Dies ist die CSS-Styledatei für Isabels Homepage */



/* Das Hintergrundbild, aus transparenter GIF-Datei mit Hintergrundfarbe, nur 1x nicht gestreckt oder mitlaufend */

body {background-image:url(Musik/Hintergrund_Harfe.gif);

background-color:#ffffff;

background-attachment:float;

background-repeat:no-repeat;}



/* Farben und Stärken für die Texte */

* {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}

h1 {}

h2 {}

h3 {}

p {}

.gelb {font-weight:bold; color:#ff9900; background-color:#ffffff;}

.rot {font-weight:bold; color:#ff0000; background-color:#ffffff;}


/* Positionierung von Absätzen etc. */

.rein230 {margin-left:230px;}

.rein250 {margin-left:250px;}

.links {float:left;}

.rechts {float:right;}

.randlos {border:0px;}


/* Terminliste und Komponistenliste, jeweils erste Zeite fett*/

dt {font-weight:bold;}


/* Verkleinerung von Listenpunkten, insb. CD-Liste und Komponistenliste */

ul {font-size:80%}

li {margin-left:15px;}


/* Farben und Stärken für die Linien. Trickreich, da in allen Browsern unterschiedlich*/

hr {height:2px; border:0px; color:#ff0000; background-color:#ff0000}



/* Einstellungen für Fotos und Bilder*/

img {border:1px solid #999999;}

.gross {width:200px; height:200px; margin: 0px 15px;}

img.klein {width:100px; height:100px; margin: 0px 15px;}

img.papier {width:100px; height:141px; margin: 5px 5px;}

img.fotoq {width:130px; height:90px; margin: 5px 5px;}

img.fotoh {width:90px; height:130px; margin: 5px 5px;}

img.cd {width:173px; height:173px; margin: 0px 13px;}

img.cdalt {width:200px; height:173px; margin: 0px 0px;}

img.cdk {width:87px; height:87px; margin: 0px 0px;}

img.cdkalt {width:100px; height:87px; margin: 0px 0px;}



/* Farben und Unterstreichungen für die Links */

a {background-color:#ffffff;}

a:link {color:#006666;}

a:visited {color:#006666;}

a:hover {color:#ff9900; text-decoration:none;}

a:active {color:#ff9900;}





/*

Unsere Standardfarben, diese werden auf PC und Mac gleich dargestellt:

weiß      #ffffff

schwarz   #000000

blaugrün  #006666

rot       #ff0000

rotorange #ff6600

orange    #ff9900

gelb      #ffcc00

hellgelb  #ffffcc



und diese auf PC/Mac nicht gleich:

grau      #999999

ivory     #fffff0

eierschal #FFF3CF

*/