/* Generelle Schrift */

body {
	font-family:Arial,sans-serif;
	font-size:14px;
	margin:0px;
	background-color:#ffffcc;
	width:990px;
	text-align:left;
	margin: auto auto auto auto;
}

/* Link */
a {
	color:#ff6600;
}


#seite {
	position:absolute;
	width:990px;
	margin: 15px auto auto auto;
}

#titelleiste {
	background-color:#FAEEE0;
}

#titelbild {
	position:absolute;
	left:556px;
	top:1px;
}

#footer {
	font-size:90%;
	padding:0px 20px 10px 20px;
}

#copyright {
	width:50%;
	float:left;
	color:#aaa;
}

#footermenu {
	right:10px;
	text-align:right;
}

#footermenu a {
	margin-left:20px;
	color:#FC613C;
}


/* menu */
#menu {
	display:block;
	height:26px;
	background:url("navitem_bg.gif") top repeat-x;
	margin-bottom:0px;
}

#menu a {
	padding-top:4px;
	color:#fff;
	background-image:url("navitem_bg.gif");
	text-align:center;
	display:block;
	width:110px;
	height:21px;
	float:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#menu a.aktiv {
	font-weight:bold;
	border-bottom:1px solid #FFB600;
	background-image:url("navitem_bg_active.gif");
}

#untermenu {
	background-image:url("untermenu_bg.gif");
	width:100%;
	height:20px;
	border-bottom: 1px solid #ccc;
	padding-top:5px;
}

#untermenu a {
	margin:0 10px;
	color:#444;
}

#untermenu a.aktiv {
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
}

/* Content */
#body {
	border:1px solid #999;
	border-top-width:0;
	margin-bottom:15px;
}

#inhalt {
	padding:30px;
}

#inhalt img {
	margin-bottom:40px;
	padding:3px;
	border:1px solid #bbb;
	background-color:#fff;
}

#inhalt p {
	margin-left:20px;
	width:60%;
}

#inhalt p img {
	margin-top:10px;
	margin-bottom:10px;
}


#bild {
	position:absolute;
	right:30px;
	top:235px;
	left: 353px;
	width: 250px;
	height: 264px;
}


/* Ueberschriften */
h1 {
	margin-top:0px;
	font-size:135%;
	font-weight:bold;
	font-style:italic;
	color:#54729B;
	border-bottom:2px solid #FC613C;
}

h2 {
	margin:10px 0px 0px 10px;
	color:#FA8202;
/*	color:#54729B;	*/
	font-weight:bold;
	font-size:120%;
}

h3 {
	margin:10px 0px 0px 20px;
	font-weight:bold;
	font-style:italic;
	font-size:100%;
	color:#54729B;
}

p {
	margin-top:5px;
}


.spruch {
  font-style:italic;
  color:#d80;
}

.spruch-autor {
	font-size:80%;
	color:#666;
	display:block;
}

.mark {
	font-weight:bold;
	color:#54729B;
}

.bigmark {
	color:#FA8202;
	font-weight:bold;
	font-size:120%;
}


.termin {
	padding: 2px 8px 8px 8px;
	margin:10px 5px;
	background-color:#fefefb;
	border:1px dotted #aaa;
}



/* Tabellen hauptsaechlich für Buecherliste */
table {
	margin:10px 0px;
	border-collapse:collapse;
}

td {
	vertical-align:top;
	padding:2px;
}

td.autor {
	font-style:italic;
	white-space:nowrap;
	color:#54729B;
}

td.titel {
	font-weight:bold;
}

td.autor,td.titel {
	padding-top:10px;
}

td.info,td.isbn {
	border:solid #888;
	border-width: 0px 0px 1px 0px;
	padding-bottom:10px;
}

td.info {
}
td.isbn {
	font-size:80%;
	color:#666;
}

td.infozeile {
	padding:10px 5px 20px 10px;
}

