<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document fÃ¼r Digitalisierung Online-Bestell-Formular http://www.ub.uni-heidelberg.de/cgi-bin/digi/digiorder.cgi */
/*Schritt 1*/

fieldset {
  background: #f5f5f5;
	border: 1px dotted grey;
  margin: 0 0 20px 0;
	padding: 15px;
}

fieldset.ebene2 {
 background: #f9f9f9;
 border: none;
 margin: 0 0 20px 20px;
 padding: 15px;
}
 
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
}
 
label.offleft {
	height: 1px;
	left: -999em;
	overflow: hidden;
	position: absolute;
}

legend {
  background: #ffffff; 
  margin: 0.5em 0 0.5em 0;
  padding: 2px 5px;
  /*
	background-color: white;
	font-weight: bold;
	padding: 5px;*/

}
input[type="text"], textarea {
	outline: 1px solid #f5f5f5;
}

input[type="text"] { 
	margin: 0em 0 0.5em 0em;
  width: 55%;
}  


input[type="radio"] {
  border: none;
  font-size: 3em; 
}

input:focus, textarea:focus {
 background: #e9ebe5;
 outline: 1px solid #83a2bd;
} 


#weiter {
	border: 1px dotted grey;
	background-color: #C6C6C6;                     
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 5px;
}

#back {
	border: 0px dotted silver;
	background-color: #DADADA;
	color: #757575;
	cursor: pointer;
	margin: 0em 0 1em 20px;
	padding: 5px;
}	

#reset {
	border: 0px dotted silver;
	background-color: #DADADA;
	color: #757575;
	cursor: pointer;
	margin: 0em 0 1em 20px;
	padding: 5px;
}



.hinweis {
	font-size: 0.9em;
}
.kommentar {
	color: red;
	font-weight: bold;
	font-size: 0.9em;
}
input.radio, input.checkbox {
	border: none;
}              
label.radio {
	margin: 0 15px 0 0;
  font-size: 1em;
}

/*Schritt 2*/


.preise {
	background: #f5f5f5;
	border: 1px dotted grey;
	border-collapse: collapse;
	font-size: 0.8em;
	line-height: 1.5em;
	table-layout: fixed;
	text-align: left;
}
.preise th {
  font-size: 1em; 
	border: 1px dashed grey;
	padding: 5px;
  text-transform: uppercase;
}

.preise tr.standard {
  border-bottom: 2px solid grey;
}

.preise tr.hell {
	background-color: #f5f5f5;
}

.preise td.invisible {
  border: none;
}
.preise td {
	border: 1px dotted grey;
	padding: 5px;
}

.preise th.repro-art {
  width: 350px;
}

.preise th.ausgabe {
  width: 320px;
}

.preise th.anzahl {
  width: 200px;
}

.preise th.preis {
  text-align: right;
  width: 120px;
}

.zahl {
	text-align: right;
}
td.span {
  vertical-align: middle;  
}
p.border {
  border-bottom: 1px dotted silver;
  padding-bottom: 0.75em;
}
#preise ul.angebot li {
  margin: 0; 
  padding: 0; 
  line-height: 1.2em;
  list-style-type: bullet;
}
/*** Schritt 3**/
ul.radio {
  list-style-type: none;
  padding-left: 0px;
  line-height:  1.5em;
}
ul.radio li {
  background: none;
 
}
</pre></body></html>