body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana;
	text-align: left;
}

#sajax1 {
    width: 200px;
    height: 150px;
    float: left;
    margin-left: 5px;
}

#sajax2 {
    width: 200px;
    height: 200px;
    float: left;
    margin-left: 5px;
    background: url(/images/sajax2_back.gif) no-repeat;
}

#sajax3 {
    width: 200px;
    height: 150px;
    float: left;
    margin-left: 5px;
}

form {
  clear: left;
}

input,select,textarea,div {
	font-family: Verdana;
	font-size: 11px
}

.rahmen {
	border: 1px solid black;
}

table,th,tr,td {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}

.borderC {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

A {
  font-family: Verdana;
  color: red;
  text-decoration: none;
  font-size: 12px;
  font-weight:bold
}
A:link {
  color: red;
  text-decoration: none;
}
A:active {
  color: red;
  text-decoration: none;
}
A:visited {
  color: red;
  text-decoration: none;
}
A:hover {
  color: cccccc;
  text-decoration: none;
}

.r10 {
	font-size: 10px;
	color:red;
	align:center
}

.black20b {
	font-size: 20px;
	color:#f2f2f2;
	font-weight: bold;
}

.white15 {
	font-size: 10px;
	color:#FFFFFF;
}

.silver18 {
	font-size: 16px;
	color:#cccccc;
}

.blue20 {
	font-size: 20px;
	color:#92D7FF;
}

.blue15 {
	font-size: 15px;
	color:#92D7FF;
}

.black20 {
	font-size: 20px;
	color:#000000;
}

.black25 {
	font-size: 22px;
	color:#000000;
}

.okButton {
	font-size: 60px;
	font-weight: bold;
	color: red;
	border: 2px solid red;
	background-color:#666666;
}


.pButton {
	font-size: 30px;
	color: red;
	border: 2px solid #333333;
	background-color:#999999;
}
.cntSeparator {color:#ffffff}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCC;
}