/* Enthält alle Anpassungen reiner HTML-Tags */
body {
	width: 99%;
	height: 99%;
	margin: 0.25%;
}

body,td,input,select,.rf-edt-c-cnt {
	font-size: 9pt !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

fieldset {
	border: 1px solid #A6A6A6;
}

input[type="text"].errorInputBox {
	color: red;
	border-color: red;
}

input[type="text"],input[type="password"],textarea {
	border-color: #CDCDC1;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
}



input[type="text"],input[type="password"] {
	/*padding-bottom: 0;
    padding-top: 2px;*/
	height: 17px; /*entsprechend den select boxen*/
	padding-left: 2px;
}

select {
	background-color: white;
	border: 1px solid #CDCDC1;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.rf-sel-inp,.rf-sel-dflt-lbl {
	background-color: #FFFFFF !important;
	border: 1px solid white !important;
}

input:focus,select:focus,textarea:focus,.commandLink:focus {
	background-color: #FAE6B0 !important;
}

.rowOne, .rowOnePositon {
	background-color: #EBEEF5;
}

.rowTwo,.rowTwoPosition {
	background-color: #CAD3E4;
}

.rowOnePositon, .rowTwoPosition{
	vertical-align: top;
}

.rowOneDISPO {
	background-color: #EBEEF5 !important;
}

.rowTwoDISPO {
	background-color: #CAD3E4 !important;
}

.rowSelected {
	background-color: #FAE6B0;
}

.helloWorld {
	color:red;
}

.helloWorld2 {
	color:green;
}

option {
	height: 15px;
}

/*---------------SIMPLE TOOLTIPP----------------*/
span.flTooltip {
	display: block;
	position: absolute;
	margin-left: 1%;
	margin-top: -1%;
	width: 250px;
	padding: 5px;
	z-index: 100;
	color: black;
	background: #FAE6B0;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	text-align: left;
	text-decoration: none;
}