@charset "utf-8";
/* CSS Document */
body { background-color:#E6C76A; color:black; font-family:Arial; }
h1 { color:#AE5700; font-family:Arial; font-size:14; }
h2 { color:#9A751D; font-family:Arial; font-size:12; }
p.namo-list { color:#777433; font-family:Arial; font-size:12; }
p.namo-sublist { color:#4B4429; font-family:Arial; font-size:10; }
table.namo-table { border-left-color:#DEA91D; border-top-color:#DEA91D; border-right-color:#804000; border-bottom-color:#804000; }
table.namo-table td { border-left-color:#804000; border-top-color:#804000; border-right-color:#DEA91D; border-bottom-color:#DEA91D; }
table.namo-table th { background-color:#DBAA57; border-left-color:#804000; border-top-color:#804000; border-right-color:#DEA91D; border-bottom-color:#DEA91D; }
span.namo-link, a:link { color:red; text-decoration:underline; }
span.namo-visited, a:visited { color:#804000; text-decoration:underline; }
span.namo-active, a:active { color:#804000; text-decoration:underline; }
li.namo-list1 { list-style-image:url('nav/bullet1.gif'); }
li.namo-list2 { list-style-image:url('nav/bullet2.gif'); }


/*Links bleiben gleich*/
A:link {
	text-decoration: none;color:#red ;text-decoration:underline;
}
A:visited {
	text-decoration: none;color:#804000; text-decoration:underline;
}
A:active {
	text-decoration: none;color:#804000; text-decoration:underline;
}
