/* Version $Rev: 290 $ */
body {
	font-family: helvetica, arial;
	font-size: 80%;
}

h1 {
	font-family: "arial black", helvetica, arial;
	color: black;
	font-size: 2.5em;
	margin: 0px 0px 6px 0px;
}

h1 a, h1 a:hover, h1 a:visited {
	color: black;
}

h2 {
	font-family: helvetica, arial;
	letter-spacing: 0.15em;
	font-size: 1.5em;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-family: helvetica, arial;
	font-weight: normal;
	font-size: 1.8em;
	margin: 10px 0px 5px 0px;
}

h4 {
	font-family: helvetica, arial;
	font-weight: normal;
	font-size: 1.3em;
	margin: 10px 0px 5px 0px;
}

.clear {
	clear: both;
}

.error {
	background-color: red;
	padding: 3px;
	color: white;
}

a {
	color: #2745f9;
	text-decoration: none;
}

p {
	margin: 1em 0px;
}

th {
	padding: 0px 5px;
}

input[type="submit"] {
	padding: 0px 5px;
	overflow: visible;
}

input[type="submit"].default {
	font-weight: bold;
	min-width: 90px;
}

a:hover {
	background: #2745f9;
	color: white !important; /* Firefox */
	text-decoration: none;
}

a:visited {
	color: #2745f9;
}

#master {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-size: 80%;
	vertical-align: bottom;
	color: #779;
}

.panel{
	padding: 10px;
	border-bottom: 1px solid #acd0ef;
	border-right: 1px solid #acd0ef;
	background: #D7E9F8 url('../images/bggrad.png') repeat-x;
}

#footer .company {
	float: left;
}

#footer .logo {
	float: right;
}

#mainarea {
	background-color: white;
	padding: 10px 0px;
}

#content {
	float: right;
	width: 809px;
}

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 2px;
}

#header .address, #header .opening_label, #header .opening_data {
	font-size: 0.85em;
}

#header h1 {
	float:left;
	margin: 0;
	line-height: 1.2em;
	font-size: 2em;
}

#header h2 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	letter-spacing: normal;
}

#header .logo {
	position: relative;
	float: left;
	margin-right: 10px;
}

#header .address {
	position: relative;
	float: left;
	margin-right: 40px;
}

#header .opening_label {
	position: relative;
	float: left;
	margin-right: 10px;
}

#header .opening_data {
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: left;
}

#header .opening_data td {
	padding-right: 5px;
}

#headerbg {
	margin-bottom: 2px;
	border-bottom: 1px solid #acd0ef;
	background: #D7E9F8 url('../images/headerbg.png') repeat-x;
}

#headerbg.bigHeader {
}

#menublock {
	background-color: #D7E9F8;
	padding: 5px 10px;
	text-align: right;
	position: absolute;
	width: 350px;
	right: 0px;
	top: 10px;
}

#menublock .mainmenu li {
	float: right;
	margin-bottom: 5px;
}

#menublock .mainmenu a {
	border-bottom: 1px solid #acd0ef;
	display: block;
	padding: 5px 5px;
}

#menublock .separator {
	color: #aaa;
}

#menublock .mainmenu .separator {
	padding: 5px 5px;
	border-bottom: 1px solid #acd0ef;
}

#menublock .mainmenu a:hover, #menublock .loginblock a:hover {
	color: white;
}

#menublock .greeting {
	font-weight: bold;
	padding-right: 5px;
}

#menublock .loginblock {
	margin-bottom: 5px;
}

#menublock .loginblock a {
	padding: 5px 5px;
}

ul.tab li {
	float: left;
}

ul.tab li a {
	color: #2745f9;
	display: block;
	background-color: white;
	border-top: 1px solid #acd0ef;
	border-left: 1px solid #acd0ef;
	border-right: 1px solid #acd0ef;
	padding: 2px 10px;
	margin: 0px 10px 0px 0px;
	margin-top: 1px;
}

ul.tab li.selected a {
	font-weight: bold;
	background-color: #D7E9F8;
	border: 0px;
	border-top: 2px solid #f1a630;
	margin-top: 0px;
}

ul.tab li a:hover {
	color: #2745f9 !important;
	border-top: 1px solid #2745f9;
	border-left: 1px solid #2745f9;
	border-right: 1px solid #2745f9;

}

ul.tab li.selected a:hover {
	border: 0px;
	border-top: 2px solid #f1a630;
}

.simple_search {
	padding: 5px 10px;
	background-color: #D7E9F8;
}

.simple_search h4 {
	float: left;
	margin: 3px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.simple_search_form {
	clear: left;
	float: left;
	padding-top: 4px;
	width: 300px;
}

.simple_search_form input {
	margin-right: 1px;
}

.common_search_params {
	float: right;
	width: 400px;
	font-size: 0.8em;
	color: #888;
}

.common_search_params h3 {
	font-weight: normal;
	font-size: 1em;
	color: black;
	margin: 0px;
}

.common_search_params input, .common_search_params select {
	font-size: 1em;
	color: #555;
	margin-bottom: 3px;
	
}

.common_search_params > div {
	float: right;
	margin-left: 14px;
	margin-right: 0px;
	max-width: 140px;
	border-top: 1px solid #ABD0EF;
	padding-top: 3px;
}

.popup {
	position: absolute;
	background-color: #D7E9F8;
	border: 3px solid #acd0ef;
	padding: 10px;
}

.popup table td {
	padding: 2px;
}

.buttonbar {
	text-align: right;
	margin: 10px 0px;
}

.buttonbar button {
	min-width: 120px;
}

.result_view .header {
	background-color: #ABD0EF;
	padding: 0px 10px;
}

.result_view .list li {
	border: 1px solid #ABD0EF;
	background-color: white;
	border-top: 0;
	padding: 10px;
}

.result_view .list .coverimage {
	float: left;
	margin-right: 10px;
	height: 50px;
	font-size: 0.5em;
}

.coverimage a:hover {
	background-color: white;
}

.result_view .list .statusinfo {
	float: left;
	width: 68px;
	margin-right: 10px;
	line-height: 1.4em;
	vertical-align: baseline;
}

.result_view .list .statusinfo .status img {
	vertical-align: middle;
}

.result_view .list .titelinfo {
	float: left;
	line-height: 1.4em;
	vertical-align: baseline;
}

.result_view .list .titelinfo .ht {
	font-size: 1.2em;
	font-weight: bold;
	width: 660px;
}

.result_view .list .titelinfo .attachment,
.result_view .list .titelinfo .antolin {
	float: right;
}

.highlight {
	background-color: #FFFE7A;
}

a:hover .highlight {
	background-color: #051ca6;
}

.advanced_search_form {
	float: left;
}

.advanced_search_form td {
	padding: 0px 2px 2px 0px;
}

.login_dialog {
	width: 280px;
	float: left;
}

.reservierung_confirm .details {
	margin: 10px 0px;
}

.reservierung_confirm .titelDetails {
	background-color: white;
	padding: 10px;
}

.reservierung_confirm table td {
	border-right: 5px solid #D7E9F8;
	padding-right: 3px;
}

.reservierung_confirm table {
	margin: 10px 0px;
}

.reservierung_confirm .ht {
	font-size: 120%;
	font-weight: bold;
}

a.commandButton, input[type="submit"].commandButton, button.commandButton {
	padding: 5px 10px;
	background: #d5d5d5 url('../images/commandButtonBg.png') repeat-x;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	border: 0;
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	color: #2745f9;
}

ul.commandButtonBar {
	position: relative;
}

ul.commandButtonBar li {
	float: left;
	margin: 10px 10px 10px 0px;
}

.detailView {
	padding-top: 10px;
}

.detailView table a {
	display: block;
}

.detailView .titel a {
	display: inline;
}

.detailView .menu, .detailView .menu input {
	font-size: 85%;
	line-height: 1.5em;
}

.detailView .detailImageAndMenu {
	float: left;
	width: 110px;
}

.detailView .detailImageAndMenu li {
	margin: 10px 0px;
}

.detailView .detailData {
	float: right;
	width: 698px;
}

.detailView div.bibliothek {
	margin-top: 10px;
}

.detailView .bibliothek table {
	float: left;
	background-color: #D7E9F8;
	margin: 0px 10px 20px 0px;
	width: 339px;
	overflow: hidden;
}

.detailView .bibliothek table.even {
	float: right;
	margin-right: 0;
}

.detailView .bibliothek td {
	padding: 2px 4px;
	border: 1px solid #ABD0EF;
	font-size: 85%;
}

.detailView .bibliothek td.label {
	text-align: right;
	width: 150px;
}

.detailView .bibliothek td.data {
	background-color: white;
}

.detailView .bibliothek td.detailButton {
	text-align: center;
}

.detailView .bibliothek td.main {
	font-size: 1em;
}

.detailView .bibliothek td.bibname {
	font-size: 1.1em;
	font-weight: bold;
}

.detailView .bibliothek .detailSwitch {
	font-size: 85%;
}

.detailView .titel {
	width: 100%;
	clear: both;
	background-color: #D7E9F8;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}

.detailView .titel td {
	padding: 4px 4px;
	border: 1px solid #ABD0EF;
}

.detailView .titel td.label {
	text-align: right;
	width: 150px;
}

.detailView .titel td.data {
	background-color: white;
}

.userTable {
	padding: 5px 10px;
	background-color: #D7E9F8;
}

.userTable table {
	margin-top: 5px;
}

.userTable table td {
	vertical-align: middle;
	padding: 4px;
	background-color: white;
	border: 1px solid #D7E9F8;
	border-bottom: 10px solid #D7E9F8;
}

.flashMessage {
	float: right;
	width: 810px;
	text-align: center;
	margin-bottom: 10px;
}

.flashMessage span {
	background-color: red;
	color: white;
	padding: 3px;
}

.positive {
	color: #55934a;
	font-weight: bold;
}

.userTable.lists ul {
	position: relative;
	left: -5px;
}

.userTable li a {
	display: block;
	padding: 5px;
}

.userTable.lists td {
	border-bottom: 0px;
}

.userTable.lists tr.titel td {
	border-top: 10px solid #D7E9F8;
}

.userTable ul.menu li {
	float: left;
}

.userTable .rename_form input[type="text"] {
	font-size: 1.8em;
}

.userTable.listSelection input.listName {
	width: 220px;
}

.userTable.listSelection span.listName {
	display: inline-block;
	width: 224px;
}

.userTable.listSelection .list {
	float: left;
	margin: 5px 0px;
	padding: 5px;
	background-color: white;
}

.minor {
	font-size: 0.8em;
}

.header .buttons {
	float: left;
	margin: 2px 0px;
	line-height: 1.5em;
}

.header .navigation {
	float: right;
	line-height: 1.5em;
	margin: 2px 0px;
}

.header .navigation form {
	display: inline;
}

.predef_search .show_dialog {
	border: 2px solid red;
	text-align: center;
	padding: 0px 10px;
}

.predef_search .dialog {
	border: 2px solid #D7E9F8;
	padding: 10px;
}

.signaturetikett {
	margin-top: 10px;
	width: 98px;
	border: 1px solid #eee;
}

.signaturetikett div {
	width: 98px;
	font-size: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

td.numeric {
	text-align: right;
}

div.banner {
	margin: 3px 0px 10px 150px;
}

div.banner a {
	background: white;
}

div.werbegrafik {
	margin: 10px 0px 0px 0px;
}

div.werbegrafik a {
	background: white;
}

p.notice {
	font-size: 0.7em;
	font-style: italic;
	color: #555;
}

li.rezension {
	margin: 20px 0px;
}

.review_display .comment {
	font-weight: bold;
	margin-left: 10px;
}

.review_display .commands {
	font-size: 0.8em;
}

.review_display .commands a {
	padding-right: 10px;
}

.review_display .creator {
	color: #777;
	font-size: 0.8em;
}

.form_section {
	margin: 20px 0px;
}

.form_section .label {
	font-weight: bold;
	line-height: 2em;
}

.quoted {
	background-color: #eee;
	border: 1px solid #777;
	padding: 10px;
}

.detail_head_part {
	margin: 10px 0px;
}

.acconly {
	display: none;
}