@import url(../main.css);

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

/*Navigation*/
#tip .aktiv {
 background-color:#FF0000;
}


/*Gestaltung*/
h2 {
 color:#FF0000;
}

h3 {
 color:#FF0000;
}

h5 {
 color:#FF0000;
}

#inhalt .bewertung a {
 color:#FF0000;
 font-weight:bold;
}

/* Tabelle Fotobuch */
.tabelle {
 width:100%;
 border-collapse:collapse;
 border:1px solid #808080;
 empty-cells:show;
}

.tabelle thead {
 text-align:left;
 font-weight:bold;
 background-color:#EEEEEE;
}

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

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

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

/*  #F7F7F7  */