.nav, 
.subnav,
.bgSandraBrown,
.bgTop,
.bgTopRight,
.logo,
#bookGallery,
.metaNav {
	display: none;
}

* { margin: 0; padding: 0; list-style: none; }

img { border: none; }

body {
	background: #fff url() 0 0 repeat-y;
	font: normal 12px/140% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
}

h1 {
	font: bold 16px/140% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0 0 7px 0;
	color: #333;
}

h2 {
	font: bold 16px/140% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0 0 4px 0;
	color: #333;
}

p { padding-bottom: 5px; line-height: 150%; }

p.indent { text-indent: 15px; }

p.info { text-align: right; font-size: 11px; }

p a, p a:hover { font-weight: bold; text-decoration: underline; }

p.copyright,p.copyright A,
p.copyright A:HOVER { font: normal 11px/120% sans-serif; text-decoration: none; color: #ccc; }

p.copyright A:HOVER { text-decoration: underline; }

P.caption { font-size: 10px; }

DIV.imgRight { float: right; padding: 3px 0 0 25px; }

DIV.imgLeft { float: left; padding: 3px 15px 0 0; }

DIV.clearer { visibility: hidden; clear: both; margin: 0; padding: 0; }

UL.links li { padding-bottom: 5px; }

UL.listCont { padding: 5px 0 5px 20px; margin: 0; }

UL.listCont li {
	list-style-image: url(media/icon_list.gif);
	list-style-position: outside;
	padding: 0 0 5px 0;
	margin: 0;
}

a.iconLink, a.iconLink:hover,
.bookLinks a,
.bookLinks a:hover {
	font: normal 12px/100% "Trebuchet MS", Verdana, Arial, sans-serif;
	background: transparent url(media/icon_pfeil_rechts_k.gif) 0 center no-repeat; /*font: normal 11px/100% Georgia,serif;*/
	text-decoration: underline;
	padding: 0 12px 0 8px;
}

.bookLinks a:hover { text-decoration: none; }

a.iconLink { padding: 0 12px 0 8px; }

TABLE.reihenfolgeInfo { width: 600px; }

TABLE.reihenfolgeInfo td { vertical-align: top; }

TABLE.reihenfolgeInfo td.reiheCol-A { padding: 0 3px 0; width: 297px; }

TABLE.reihenfolgeInfo td.reiheCol-B { padding: 0 0 15px 15px; width: 300px; }

.cont {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
	background: White url() 0 0;
}

.footer {
	padding-top: 3px;
	width: 100%;
	height: 72px;
	background: #fff url() 0 0 no-repeat;
}

.innerCont { min-height: none; padding: 0; height: auto; }

.innerCont a, .innerCont a:hover { color: #333; text-decoration: underline; }

.innerCont a:hover { text-decoration: none; }

DIV.grayBox { /*width: 450px;*/ background-color: #fff; margin-bottom: 12px; }

P.boxTop{
	background: #fff url() 0 top no-repeat;
	padding: 15px 15px 5px 15px;
}

P.boxBottom {
	background: #fff url() 0 bottom no-repeat;
	padding: 0 15px 15px 15px;
}

p.box { padding: 0 15px 5px 15px; }

.red { color: #cc0000; }

/* E-Cards */
TABLE.ecard {
	width: 420px;
	height: 280px;
	background-color: #E0E0E0;
}
TABLE.ecard p { font-size: 12px; color: White; }
TABLE.ecard textarea {
	width: 180px;
	height: 228px;
	border: solid 1px #CCCCCC;
	padding: 3px;
	overflow: auto;
	background-color: #FFF;
	font: normal 12px/140% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
}
TABLE.ecard input {
	/*margin-bottom: 8px;*/
	width: 180px;
	border: solid 1px #CCCCCC;
	padding: 1px;
	background-color: #FFF;
	font: normal 12px/140% "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
TABLE.ecard td label { font: bold 11px/140% "Trebuchet MS", Verdana, Arial, sans-serif; color: #000; padding-left: 2px; }
TABLE.ecardThumbs td { padding: 0 15px 5px 0; }



