body {
	color : #ccffff;
	background-image:  url(grafik/Bild14.jpg);
	background-attachment:fixed;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	scrollbar-arrow-color: #ffff00;
	scrollbar-base-color: #0066ff;
	scrollbar-darkshadow-color: #0000ff;
	scrollbar-highlight-color: #0000ff;
	scrollbar-face-color: #0099ff;
	scrollbar-track-color: #000099;
	scrollbar-shadow-color: #0000ff;
	scrollbar-3dlight-color: #00ccff;
	font-style: normal;
}
td {
	font-size: 16px;
	color: #00ccff;
}
A:link {
color: #00ccff;
font-weight : bold;
text-decoration: none;
background-color : #0000ff;
padding-right : 10px;
padding-left : 10px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid #00ffff;
border-right : 1px solid #00ffff;
border-top : 1px solid #00ffff;
border-left : 1px solid #00ffff;
} 
A:visited { 
color: #00ccff;
font-weight : bold;
text-decoration: none;
background-color : #0000ff;
padding-right : 10px;
padding-left : 10px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid red;
border-right : 1px solid red;
border-top : 1px solid red;
border-left : 1px solid red;
} 
A:hover {
color: #ffff99;
font-weight : bold;
text-decoration: none;
background-color : #003399;
padding-right : 10px;
padding-left : 10px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px dotted #ffff99;
border-right : 1px dotted #ffff99;
border-top : 1px dotted #ffff99;
border-left : 1px dotted #ffff99;
} 
A:active {
color: #ffff99;
font-weight : bold;
text-decoration: none;
background-color : #cc0000;
padding-right : 10px;
padding-left : 10px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid #ffff99;
border-right : 1px solid #ffff99;
border-top : 1px solid #ffff99;
border-left : 1px solid #ffff99;
} 
.border {
	border: thin ridge #3399FF;
}
.code {
    color: #003366;
    border: thin dashed #FF0000;
	background: #cccccc;
}
.spiegel {
	filter: FlipH;
	border: thin ridge #3399FF;
}
.wisch {
	filter: Blur(Direction=45, Strength=40);
	border: thin ridge #3399FF;
}
.HR {
    color : blue; border-bottom : 1px dotted #0099FF; text-align :center
}
.HRred {
     color : #990000; border-bottom : 1px dotted #FFFF99; text-align :center
}
.under {
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFF00;
}
.hervor {
	font-style: normal;
	color: #FFFF99;
	font-weight: bold;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}
.verlauf {
     filter:progid:DXImageTransform.Microsoft.Gradient 
     (endColorstr='#00ccff', startColorstr='#0066cc', gradientType='1');
}
.borderhelp {
      border: thin ridge #3399FF;
      cursor: help;
}
.select { color: blue; 
}
.glowtext{
    filter:glow(color=FF3366,strength=5);width:100%;
}
.glowtext1{
    filter:glow(color=0066FF,strength=5);width:100%;
	text-decoration: underline;
}
