form {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 3px;
	padding:3px;
	border: 1px solid #CFCFCF;
	background-color: #F8F8F8;
}
#gr legend {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #A75445;
	margin-left: 5px;
}
#de legend {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3E7D43;
	margin-left: 5px;
}

label {
	float: left;
	margin: 3px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
}
input:hover, select:hover, textarea:hover {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #F2CF2A;
}
#genealogie {
	height: 100px;
	width: 99%;
	border: 1px solid #999999;
	overflow: auto;
}
#app #panel1 fieldset {
	font-family: Tahoma;
	font-size: 10px;
	clear:both;
}
.rsNavLeft {
	background-image: url(img/rsNavLeft.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 26px;
	width: 15px;
}

.buttonNew {
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 33px;
	background-image: url(img/button_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}
.buttonFirst {
	background-color: transparent;
	border:none;

}
.buttonLast {
	
}
.buttonSave {
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 30px;
	background-image: url(img/button_save.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}
.buttonDelete {
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 30px;
	background-image: url(img/button_delete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}
.buttonPrint {
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 30px;
	background-image: url(img/button_print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}

.rsNavBG {
	background-image: url(img/rsNavBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 26px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
#editBar {
	float: left;
}
#skipBar {
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#skipBar img {
	margin-left: 5px;
	margin-right: 5px;
}
#skipBar input {
	margin: 0;
	padding: 0px;
}
.rsNavRight {

	background-image: url(img/rsNavRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 15px;
}
.fieldset {
	margin: 0px;
	padding: 0px;
	float: left;
}
.buttonNavi {
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 3px;
	background-image: url(img/buttonNaviBG.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	font-weight: bold;
	color: #006600;
}

.transOn {
	font-family: Umschrift_TTn;
	font-size: 14px;
	word-spacing: 2px;
	font-weight: normal;
	padding: 0 0 0 3px;
	height: 17px;
}

.transOff {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}

.greekOn {
	font-family: "Arial Unicode MS";
	font-size: 12px;
	word-spacing: 2px;
	font-weight: normal;
	padding: 0 0 0 3px;
	height: 17px;
}

.greekOff {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}

.ajaxUpdater {
	
	border: 1px solid #CCCCCC;;
	background-color: #FFFFFF;
	max-height: 200px;
	overflow: auto;
	z-index: 999;
	
}

* html body .ajaxUpdater {
	height: 200px;
	overflow: auto;
	z-index: 999;
}

.ajaxUpdater ul {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.ajaxUpdater li {
	padding: 0px;
	margin-left: 3px;	
}

.ajaxUpdater li.selected {
	background-color: #F5DD6B;
	cursor: pointer;
}

.ajaxUpdater .informal {
	font-family: Tahoma;
	font-size: 9px;
}
/*
.selected {
	background-color: #F2CF2A;
}
*/

