@charset "utf-8";

	/*
	
	Bücherstadt-Tourismus GmbH (c) 2010
	
	:::::::::::::::::::::::::::::::::::::::::::::::::::
	::
	::				 - Created by -
	::
	::			hikelCOM internet + druck
	::
	::	::: Internet, Druck & Design, Video & DVD :::
	::
	::				www.hikelcom.de
	::
	:::::::::::::::::::::::::::::::::::::::::::::::::::
	
	*/


/* ===== basic classes ===== */

@import url(basics.css);




/* ===== general settings & classes ===== */

*
{
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}


body
{
	background: rgb(102, 102, 102);
	color: rgb(30, 30, 30);	
}


#site-bg
{
	background: url(/shared/img/site-bg.gif) repeat-x rgb(229, 229, 229);
	/*border: 2px green solid;*/
}


#site
{
	width: 990px;
	/*border: 2px green solid;*/
}


#headbanner
{
	width: 961px;
	height: 154px;
	border: 0;
	background: no-repeat;
	/*border: 1px dashed magenta;*/
}



/* ===== gallery popups ===== */

html.gal
{
	height: 100%;
	margin: 0;
}

body.gal
{
	background: rgb(51, 51, 51);
}

#gal-site-bg
{
	padding: 10px 10px 0 10px;
	background: url(/shared/img/footer-bg_popup-trans.png) repeat-x bottom left rgb(102, 102, 102);
}

#gal-site-bg .footer
{
	font-size: 10px; 
	color: rgb(130, 130, 130);
	margin: 0;
	padding: 45px 0 0 7px;
}

#gal-site-bg .footer a
{
	font-size: 10px; 
	text-decoration: none;
	color: rgb(130, 130, 130);
}


#gal-site-bg .footer a:hover
{
	color: #ff6600;
}




/* ===== logo ===== */

#logo
{
	position: relative;
}


#logo img
{
	position: absolute;
	top: 60px;
	left: 770px;
	width: 206px;
	height: 73px;
	/*border: 1px solid blue;*/
}




/* ===== language flags ===== */

#language-flags
{
	position: relative;
}


#language-flags ul
{
	position: absolute;
	top: 18px;
	left: 884px;
	width: 70px;
	list-style-type: none;
	/*border: 1px solid orange;*/
}


#language-flags li,
#language-flags li a
{
	display: block;
	width: 20px;
	height: 12px;
	float: right;
	margin: 0;
	padding: 0;
}


#language-flags li
{
	margin: 0 0 0 5px;
}


#language-flags a
{
	text-indent: -9999px;
}


#nav
{
	float: left;
	width: 230px;
	margin: 24px 30px 0 0;
	padding: 0;
	/*border: 1px red solid;*/
}




/* ===== mainnav ===== */

ul.nav
{
	width: 211px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	/*border: 1px solid blue;*/
}


ul.nav li,
ul.nav li a.mainnav
{
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px solid green;*/
}


ul.nav li
{
	margin: 0 0 1px 0;
}


/* ===== language-specific inclusion of mainnav-buttons ===== */
/* ===== see styles_nav_[LANG].css ===== */



/* ===== content ===== */

#content
{
	float: left;
	width: 450px;
	margin: 0 0 30px 20px;
	padding: 0;
	overflow: hidden;
	/*border: 1px pink solid;*/
}


#box
{
	float: left;
	width: 210px;
	margin: 0 0 0 40px;
	padding: 0;
	/*border: 1px blue solid;*/
}




/* ===== contact-footer ===== */

#contact
{
	height: 180px;
	padding: 60px 0 0 280px;
	color: #eee;
	background: url(/shared/img/contact-bg.gif) top left repeat-x rgb(102, 102, 102);
}


#contact div
{
	float: left;
	margin: 0 55px 0 0;
	/*border: 1px yellow solid;*/
}


#contact a.e-mail
{
	color: #eee;
	padding: 1px 3px 1px 17px;
	background-position: 2px -15px !important;
	border-bottom: 1px dotted #eee;
}


#contact a.totop,
#contact a.print
{
	font-size: 11px; 
	text-decoration: none;
	color: #eee;
}

#contact a.totop
{
	background: url(/shared/img/link_totop.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
}

#contact a.print
{
	background: url(/shared/img/link_print.gif) no-repeat -1px 4px;
	padding: 0 0 0 15px;
}

#contact a.totop:hover,
#contact a.print:hover
{
	color: #ff6600;
}

#contact a.totop:hover
{
	background-position: 2px -11px;
}

#contact a.print:hover
{
	background-position: -1px -13px;
}
	
	
	
	
/* ===== footer ===== */

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	height: 126px;
	background: url(/shared/img/footer-bg-trans.png) repeat-x;
	/*border: 1px solid blue;*/
}

#footer div
{
	font-size: 10px; 
	color: rgb(130, 130, 130);
	margin: 100px 0 0 20px;
}

#footer a
{
	font-size: 10px; 
	text-decoration: none;
	color: rgb(130, 130, 130);
}


#footer a:hover
{
	color: #ff6600;
}




/* ===== headlines ===== */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	font-family: arial;
	font-weight: bold;
	color: rgb(70, 70, 70);
	font-size: 13px;
	margin: 5px 0 10px 0;	
	padding: 0;
	border: 0;
}


h1
{
	float: left;
	width: 690px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	/*border: 1px solid blue;*/
}


h2
{
	text-indent: -9999px;
	height: 30px;
}


h3
{
	background: url(/shared/img/bg_mainbox_1_top.gif) repeat-x top left rgb(127, 127, 127);
	margin: 0 0 15px 0;	
}


h4
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 14px;
	margin: 0 0 10px 0;	
}



/* ===== lists ===== */

ul
{
	list-style: square;
	padding: 0 0 0 15px;
	margin: 0;
}


ol
{
	list-style-type: decimal;
	padding: 0 0 0 15px;
	margin: 0;
}


li
{
	line-height: 20px;
}



/* ===== texts ===== */

.small
{
	font-size: 10px;
	line-height: 14px;
}



/* ===== main-boxes ===== */

.mainbox-1
{
	background: url(/shared/img/bg_mainbox_1_top.gif) repeat-x top left rgb(127, 127, 127);
}

.mainbox-1 div
{
	background: url(/shared/img/bg_mainbox_1_bottom.gif) repeat-x bottom left;
	padding: 30px 15px 30px 15px;
	margin: 0 0 20px 0;
	color: #eee;
	/*border: 1px solid green;*/
}

.mainbox-1 a.e-mail
{
	color: #eee;
	padding: 1px 3px 1px 17px;
	background-position: 2px -15px !important;
	border-bottom: 1px dotted #eee;
}

.mainbox-1 a.internal
{
	color: #eee;
	padding: 1px 3px 1px 17px;
	background-position: 2px -16px !important;
	border-bottom: 1px dotted #eee;
}


.mainbox-2
{
	background: url(/shared/img/bg_mainbox_2.gif) repeat-y top left;
	padding: 4px 10px 12px 30px;
	margin: 0 0 30px 0;
	/*border: 1px solid green;*/
}


/* ===== gallery starter boxes ===== */

.galbox
{
	float: left;
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	padding: 0;
	margin: 0 15px 20px 15px;
	/*border: 1px solid red;*/
}

.galbox span.hl
{
	display: block;
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 18px 5px 5px 30px;
}

.galbox span.footer
{
	display: block;
}

a.gal-starterbox
{
	display: block;
	width: 192px;
	height: 239px;
}

a.antiquariate
{
	background: url(/global/bilder-galerie/galerie_starter-box_antiquariate.jpg) 0 0 no-repeat;
}

a.bunker
{
	background: url(/global/bilder-galerie/galerie_starter-box_bunker.jpg) 0 0 no-repeat;
}

a.museen
{
	background: url(/global/bilder-galerie/galerie_starter-box_museen.jpg) 0 0 no-repeat;
}

a.antiquariate:hover,
a.bunker:hover,
a.museen:hover
{
	background-position: -198px 0;
}




/* ===== boxes ===== */

.box-1
{
	width: 210px;
	background: rgb(204, 204, 204);
	padding: 0;
	margin: 0 0 30px 0;
	/*border: 1px solid green;*/
}

.box-1 div.hl
{
	padding: 0;
	margin: 0;
}

.box-1 h3
{
	background: url(/shared/img/star.png) 7px 23px no-repeat;
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	padding: 21px 5px 5px 30px;
	margin: 0;	
}

.box-1 div.content
{
	padding: 25px 0px 15px 0px;
	/*border: 1px solid red;*/
}

.box-1 div.content-2
{
	padding: 0;
	margin: 0 10px 0 10px;
	/*border: 1px solid pink;*/
}


/* -- individual box-colors -- */
/* mn-x = global div according to the mainnav */

.mn-1 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_1.gif) no-repeat rgb(76, 76, 76);
}

.mn-1 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_1.gif) no-repeat;
}

.mn-2 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_2.gif) no-repeat rgb(20, 25, 25);	
}

.mn-2 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_2.gif) no-repeat;
}

.mn-3 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_3.gif) no-repeat rgb(252, 111, 10);	
}

.mn-3 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_3.gif) no-repeat;
}

.mn-4 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_4.gif) no-repeat rgb(36, 153, 39);	
}

.mn-4 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_4.gif) no-repeat;
}

.mn-5 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_5.gif) no-repeat rgb(222, 40, 70);	
}

.mn-5 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_5.gif) no-repeat;
}

.mn-6 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_6.gif) no-repeat rgb(0, 148, 227);	
}

.mn-6 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_6.gif) no-repeat;
}

.mn-7 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_7.gif) no-repeat rgb(76, 76, 76);	
}

.mn-7 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_7.gif) no-repeat;
}

.mn-8 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_8.gif) no-repeat rgb(127, 127, 127);	
}

.mn-8 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_8.gif) no-repeat;
}

.mn-9 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_9.gif) no-repeat rgb(102, 102, 102);	
}

.mn-9 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_9.gif) no-repeat;
}

.mn-10 .box-1 div.hl
{
	background: url(/shared/img/bg_box-1-hl_10.gif) no-repeat rgb(76, 76, 76);	
}

.mn-10 .box-1 div.content
{
	background: url(/shared/img/bg_box-1_10.gif) no-repeat;
}



/* ===== images ===== */

.pic-left,
.pic-left-link
{
	float: left;
	margin: 0 15px 10px 0;
}

.pic-right,
.pic-right-link
{
	float: right;
	margin: 0 0 10px 15px;	
}


/* -- pic-deco thumbs -- */
.pic-deco,
.pic-deco div
{
	display: inline-block;
	cursor: pointer;
}

/* top */
.pic-deco-top
{
	display: block;
	background: url(/shared/img/pic-deco_top.png) no-repeat 0 top;
}

.pic-deco-top:hover
{
	background-position: -465px top;
}

.pdt-normal-1
{
	background-position: 0 top;	
}

.pdt-normal-2
{
	background-position: -2790px top;	
}

.pdt-hover-3:hover
{
	background-position: -930px top;
}

.pdt-hover-4:hover
{
	background-position: -1395px top;
}

.pdt-hover-5:hover
{
	background-position: -1860px top;
}

.pdt-hover-6:hover
{
	background-position: -2325px top;
}



/* bottom */
.pic-deco-bottom
{
	display: block;
	background: url(/shared/img/pic-deco_bottom.png) no-repeat 0 bottom;
}

.pic-deco-bottom:hover
{
	background-position: -465px bottom;
}

.pdb-normal-1
{
	background-position: 0 bottom;	
}

.pdb-normal-2
{
	background-position: -2790px bottom;	
}

.pdb-hover-3:hover
{
	background-position: -930px bottom;
}

.pdb-hover-4:hover
{
	background-position: -1395px bottom;
}

.pdb-hover-5:hover
{
	background-position: -1860px bottom;
}

.pdb-hover-6:hover
{
	background-position: -2325px bottom;
}




/* ===== tables ===== */

.table-1
{
	width: 100%;	
}


.table-1 td
{
	padding: 0 10px 5px 0;	
}


 .width-1
 {
 	width: 100px;
 }
 
 
 .width-2
 {
 	width: 50px;
 }




/* ===== links ===== */

a
{
	color: rgb(30, 30, 30);
	text-decoration: none;
}

a:hover
{
	color: #ff6600;	
}

a.internal,
a.external,
a.download,
a.download-pdf,
a.e-mail
{
	padding: 1px 6px 1px 2px;
	border-bottom: 1px dotted rgb(30, 30, 30);	
}

a.internal:hover,
a.external:hover,
a.download:hover,
a.download-pdf:hover,
a.e-mail:hover
{
	background-color: rgb(70, 70, 70);
	color: #fff;
	border-bottom: 1px dotted rgb(50, 50, 50);
}

a.internal
{
	background: url(/shared/img/link_internal.gif) right 4px no-repeat;
	padding-right: 16px;
}

a.internal:hover
{
	background-position: right -16px;
}

a.external
{
	background: url(/shared/img/link_external.gif) right 4px no-repeat;
	padding-right: 15px;
}

a.external:hover
{
	background-position: right -16px;
}


a.download
{
	background: url(/shared/img/link_download.gif) no-repeat 1px 2px;
	padding-left: 15px;
}


a.download-pdf
{
	background: url(/shared/img/icon_pdf.gif) no-repeat 1px 1px;
	padding-left: 15px;
}


a.e-mail
{
	background: url(/shared/img/link_e-mail.gif) no-repeat 2px 5px;
	padding-left: 17px;
}

a.e-mail:hover
{
	background-position: 2px -15px;
}


/* -- individual link colors -- */
a.lc-3
{
	color: rgb(252, 111, 10);
}

a.lc-3:hover
{
	background-color: rgb(252, 111, 10);
	color: #fff;
	border-bottom: 1px solid rgb(252, 111, 10);
}


a.lc-4
{
	color: rgb(36, 153, 39);
}

a.lc-4:hover
{
	background-color: rgb(36, 153, 39);
	color: #fff;
	border-bottom: 1px solid rgb(36, 153, 39);
}


a.lc-5
{
	color: rgb(222, 40, 70);
}

a.lc-5:hover
{
	background-color: rgb(222, 40, 70);
	color: #fff;
	border-bottom: 1px solid rgb(222, 40, 70);
}


a.lc-6
{
	color: rgb(0, 148, 227);
}

a.lc-6:hover
{
	background-color: rgb(0, 148, 227);
	color: #fff;
	border-bottom: 1px solid rgb(0, 148, 227);
}




/* ===== forms ===== */

#contactform
{
	padding: 0;
	margin: 0 0 40px 0;
	/*width: 100px;*/
}

.input-base
{
	height: 19px;
	width: 200px;
	font-size: 11px;
	color: rgb(51, 51, 51);
	background: rgb(250, 250, 250);
	padding: 1px 0px 0px 2px;
	border: 1px solid #fff;
	border-top: 1px solid rgb(192, 192, 192);
	border-left: 1px solid rgb(192, 192, 192);
}


.input-1-bg
{
	border: none;
}


.input-1-act
{
	background: #fff;
	border: 1px solid rgb(102, 102, 102);
}


.input-2
{
	color: #fff;
	padding: 0 0 2px 0;
	text-align: center;
	background: rgb(102, 102, 102);
	border: 1px solid rgb(102, 102, 102);
}


.input-2-act
{
	color: #fff;
	padding: 0 0 2px 0;
	text-align: center;
	background: rgb(51, 51, 51);
	border: 1px solid rgb(51, 51, 51);
}


.formspacer
{
	margin-bottom: 10px;
	/*border: 2px solid magenta;*/
}


.formtext-1,
.formtext-2
{
	padding: 0 0 2px 4px;
	
}


.formtext-2
{
	color: #ff6600;
}


.error-headline,
.error-message,
.error-message li
{
	color: #ff6600;
}


input[type=checkbox]
{
	vertical-align: middle;
}




/* ===== others ===== */

.flags
{
	margin: 3px 3px 0 2px;
}


hr.v-1
{
	clear: both;
	width: 100px;
	padding: 0;
	margin: 45px 50px 15px 200px;
	height: 1px;
	border: 0;
	border-top: 1px dotted rgb(160, 160, 160);
}


