* { font-family:Verdana,Arial,sans-serif; color:black; }

body { 	background-color:#ffffcc; 
	background-image:url(../grafik/notenbild.jpg);
	background-position:right; 
	background-repeat:no-repeat; 
	background-attachment:fixed; }

div#Seite {
	text-align:left;
	margin:0 auto;
	width:760px;
	padding:0;
	background-color:beige; #ffffe0; 
	border:2px ridge silver; 
	}

ul#Navigation li { 
	list-style:none; 
	}

ul#Navigation a { 
	color:black; 
	background-color:green; 
	}

ul#Navigation a:hover { 
	color:dark green; 
	background-color:green; 
	}


h1 { font-size:110%; font-weight:bold; color:#660000; margin-top:4%; margin-left:20px; margin-right:20px; }

h2 { font-size:95%; font-weight:bold; color:#660000; margin-top:4%; margin-left:20px; margin-right:20px; }

p, table, ul { font-size:80%; margin-top:1%; line-height:140%; color:black; margin-left:20px; margin-right:20px; text-intend:1em; }

p#header { font-size:160%; text-align:center; background-color:solid green; border:2px rich silver; }

p#footer { font-size:70%; line-height:220%; text-align:center; border-top:1px solid silver; }

li { font-size:100%; line-height:110%; color:black; }

td { vertical-align:top; }

.name { font-style:italic; }		/*verwenden für <span class="name">Berlin</span>*/

a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:focus { color:#660000; text-decoration:underline; }
a:hover { color:#660000; text-decoration:underline; }
a:active { color:#660000; text-decoration:none; }

h2 a { color:#660000; }
h2 a:active { color:#660000; text-decoration:none; }
h2 a:link { color:#660000; text-decoration:none; }
h2 a:visited { color:#660000; text-decoration:none; }
h2 a:focus { color:#660000; text-decoration:none; }
h2 a:hover { color:#660000; text-decoration:none; }

h1 a { color:#660000; }
h1 a:active { color:#660000; text-decoration:none; }
h1 a:link { color:#660000; text-decoration:none; }
h1 a:visited { color:#660000; text-decoration:none; }
h1 a:focus { color:#660000; text-decoration:none; }
h1 a:hover { color:#660000; text-decoration:none; }