fieldset {
	border: 1px solid #BFCED8;
	margin: 0px 12px 20px 0px;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	border-radius: 4px;
}

legend {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

div.filterField {
	height: 19px;
	margin: 14px 0px;
}

input.filterValue,
div.filterField input[type=text] {
	padding: 1px 4px;
	width: 380px;
	height: 19px;
}

div.filterField select,
select.filterValue {
	padding: 1px 4px;
	width: 392px;
	height: 25px;
}

.filterLabel {
	width: 180px;
	float: left;
	font-size: small;
	height: 19px;
}

div.detailsField {
	min-height: 19px;
	margin: 14px 0px;	
}

.detailsLabel {
	width: 194px;
	float: left;
	font-size: 11pt;
	white-space: nowrap;
}

.detailsLabelLong {
	width: 240px;
	float: left;
	font-size: 11pt;
	white-space: nowrap;
}

option {
	padding: 1px 4px;
}

div.detailsField input[type=text],
input.detailsValue {
	padding: 1px 4px;
	width: 380px;
}

div.detailsField select,
select.detailsValue {
	padding: 1px 4px;
	width: 392px;
}

input.detailsValue33 {
	padding: 1px 4px;
	width: 58px;
}

input.detailsValue80 {
	padding: 1px 4px;
	width: 80px;
}

input.detailsValue66 {
	padding: 1px 4px;
	width: 218px;
}

.detailsField ul {
	list-style-type: none;
	margin-left: 180px !important;
}

.floatLeft {
	float: left;
	margin: 0px !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

input.tab {
	background-color: #BFCED8;
	border-width: 2px 2px 0 2px;
	border-color: #BFCED8;
	margin-right: 3px;
	border-radius: 6px 3px 0 0;
	padding: 2px 4px;
	behavior: url(/zponf/javax.faces.resource/css/PIE.htc.jsf);
	-pie-border-radius: 6px 3px 0 0;
}

input.tab:hover {
	background-color: #476274;
	color: white;
	cursor: pointer;
}

input.tabSelected {
	background-color: #476274;
	border-color: #BFCED8;
	color: white;
}

span.tab {
	border-width: 1px;
	border-color: #BFCED8;
	display: block;
	padding: 10px;
	border-style: solid;
}

span.hinweis {
	margin: 10px 0px;
	font-size: 11pt;
	font-style: italic;
	display: block;
}

.globalMessages {
	margin: 10px;
}
.globalMessages ul {
	margin-left: 0px !important;
	list-style: none;
}

/* allgemeine Styles */ 
.GrossFett {
	color: black; 
	font-size: 120%;
	font-weight:bold;
}

.icons {
   	padding: 3px;
   	margin: 0px 3px 3px 0px;
   	border: 1px solid;
   	vertical-align: top;
}

.buttons {
   	padding: 0px;
   	margin: 0px 3px 3px 0px;
}

.fehlerMessage {
	color: red;
	font-size: 1.1em;
	margin: 0px 3px;
}
.infoMessage {
	color: blue;
	margin: 20px 20px 20px 0px;
	font-size: 12pt;
	font-weight: bold;
}
.loginMessage {
	position: absolute;
	color: red;
	margin: 20px 0px 0px 100px;
	font-size: 12pt;
	font-weight: bold;
	width: 500px;
}
	
.readonlyxx {
	color: black;  
	background-color: #CFCFCF;
	border: 2px inset #4169E1;
}

input[readonly=readonly] {
	color: black;  
	background-color: #CFCFCF;
	border: 2px inset #4169E1;
}

textarea {
	min-width: 80%; 
    max-width: 95%;
    max-height: 100%;
}

textarea[readonly=readonly] {
	color: black;  
	background-color: #CFCFCF;
	border: 2px inset #4169E1;
}

.error {
	font-weight:bold;
	color: red;
}

.warn {
	color: green;	
}

.info {
	color: blue;	
}

span.error {
	display: block;
	margin-bottom: 15px;	
}

span.warn {
	display: block;
	margin-bottom: 15px;	
}

span.info {
	display: block;
	margin-bottom: 15px;	
}

.command {
	margin: 0 8px 3px 0;
	border: 1px black solid;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 4px;
	background: -moz-linear-gradient(top, white, #dddddd);
	-pie-background: linear-gradient(top, white, #dddddd);
	behavior: url(/zponf/javax.faces.resource/css/PIE.htc.jsf);
}

.command:hover {
	border: 1px #4169E1 solid;
	background: -moz-linear-gradient(top, white, #acdcf7);
	-pie-background: linear-gradient(top, white, #acdcf7);
	behavior: url(/zponf/javax.faces.resource/css/PIE.htc.jsf);
}
#inhalt  .command:link,
#inhalt  .command:visited,
#inhalt  .command:hover,
#inhalt  .command:active {
    	text-decoration:none;
    	color:black;
    }
.cmd-help {
	display: inline-block;
	font-size: 14px;
}
.ie9 .command {
    padding-top: 3px;
    padding-bottom: 3px;
}  /* IE9 */

.bgError {
    padding-left: 25px !important;
	background: red url(/zponf/javax.faces.resource/images/error.gif.jsf) 5px no-repeat;
	-pie-background: url(/zponf/javax.faces.resource/images/error.gif.jsf) 5px no-repeat;
	behavior: url(/zponf/javax.faces.resource/css/PIE.htc.jsf);
}

.pfeile {
	margin-right: 3px;
}
