/* DNB-spezifische Anpassungen, Stand 03.03.2009 */

#content div.link ul li a.removeselection:link, #content div.link ul li a.removeselection:visited {background:url(../bilder/icon_aus_auswahl.gif) left top no-repeat;}
#content div.link ul li a.removeselection:hover, #content div.link ul li a.removeselection:focus {background:url(../bilder/icon_aus_auswahl.gif) left top no-repeat;}
#content div.link ul li a.rdfview:hover, #content div.link ul li a.rdfview:focus {background:url(../bilder/icon_rdf.gif) left top no-repeat; min-height:18px;}
#content div.link ul li a.rdfview:link, #content div.link ul li a.rdfview:visited {background:url(../bilder/icon_rdf.gif) left top no-repeat; min-height:18px;}
#content div.link ul li a.bibframeview:hover, #content div.link ul li a.bibframeview:focus {background:url(../bilder/bibframe.gif) left top no-repeat; min-height:18px;}
#content div.link ul li a.bibframeview:link, #content div.link ul li a.bibframeview:visited {background:url(../bilder/bibframe.gif) left top no-repeat; min-height:18px;}
h2 {color:#576072; margin-top:5px; margin-bottom:10px; padding:0px; font-family:verdana,arial,sans-serif; font-size:1.25em; line-height:120%;}

table.layout-table {border:0;  font-size:1em; line-height:1.5em;}
table.layout-table tr {background-color:#FFFAC3;  border-width:0 0 0 0;}
table.layout-table td {background-color:#FFFAC3;  border-width:0 0 0 0; padding:5px 3px 5px 3px;}

/* changed 03.03.09: s. Jira-Eintrag NETZPUBTEST-195; "border-bottom: 1px dashed #C1C3AE;" wurde in a.help gelöscht */
a.help { text-decoration:none; }

a.help:hover { cursor:help; color:#C1C3AE; background:white; }
a.help span { visibility:hidden; position:absolute; left:-99em; 
              margin-top:2em; padding:1em; text-decoration:none; a.help; font-size:0.9em; font-weight:normal}
a.help:hover span { visibility:visible; left:16em; padding:0 8px 0 8px;
              border:#C1C3AE 1px solid; background:white; display:block; }
/* Datatables */
table.transparent-table {background:transparent;  border: 0px solid; border-collapse:collapse; font-size:1em; line-height:1.5em;}
table.transparent-table  caption {background:transparent;}
table.transparent-table  strong, table.transparent b {color:#576072;}
table.transparent-table  tr {background:transparent; border:0px solid;}
table.transparent-table  th {background:transparent; border:0px solid;  padding-top:0px; text-align:left; vertical-align:top; color:#5C575B; text-decoration:none;}
table.transparent-table  td {background:transparent; border:0px solid;  vertical-align:top; color:#5C575B; text-decoration:none;}

/* error properties (aus formular.css, changed 20.12.2007) */
.error{color:#FE0000; font-weight:bold;}
p.error{margin-left:20px;}

/* Submit-Button in Fieldset (seit 24.11.2008) */
#content div.formfieldSubmit {
	margin:0 20px 10px 0; 
	padding:0; 
	text-align:right;
}

#content div.formfieldSubmit input {
	color:#344469;
	background-color:#fff;
	border-color:#7F9DB9; 
	border-style:solid;
	border-width:1px;
	cursor:pointer; 
 	padding:3px; 
	width:auto;
	font-size:0.9em;
}

.searchdisplay {
	width: 100%;
}

.searchdisplay form {
	display: inline;
}

.searchdisplay > span + span {
	margin-left: 10px;
}

.searchdisplay input[type=text] {
	height: 14px;
}

.searchdisplay input[type=submit] {
	border: 1px solid #c1c3ae;
}

.searchdisplay .resultselect form {
	width: 150px;
}

*/
/* Wird für transparente Checkboxen ab Version 1.3.0 verwendet (transparent bedeuted nicht änderbar) */
.transparent {
	filter: alpha(opacity =   50);
	-moz-opacity: .50;
	opacity: .50;	
}

.transparent * {
	filter: alpha(opacity =   50);
	-moz-opacity: .50;
	opacity: .50;	
	
}
.label-transparent{
	font-weight: lighter;
}