/*
** www.internetworld.de - Stylesheet
** copyright 1999 Neue Medien Gesellschaft Ulm mbH, Muenchen/Germany
*/

a.white		{ color: white; font-weight: bold; text-decoration: none; }
a.white:hover	{ color: red; }

a.red		{ color: red; font-weight: bold; text-decoration: none; }
a.red:hover	{ color: white; }

a.blue		{ color: #2878A1; font-weight: bold; text-decoration: none; }
a.blue:hover	{ color: white; }

a.orange	{ color: #e0753b; font-weight: bold; text-decoration: none; }
a.orange:hover	{ color: white; }

a.green		{ color: #338697; font-weight: bold; text-decoration: none; }
a.green:hover	{ color: white; }

a.rotbraun	{ color: #990000; font-weight: bold; text-decoration: none; }
a.rotbraun:hover	{ color: white; }

a.violet	{ color: #ae334b; font-weight: bold; text-decoration: none; }
a.violet:hover	{ color: white; }


.lightorange	{ color: #F7DECE }
.lighred	{ color: #EFD6D6 }
.lightgreen	{ color: #CEE7E7 }
.lightblue	{ color: #80BBD9 }
.lightviolet	{ color: #d6cede }

p.news		{ margin-top: 0.6em; }

p.news a.red:visited	{ color: #505050 }

