/* basis der seiten */

body {font-family: Arial,sans-serif;}

/* hier das standard-linkverhalten */
a {color: #0000FF; text-decoration: underline; background-color: transparent;}
a:hover {text-decoration: none;}

h2 {border-bottom: 2px #ea6640 dotted;}

/* divs die die seite bauen */
div#base {margin-left: 3px; margin-right: 3px; border: 1px #ea6640 solid; font-size: normal; background-image: url(../graphiken/hintergrund-standard.gif); padding-left: 5px; padding-right: 5px; padding-bottom: 5px} 
div#divOben, div#divUnten {margin-left: 3px; margin-right: 3px; font-size: x-small;}
div#unten {margin-left: 3px; margin-right: 3px; font-size: x-small;}


/* einstellungen im oberen div */
table#oben {width: 100%}
td#oben-links {vertical-align: bottom; text-align: left;}
td#oben-rechts {vertical-align: bottom; text-align: right;}


/* einstellungen der startseite  */
h1.start {text-align: center;}

table.start {width: 100%; text-align: center;}
td.start {border: 1px solid #ea6640; width: 50%; height: 100px;}
td.start:hover {background-color: white; font-size: xx-large;}


/* so wird die gallerie-uebersicht angezeigt */

img.gallery {border: none;}
img.bigView {border: none;}


table.gallery {width: 100%; text-align: center;}
/* tr.gallery:hover {background-color: #ea6640;} */
td.gallery {border: 1px solid #ea6640; width: 25%;}
td.gallery:hover {background-color: white;}


/* ansich der einzelnen bilde */
div.img {text-align: center; width: 100%; margin-top: 5px;}

table.picture {width: 100%; text-align: center;}
td.picture {width: 33%}
