/*------------------------------------------------------------------------
  Style- und Formatangaben
  Stand: Mi. 24.08.2005 11:19:20
  ------------------------------------------------------------------------*/

/* Verweis */
a		{ color: #336699; text-decoration: none; }
/* noch nicht besuchte Seite */
a:link	{ }
/* besuchte Seite */
a:visited{ }
/* Link unter dem Cursor */
a:hover	{ text-decoration: underline; color: #996633; }

.us		{ border-top: 1px solid #000000; }
.copy	{ font-size: 85%; color: #666666; float: left; }
#navu	{ float: right; }

.clrboth{ clear: both; }

a[target="_blank"]:before {content: url('bilder/exli.png'); padding-right: 3px; display: inline;}

