/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
body,td,th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	/*color: #000000;*/
}
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:#ff0000;
    scrollbar-highlight-color:#cc0033;
    scrollbar-shadow-color:#cccccc;
}
.menue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	font-weight: normal;
	color: rgb(255,255,153);
	text-decoration: none;
	background-color: red;
	border: 1px solid rgb(255,255,153);
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,153);
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.kontakt {
	font-size: 16px;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
}
.vorschaurahmen {
	border: 0px solid rgb(255,255,153);
}
.textrahmen {
	border: 0px solid rgb(255,255,153);
	text-align: justify;
}
.bilderrahmen {
  width: 150px;
	background-color: red;
	border: 1px solid rgb(255,255,153);
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#1C1C1C,strength=6);
}
.bildrahmen {
	background-color: red;
	border: 1px solid rgb(255,255,153);
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#1C1C1C,strength=6);
}
.kommentar {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 24px;
	font-weight: normal;
	/*color: #000000;*/
	text-decoration: none;
}
.kommentar1 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
	/*text-align: justify;*/
	text-align: center;
	/*color: #000000;*/
	/*text-decoration: none;*/
}
form {
	display: inline;
}
.titel {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16pt;
	font-weight: normal;
	/*color: #000000;*/
	text-decoration: none;
}
.text {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16pt;
	/*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: rgb(255,255,153);
	border: 1px solid #666666;
}
.inputsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: red;
	border: 1px solid #666666;
}
.rahmen {
	border: 1px solid rgb(255,255,153);
}