@charset "utf-8";

	body {
		background: url(http://www.buecherei-biblis.de/gestaltung/hintergrund_full_8_ll.jpg);
		color: black;
		text-align: center;
		font-family: Helvetica,Sans-serif;
		margin: 0;
		padding: 1em 1% 1% 1%;
		min-width: 800px;
	}
	
	div#seite {
		max-width: 63em;
		font-size: 0.9em;
		margin: auto;
		border: 1px solid green;
	}
	
	div#logo {
		background: url(http://www.buecherei-biblis.de/gestaltung/hintergrund_logo_2.jpg) no-repeat white;
		background-position: right;
		font-size: 35px;
		padding: 0 20px;
		height: 84px;
		line-height: 84px;
		margin: 0;
		text-align: left;
		overflow: hidden;
	}
	
	div#navi {
		background: #98000F;
		padding: 5px 5px;
		color: white;
		font-family: verdana, helvetica, arial, sans-serif;
		text-align: center;
		font-size: 1.0em;
		font-weight: bold;
	}	
	
	div#navi a {
		color: white;
		text-decoration: none;
	}

	div#text {
		line-height: 1.5em;
		background-color: white;
		text-align: left;
		padding: 10px 20px 30px;
		text-align: justify;
	}
	
	div#footer {
		background-color: #ffa;
		padding: 3px;
		font-size: 0.6em;
		border-top: 1px solid #aaa;
		text-align: right;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #6699CC;
		text-align: center;		
	}
		
	.aktuellliste {
		text-align: left;
		padding-left: 30px;
	}
	
	hr {
		border: 1px dotted #aaa;
	}
	span.neu {
		font-variant: small-caps;
	}
	
	td.neubild {
		text-align: center;
		width: 100px;
	}
	
	td.neutext {
		width: 255px;
	}
