/* Datei: sonderseite.css */
/* geschrieben für das Projekt: Helene Gries-Danican */
/*                              Ausstellung im MARSTALL Ahrensburg 1993 */
/* enthält die Formate für die Sonderseiten */

body { position:absolute; font-family:Comic Sans MS,Arial,sans-serif; font-size:8pt; color: #000000 }

a:link { font-family:Comic Sans MS,Arial,sans-serif; color:#000000; text-decoration:none}

a:visited { font-family:Comic Sans MS,Arial,sans-serif; color:#000000; text-decoration:none}

a:active { font-family:Comic Sans MS,Arial,sans-serif; color:#000000; text-decoration:none}

a:hover { text-decoration:underline; background-color:#641e1e; font-family:Comic Sans MS,Arial,sans-serif; font-size:8pt; color: #dedede }

#header_container { position:fixed; top:0; left:0; right:0; margin:0; height::3em; z-index:3; }

#header { position: absolute; top:0; left:0; right:0; bottom:0; height:100%; background-color:#efefef; z-index:3; margin:0; padding:0.2em; }

#content { background-color:#ffffff; margin:0; padding-top:4em; padding-left:0.5; padding-bottom:3em; padding-right:10em; z-index:2; }


/* Nun fuer den MSIE   */

*html, *html body { overflow:hidden; bottom:0; height:100%; }

*html #header_container {position:absolute; width:100%; }

*html #header { height:100%; position:static; }

*html #content { position:absolute; top:100; bottom:0; left:0; height:100%; width: 100%; margin:0; overflow:auto; }

