@import url(http://www.markusbaumi.ch/main.css);

#header {
 height:100px;
 background-color:#4F4F4F;
 background-image:url(bild/logo.jpg);
 background-repeat:no-repeat;
 background-position:center;
}

/*Navigation*/
#fot .aktiv {
 background-color:#FFFF00;
 color:#000000;
}


/*Gestaltung*/
h2 {
 background-color:#4F4F4F;
 color:#FFDF00;
}

h3 {
 background-color:#4F4F4F;
 color:#FFDF00;
}

h5 {
 background-color:#4F4F4F;
 color:#FFDF00;
}

#inhalt .bewertung a {
 background-color:#4F4F4F;
 color:#FFDF00;
 font-weight:bold;
}


#inhalt {
 background: url(http://urifoto.markusbaumi.ch/bild/stier.jpg) right 500px;
 background-repeat:no-repeat; 
} 


/* Tabelle Übersicht*/
.tabelle {
 border-collapse:collapse;
 border:1px solid #808080;
 empty-cells:show;
}

.tabelle tbody tr:hover {
 background-color:#ccff99;

}

.tabelle td {
 padding:10px;
 border-bottom:1px solid #808080;
}