body				{background-color:black;}
h1					{font-size:14px;font-weight:normal}

<!-- Links innerhalb der Web-Site -->
<!-- Verdrehte Welt: 
	Um MSIE und Netscape beiderseits glücklich zu machen, muss anscheinend a:link vor allem anderen angegeben werden, allerdings ohne
	text-decoration und a:visited darf auch keine text-decoration haben, oder so.
-->

a:link				{color:#0086C1;}
a					{text-decoration:none;color:#0086C1;}
a:visited			{color:#EE2024;}
a:active			{color:#EE2024;}
a:hover				{text-decoration:underline;color:#F9ED37;}
a:focus				{text-decoration:underline;color:#F9ED37;}

<!-- Vorstand 

a.vorstand:link		{font-weight:normal;font-color:white;}
a.vorstand			{text-decoration:none;font-weight:normal;font-color:white;}
a.vorstand:visited	{color:white;font-weight:normal;}
a.vorstand:hover	{text-decoration:underline;color:white;font-weight:normal;}
a.vorstand:focus	{text-decoration:underline;color:white;font-weight:normal;}
-->

<!-- Links nach draußen -->

a.external:link		{color:#0086C1;}
a.external			{text-decoration:none;color:#0086C1;}
a.external:visited	{color:#EE2024;}
a.external:hover	{text-decoration:underline;color:#F9ED37;}
a.external:focus	{text-decoration:underline;color:#F9ED37;}

<!-- Links nach draußen mit Sekundär-Informationen -->

a.secondary:link	{color:#7f7fff;}
a.secondary			{text-decoration:none;color:#7f7fff;}
a.secondary:visited	{color:#7f7fff;}
a.secondary:hover	{text-decoration:underline;color:#F9ED37;}
a.secondary:focus	{text-decoration:underline;color:#F9ED37;}

<!-- Photo-Links -->

a.photo:link		{background-color:#999999;border-width:0px;padding:0px;margin:0px}
a.photo				{background-color:#999999;border-width:0px;padding:0px;margin:0px}
a.photo:visited		{background-color:#f9ed37;border-width:0px;padding:0px;margin:0px}
a.photo:hover		{background-color:#eeeeee;border-width:0px;padding:0px;margin:0px}
a.photo:active		{background-color:#ff0000;border-width:0px;padding:0px;margin:0px}
a.photo:focus		{background-color:#eeeeee;border-width:0px;padding:0px;margin:0px}

a.bblack:link		{color:#ffffff;background-color:#999999}
a.bblack			{color:#ffffff;background-color:#999999}
a.bblack:visited	{color:#ffffff;background-color:#f9ed37}
a.bblack:hover		{color:#ffffff;background-color:#eeeeee}
a.bblack:active		{color:#ffffff;background-color:#ff0000}
a.bblack:focus		{color:#ffffff;background-color:#eeeeee}

.bblack a			{color:#ffffff;background-color:#000000}
.bblack a:visited	{color:#ffffff;background-color:#000000}
.bblack a:hover		{color:#ffffff;background-color:#000000}
.bblack a:active	{color:#ffffff;background-color:#000000}
.bblack a:focus		{color:#ffffff;background-color:#000000}

<!-- Tabellen etc. -->

table				{border-width:0px;padding:0px}
td,body,form		{font-family:verdana,arial,helvetica,sans-serif;font-size:11px;color:#ffffff;}
input,textarea		{border:solid #aaaaaa 1px; background-color:#666666;font-size:11px;color:#dddddd;}

<!-- Classes -->

.submit				{color:#333333;  border:#333333 solid 1px; background-color:#aaaaaa}
.black				{font-family:verdana,arial,helvetica,sans-serif;color:#aaaaaa;font-size:12px;line-height:17px;}
.white				{font-family:verdana,arial,helvetica,sans-serif;color:#ffffff;font-size:12px;line-height:17px;}	
.notice				{font-family:verdana,arial,helvetica,sans-serif;font-size:11px;line-height:15px;}
.copyright			{font-family:verdana,arial,helvetica,sans-serif;color:#aaaaaa;font-size:10px;line-height:15px;}
.event				{font-family:verdana,arial,helvetica,sans-serif;color:#ffffff;font-size:12px;font-style:italic;font-weight:bold}
.date				{font-family:verdana,arial,helvetica,sans-serif;color:#ffffff;font-size:12px;font-weight:bold}

.pos0				{position:absolute;left:0px;top:0px;right:0px;}
.headline			{font-size:18px;line-height:25px;letter-spacing:1px;color:#ffffff;vertical-align:bottom}

<!-- WikiWiki -->

.bblack				{border:solid #ffffff 1px;font-family:verdana,arial,helvetica,sans-serif;background-color:#000000;color:#ffffff;font-size:10px;text-align=center;align=center}
.QWIndent			{font-family:verdana,arial,helvetica,sans-serif;color:#ffffff;font-size:12px;line-height:17px;}	
.QWHeading1			{font-size:medium}

<!-- Müll? -->

.a1			{text-decoration:underline;color:#F9ED37;}
a.a2		{text-decoration:underline;color:#aaaaaa;}

