/* css Datei für www.muenning.com
 Alexa Dierking, 11.02.2006*/

/* basis elements*/
body {
	font-size: 12pt;
	font-family:helvetica, sans-serif;
	background-image:url(logo_b.png);
	background-repeat:repeat;
 	background-attachment:fixed; 
	line-height: 1.5em;
	}


li {
	text-decoration:none;color:#000000;
	font-size:larger;
	font-weight:normal;
	}


a:link {font-weight:bold;text-decoration:none;color:#600000;}
a:active {font-weight:bold;text-decoration:none;color:#600000;}
a:visited {font-weight:bold;text-decoration:none;color:#000000;}
a:hover {font-weight:bold;text-decoration:none;color:#c00000;}

/*
a:visited {font-size:12pt;font-weight:bold;text-decoration:none;color:#000000; }
a:hover {font-size:10pt;font-weight:bold; text-decoration:none;color:#101010; }
*/


/* specific elements*/

#nav {	
	width:180px;
	border-width:2px;
	border-style:solid;
	color:#FF0000;
	background-color:#FFFFFF;
	white-space:nowrap;
	/*background-image:url(gruen.png)*/
	}

/*Navigations-Links*/

#a a {	
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

#a a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

#a a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#008800;
	}

#a a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

/*Link im Copyright*/

#c a {	
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

