body { 
	margin: 0;
	color: #000;
	background: #efeddd url(bilder/back.gif);
	}

.nav { 
	color: #000;
	background: #fff;
	}

.logo { 
	color: #000;
	background: #f7f7f6;
	}

.content { 
	font-family: georgia, serif;
	font-size: 12px;
	color: #000;
	background: #efeddd;
	}

a, a.content {
	font-weight: bold;
	color: #d00;
	background: none;
	text-decoration: none;
	}

.head {
	font-family: arial, sans-serif;
	font-size: 20px;
	padding-top: 10px;
	color: #026;
	background: none;
	}

a.head {
	color: #d00;
	background: none;
	text-decoration: none;
	}

.headbar {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	}

.kasten {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	background: #dadac8;
	}
	
td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	background: #dadac8;
	}	
	
.kastenhead {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #adad9e;
	}
	
.small {
	font-size: 9px;
	color: #333;
	background: none;
	}
	
ul {
	list-style-type: bullet;
	}

/* bookshop */

.bookshop h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #026;
	background: none;
	margin-top: 0px;
	}

.bookshop p {
	margin: 0px;
	font-family: georgia, serif;
	font-size: 12px;
	color: #000;
	background: none;
	}

.bookshop .preis {
	font-weight: bold;
	color: #d00;
	background: none;
	margin-top: 5px;
	}

.bookshop .einkaufswagen {
	text-align: right;
	}

.bookshop img {
	float: left;
	margin-right: 15px;
	}
	
h3 {
	font-family: arial, sans-serif;
	font-size: 17px;
	padding-top: 10px;
	color: #026;
	background-color: inherit;
	}

/* pretty table */

table.pretty {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	border-collapse: collapse;
	border: 5px solid #FFF;
	}
	
table.pretty th {
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: .2em 1em;
	color: #FFF;
	background: #998;
	}
table.pretty th+th {
	border-left: 1px solid #887;
	}
	
table.pretty .subhead th {
	background: #BBA;
	}
table.pretty td {
	color: #000;
	background: #dadac8;
	padding: 0 .8em;
	}	
	
table.pretty tr td {
	border-top: 1px solid #AA9;
	border-bottom: 1px solid #AA9;
	}
	
table.pretty td+td {
	border-left: 1px solid #AA9;
	text-align: center;
	}
	

