/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_tree_main.css';
@import 'navigation_tree_main_key.css';
@import 'navigation_tree_breadcrumb.css';
@import 'navigation_bar_top.css';
@import 'navigation_bar_footer.css';
@import 'navigation_bar_shop.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #1B1B56;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:active {
	color: #1B1B56;
	text-decoration: underline;
}
a:hover {
	color: #879DC4;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#topBox {
	background-image: url(../../images/site/top_bkg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 960px;
	padding: 4px 0px 0px 0px;
}
#topBox td {
	font-size: 9px;
	color: #ffffff;
}
#containerBox {
	background-color: #FFFFFF;
	background-image: url(../../images/site/container_bkg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 5px 0px;
}
#mainBox {
	width: 995px;
}
#leftBox {
	float: left;
	width: 205px;
}
#searchBox {
	background-image: url(../../images/site/search_bkg.gif);
	background-repeat: no-repeat;
	height: 110px;
}
#mainnavBox {
	
}
#mainHomeBox {
	
}
#keyBox {
	margin-top: 93px;
	background-image: url(../../images/site/key_bkg.gif);
	background-repeat: repeat-y;
}
#keyNavBox {
	padding-top: 50px;
	background-image: url(../../images/site/key_top.gif);
	background-repeat: no-repeat;
}
#keyBottomBox {
	background-image: url(../../images/site/key_bottom.gif);
	background-repeat: no-repeat;
	height: 33px;
}
#middleBox {
	float: left;
	width: 558px;
	background-image: url(../../images/site/middlebox_bkg.gif);
	background-repeat: no-repeat;
}
#topnavBox {
	padding: 0px 0px 0px 30px;
	height: 25px;
}
#picBox {
	height: 85px;
	width: 558px;
	position: absolute;
	top: 121px;
	left: 205px;
	background-repeat: no-repeat;
}
html > body #picBox {
	background-image: url(images/site/navpic_border.png);
}
#picChangeBox {
	height: 85px;
	width: 558px;
	position: absolute;
	top: 121px;
	left: 205px;
}
#contentBox {
	padding: 85px 15px 10px 15px;
}
#rightBox {
	float: left;
	width: 232px;
}
#addressBox {
	background-image: url(../../images/site/address_bkg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
#addressBox .addressMail {
	display: block;
	width: 171px;
	height: 32px;
	background-image: url(../../images/site/address_emaillink.gif);
	background-repeat: no-repeat;
}
#addressBox .addressMail span {
	display: none;
}
#recommendationBox {
	overflow: hidden;
}
#recommendationBox .recommendationText {
	background-image: url(../../images/site/recommendation_bkg.gif);
	background-repeat: no-repeat;
	padding: 58px 0px 0px 26px;
	font-size: 9px;
	color: #6E6C6F;
	height: 161px; /* min-height auch für IE */
}
html>body #recommendationBox .recommendationText { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 161px;
}
/* min-height: ende */
#recommendationBox .recommendationFooter {
	background-image: url(../../images/site/recommendation_footer.gif);
	background-repeat: no-repeat;
	height: 58px;
}
#footernavBox {
	background-image: url(../../images/site/footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: 174px 0px;
	height: 40px;
	width: 750px;
	padding: 10px 0px 0px 240px;
}


/* custom Styles */
.searchAntiquariat {
	background-image: url(../../images/site/bkg_search_antiquariat.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	margin: 0px auto;	
	padding-top: 20px;
	padding: 30px 0px 7px 12px;
}
.searchAntiquariat input {
	width: 130px;
	font-size: 13px;
}
.searchAntiquariat a {
	text-decoration: none;
}
#addressBox .searchAntiquariat {
	background-image: url(../../images/site/bkg_search_buchhandlung.gif);
	padding-left: 22px;
	background-position: 9px 12px;
	border-right: 1px solid #ffffff;
}


.impressumBodyStyle {
	background: #ffffff;
	margin: 20px;
}

.bookFont1 {
	font-size: 16px;
}
.bookFont2 {
	font-size: 14px;
}
.bookFont3 {
	font-size: 12px;
}
.bookFont4 {
	font-size: 12px;
	color: red;
}
.bookFont5 {
	font-size: 12px;
	color: green;
}
.bookFont6 {
	font-size: 12px;
	color: blue;
}