/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
/*body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}*/

 A:active { color: rgb(255,153,102); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(0,102,255); font-weight: bold; text-decoration: none ;}
 A:visited { color: rgb(102,102,102); font-weight: bold; text-decoration: none ;}
 A:hover { color: rgb(0,102,255); font-weight: bold; text-decoration: underline overline;}
 
body {
  background-image: url("./assets/images/Background.gif");
	background-color: rgb(204,204,204);
	  scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#cccccc;
    scrollbar-darkshadow-color:#cccccc;
    scrollbar-face-color:#ebebeb;
    scrollbar-highlight-color:#eeeeee;
    scrollbar-shadow-color:#cccccc;
}
.menue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFF99;
	border: 1px solid #999999;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#1C1C1C,strength=6);
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.vorschaurahmen {
	border: 1px solid #0066FF;
}
.textrahmen {
	border: 0px solid #CCCCCC;
}
.bilderrahmen {
  width: 238px;
	background-color: #CCCCFF;
	border: 1px solid #CCCCCC;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#1C1C1C,strength=6);
}
.bildrahmen {
	background-color: #FF99FF;
	border: 1px solid #CCCCCC;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#1C1C1C,strength=6);
}
.kommentar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
form {
	display: inline;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
.inputsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #666666;
}
.rahmen {
	border: 1px solid #999999;
}