﻿/*****************************************************************************
* CSS-Layout von Uwe Prochnow <uwepr@online.de> für                          *  
* http://www.aquarienverein-rossmaessler-halle.de                            *
* 2008/2009 letzte Änderung: 3.1.2009                                        *
* Druckformatierung                                                          *
******************************************************************************/

body {font-size: 12pt;}

body, div, ul, li, h1, h2, h3, h4, h5, h6, p {

border: 0px !important;
background-color: #fff !important;
color: #000 !important;
}


a {
color: #000 !important;
}

a:not([href^= '#']):after {
content: " ("attr(href)")";
color: #ccc;
font-style: italic;
font-size: 0.85em;
}



/* Hauptmenu */
div#menu {
display:none;
}

/* Menu rechts */
div#menurechts  {
display:none;
}

/* Fussleiste */
div#untenNav  {
display:none;
}

/* Sprung nach oben */
.nachoben {
display:none;
}
