/* CSS Document */
a.menu:link { text-decoration:none; color:#000000; }
a.menu:visited { text-decoration:none; color:#000000; }
a.menu:hover { text-decoration:none; font-weight:bold; }
a.menu:active { text-decoration:none; font-weight:bold; color:#000066; }


p.titel{ font-weight:bold; color:#FFFFFF; font-family:Arial; font-size:x-large; text-align:center; }
p.untertitel { font-weight:bold; color:#FFFFFF; font-family:Arial; font-size:medium; }
p.text { font-family:Arial; color:#FFFFFF; font-size:small; text-align:justify; text-shadow:#000000;  }
span.text { font-family:Arial; color:#FFFFFF; font-size:small; text-align:justify; text-shadow:#000000;  }

a.normal:link { text-decoration:none; color:#FFFFFF; }
a.normal:visited { text-decoration:none; color:#FFFFFF; }
a.normal:hover { text-decoration:none; font-weight:bold; }
a.normal:active { text-decoration:none; font-weight:bold; color:#FF0000; }
 
a:link { text-decoration:underline; color:#FFFFFF; }
a:visited { text-decoration:underline; color:#FFFFFF; }
a:hover { text-decoration:none; color:#FFCC00; }
a:active { text-decoration:none; color:#000000; }

a.yellow:link { text-decoration:underline; color:#FFFFFF; }
a.yellow:visited { text-decoration:underline; color:#FFFFFF; }
a.yellow:hover { text-decoration:none; color:#FFCC00; }
a.yellow:active { text-decoration:none; color:#FF0000; }
 
ul.char	 {	list-style-position: outside;
			padding-left: 15px;
			text-indent: 0px;
			list-style-image: url(images/img/li.gif);
			list-style-type: square 
		}
.scroll	{	scrollbar-face-color: #1A1C73;
			scrollbar-highlight-color: #336699;
			scrollbar-3dlight-color: #FFFFFF;
			scrollbar-darkshadow-color: #336699;
			scrollbar-shadow-color: #003399;
			scrollbar-arrow-color: #FFFFFF;
			scrollbar-track-color: #336699; 
		}