/* @override http://localhost:8000/static/base.css */

body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	background-color: rgb(255, 255, 255);
}

div.livingbody {
	background: #fff;
}

h1.masthead {
	background: url(navback.jpg);
	text-align: center;
	height: 80px;
	color:  black;
	padding: 20px;
	margin-bottom:  1em;
	font-size: 120%;
}

div#footer {
	margin-top:  2em;
	padding:  0.5em;
	width: 100%;
	font-size: 92%;
	background-color: #001992;	
}

div#footer ul {
	list-style: none;
	padding:  0;
	text-align:  center;
	margin:  0;
}

div#footer ul li {
	display:  inline;
	padding: 0 2em;
}

div#footer ul li a {
	text-decoration:  none;
	color:  #ddd;
	font-weight: bold;
}

div#footer ul li a:hover {
	color: white;	
	text-decoration: underline;
}


div.contentbox .contentheader,
div.contentbox .contentfooter  {
	clear: left;
	margin:  0;
	background-color: #001992;
	color:  white;
	padding: 0.5em;
}

div.contentheaderlinks {
	float: right;
	padding-right: 0.2em;
	color: #fff;
}

div.contentbox .contentfooter {
	font-size: 1.2em;
}

div.contentheaderlinks a,
div.contentbox .contentfooter a,
div.contentbox .contentheader a {
	color: #fffb78;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: None;
}

div.contentbox .contentfooter a:hover,
div.contentbox .contentheader a:hover {
	text-decoration: underline;
}

div.contentbox {
	width: 80%;
	margin:  auto;
	border: 2px solid #001992;
}

div.contentbox .contentheader {
	font-size: 1.2em;
}
div.contentbox .contentheader a {
	float:  right;
	font-size: 0.6em;
	padding-left: 0.5em;
}

div.onlinebib div.produkt a {
	text-decoration: None;
}

div.onlinebib div.produkt a:hover {
	text-decoration: underline;
}


div.onlinebib div.angaben div.titel {
	font-size: 120%;
	font-weight:  bold;
}


div.onlinebib div.produkt {
	background-color: #ffc;
	padding: 0.3em;
}

div.onlinebib div.produkt.odd {
	background-color:  rgb(236, 247, 253);
}

/* @group Fehlermeldungen */


ul.errorlist {
	display: block;
	list-style-type: none;
	background-color: #fedb95;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	font-size: 90%;
}

ul.messages {
	display: block;
	list-style-type: none;
	background-color: #fedb95;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

h3.error {
	background-color: #fedb95;
	text-align: center;	
}

ul.messages li {
	padding: 0.3em;		
}

/* @end */

.contentform {
		margin: 1em 1em;
}

table.produktliste tr.even {
	 background-color: rgb(236, 247, 253);
}

table.form th,
table.form td {
	padding: 0.2em 0;
}
	

table.form th {
	vertical-align: bottom;
	text-align: right;
	font-weight: normal;
}

table.form td {
	vertical-align: bottom;
	text-align: left;
}


form {
	margin: 0;
	padding: 0;
}

form ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: None;
}

form ul li {
	display: inline;
}

div.contentfooter input {
	font-size: 1.0em;
	font-weight:  bold;
}


input {
	display:  inline;
	background: #fff;
	border: 1px solid #999;
	padding-top: 1pt;		
}

input.optional {
	display:  inline;
	background: #fff;
	border: 1px dashed #ccc;	
}

div.fineprint ul {
	display: block;
	font-size: 90%;
	color: #666666;
}

div.fineprint ul li {
	display: list-item;
	list-style-type: disc;
	margin: 0.5em 0 0.5em 1em; 
	
}

div.footer_fineprint {
    text-align: center;
}



