/* ------------------------------------------------------------------------
    Standard StyleSheet for www.maniACTs.de
     last changed by berny@bernhard-marx.de
     on April 21st 2002
     feel free to copy and modify
------------------------------------------------------------------------ 
*/

/* fist, let's hide some things from buggy NN4 by putting them in 
    a seperate style-sheet so NN4 won't find them 
    
    This seperate style-sheet contains the following definitions:

    		p.menu a:link,
		p.menu a:visited { 
			padding-left: 1em;
			padding-right: 1em;
		}

    
   ---------------------------------------------------------------------------------- */

@import url(hide-from-nn4.css);

body {
	margin-left:  2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom 1em;
}


a:link {
	/* text-decoration: none; */
	/* color: blue; */
}

a:visited {
	/* text-decoration: none; */
	/* color: #CB48FF; */
}

a:hover {
	text-decoration: underline;
	/* color: red; */
}

/* something for our navigation menue */
p.menu {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0em;
	border-top: solid 2px blue;
	border-bottom: solid 2px blue;
	padding: 0.1em 0;
}


p.menu a:hover {
	background-color: yellow;
	}


p.menu a:link span,
p.menu a:visited span
{
	font-weight: bold;
	visibility: hidden;
	}


p.menu a:hover span {
	visibility: visible;
	}

p.pre-heading {
	color: white; 
	background: blue;
	font-weight: bold;
}
	


p.very,
strong.very {
	font-weight: bold;
	color: red;
	margin-top: 1em;
	padding: 0.2em;
	border: 2px solid;
	line-height: 1.5em;
}


/* --------------------------------------
 END
--------------------------------------- */
