/**
  *
  *	Allgemein
  *
  */
h1,h2,h3,ul,ol,p {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-position: outside;
	margin-left: 30px;
}

table {
	width: 100%;
	font-size: 10pt;	
}

.nav_headline {
	text-align: center;
	font-weight: bold;
}

/*
 *
 * Hinweiscontainer
 *
 */

div.hints_notices {
	margin: 10px;
	border: 2px solid #00FF00;
	padding: 3px;
	background: #CCFFCC;
	font-weight: bold;
}

div.hints_notices ul {
	margin: 0;
	padding: 0;
	list-style-image:url(../gfx/ok.gif);
	list-style-position: inside;	
}

div.hints_errors {
	margin: 10px;
	border: 2px solid #FF0000;
	padding: 3px;
	background: #FFCCCC;
	font-weight: bold;	
}

div.hints_errors ul {
	margin: 0;
	padding: 0;
	list-style-image:url(../gfx/delete.gif);
	list-style-position: inside;
}

/*
 *
 * Links
 *
 */

a {
	text-decoration: none;
	font-style: italic;
	color: #000066;
	font-size: 11pt;
}

a:hover {
	text-decoration: underline;
}

a.edit {
	color: #FF0000;
	text-align: left;
}

a img {
	border: 0;
}

/*
 *
 * Fieldsets
 *
 */

table.fieldsetcontainer {
	width: 100%;
}

* html table.fieldsetcontainer {
	width: 100%;
}

fieldset {
	-moz-border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
}

legend {
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	text-align: center;
}

table.fieldset {
	width: 100%;
	border-collapse: collapse;
}

div.fieldset {
	width: 95%;
	margin: 5px auto;
	text-align: left;
}



/*
 *
 * Inputs
 *
 */

input {
	padding: 2px 5px;
	font-size: 10pt;
	font-family: monospace;
	color: #0000CC;
}

input.text {
	width: 95%;
}

input:focus {
	background-color: #9999CC;
}

label {
	cursor: pointer;
}

/*
 *
 * Leihe
 *
 */

ul.fortschritt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
	color: #999999;
}

ul.fortschritt li {
	margin-left: 15px;
	float: left;
}

ul.fortschritt .active {
	color: #000066;
}

table td {
	vertical-align: top;
}

span.error {
	color: #ff0000;
	font-size: 8pt;
}

p.notice {
	text-align: justify;
	font-size: 8pt;
	font-weight: bold;
}

p.warning {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

p.jg {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #0000CC;
}

p.complete {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	margin: 20px 0;
	color: #FF0000;
}


div.submitbutton {
	text-align: center;
	background-color: #CCCCFF;
}

table.buecher {
	border-collapse: collapse;
}

table.buecher .subject {
	font-size: 0.8em;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;	
}

table.buecher .name {
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;	
}


table.buecher .notice {
	font-weight: normal;
	color: #0000CC;
}

table.buecher .price {
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

tr.head {
	font-family: verdana;
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;   
}

tr.row0 {
	background-color: #ccccff;
}

tr.row1 {
	background-color: #9999ff;
}

td.preisgesamt {
	color: red;
	text-align: right;
	padding-right: 5px;   
	vertical-align: middle;
}

td.indexleft {
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
}

td.indexright {
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
}

td.isbn {
	vertical-align: middle;
	font-size: 8pt;
}

tr.sum td {
	font-family: verdana;
	background-color: #FFFFFF;
	border-top: 2px solid black;      
	color: #000000;
	font-weight: bold;   
}

tr.discount {
	font-family: verdana;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;   
}

tr.result td {
	font-family: verdana;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border-top: 2px solid black;   
}

div.engaged {
	margin-left: 50px;
}

div.faq_answer {
	padding: 20px 0;
	border-bottom: 1px dotted #000066;
}

tr.minderzahlung td {
	color: red;
}

tr.ueberzahlung td {
	color: green;
}


table.buecher .leihschein {
	font-weight: bold;
	font-size: 12pt;
	padding: 5px;
}