﻿
/*#############################################################################
					Allgemein
#############################################################################*/

body 
{	
	background-color: Black;	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */	
	font-size:14px;	
	background-image: url(../../images/wood50.jpg);
	background-repeat:repeat;	
	
}

a {color: #0044CC;}
/* ACHTUNG: hover Efekte immer nur local definieren, weil sie auch für alle menu-links gelten!!!
a:hover {color: #0000ff; background-color: #ffffff;}
*/

#imgHeader 
{
	width: 850px;
	height: 320px;
}


.aKontaktImg:hover
{	
	background-color:Transparent;
}

#divContentMain { width:850px; }


#tableBody
{
	width: 100%;
	background-color: #EEEEEE;	
	line-height: 20px;
	text-align: left;
	padding-bottom: 120px;		
}

#tableBody #tdBodyLeft
{		
	vertical-align: top;		
}

#tableBody #tdBodyRight
{
	width: 100%;
	vertical-align: top;	
	padding-top:30px;	
	padding-right:30px;
}

.divPageTitle
{
	font-size:30px;
	letter-spacing:2px;
	margin-top:30px;
	margin-bottom:20px;
}

.divSubSection
{
	font-size:20px;
	letter-spacing:1px;
	margin-top:20px;
	margin-bottom:10px;	
	line-height:25px;
}

.divSubSectionRed 
{
	font-size:20px;
	letter-spacing:1px;
	margin-top:20px;
	margin-bottom:10px;	
	line-height:25px;
	color:#880000;
}

.spanBold
{
	font-weight:bold;
	color:#880000;
	letter-spacing: 1px;
}

.spanBookTitle
{
	font-weight:bold;
	font-style:italic;
}

.spanStrich
{
	text-decoration: line-through;
	color: Black;
	font-weight: normal;
}


#tableBody #tdBodyRight li
{
	margin-top:10px;
	margin-bottom:10px;
	list-style:none;	
	border-left: double 6px #880000;
	padding-left:12px;
}

.divFileBox
{		
	border: dotted 1px Gray;	
	margin-top:70px;
}

.divFileBox img
{
	border: none 0px Black;
	margin-left:40px;
}

.divFileBox table {}

.divFileBox a
{
	font-weight:normal;
}

.tdFileBoxText
{
	letter-spacing:1px;
	font-size:12px;
	padding-left:5px;
}

#divPostIt
{
	position:relative;	
	top:-350px;	
	left:-420px;
	height:0px;
	width:0px;
}
#divPostIt img { border: none 0px Black; }
#divPostIt a:hover { background-color:Transparent; }


#divFAQbanner
{		
	position:relative;
	bottom:172px;
	left:360px;
	
	display: block;
	height:155px;
	width:155px;
}

#divFAQbanner a:hover
{
	background-color:Transparent;
}

#divFAQbanner img
{
	border: none 0px Black;
}

#DivFooter
{
	height:20px;
	padding-top: 10px;
	text-align:center;
	color:#aaaaaa;
	font-size:10px;		
}

#DivFooter a {	color:#aaaaaa; }

#divUp
{
	height:20px;
	font-size:12px;
	
	position:relative;
	bottom:60px;
	left:-345px;
	
	display: block;	
	vertical-align:middle;
}

#divUp a {color:Gray;}
#divUp img {border:none; margin-right:5px;}

/*#############################################################################
					MainMenu
#############################################################################*/

#divMainMenu
{
	margin-top:40px;
	height:75px;	
	width:850px; 
	
}

#divMainMenu ul
{
	/* padding: 0px 0px 0px 0px; funktioniert nicht im IE6 */
}


#divMainMenu li
{
	float:left;	
	height:75px;		
	list-style: none;
	margin-left:5px;
	margin-right:5px;
}

#divMainMenu a
{
	float:left;
	height:75px;		
}

#divMainMenu #liVerlag a { width:210px; }
#divMainMenu #liDeutsch a { width:210px; }
#divMainMenu #liKinder a { width:232px; }
#divMainMenu #liBasket a { width:84px; }


#divMainMenu #liVerlag 
{ background: url(../../images/menu/normal/HochachtungVerlag.gif) no-repeat;}
#divMainMenu #liVerlag a:hover, #divMainMenu #liVerlag .active
{ background: url(../../images/menu/active/HochachtungVerlag.gif) no-repeat;}


#divMainMenu #liDeutsch
{ background: url(../../images/menu/normal/AchtungDeutsch.gif) no-repeat; }

#divMainMenu #liDeutsch a:hover, #divMainMenu #liDeutsch .active
{ background: url(../../images/menu/active/AchtungDeutsch.gif) no-repeat; }


#divMainMenu #liKinder
{ background: url(../../images/menu/normal/AchtungBuecherwurm.gif) no-repeat; }

#divMainMenu #liKinder a:hover, #divMainMenu #liKinder .active
{ background: url(../../images/menu/active/AchtungBuecherwurm.gif) no-repeat; }


#divMainMenu #liBasket
{ background: url(../../images/menu/normal/HochachtungWarenkorb.gif) no-repeat; }

#divMainMenu #liBasket a:hover, #divMainMenu #liBasket .active
{ background: url(../../images/menu/active/HochachtungWarenkorb.gif) no-repeat; }




/*#############################################################################
					TopSideMenu
#############################################################################*/

#tableHeader {  }
#tableHeader #tdLeft { width:29px;	}
#tableHeader #tdCenter { width: 850px;}
#tableHeader #tdRight { width:29px;	}



#tableHeader #tdMailingList { }

#divMLTop
{	
	padding: 1px 10px 1px 10px;
	float: right;
	width: 460px;
	background-color:#676767;		
}

#divMLTop td {vertical-align:middle;}

#divMLTop #imgMLCap {}

#divMLTop input {}
#divMLTop #btnMLSend {	height: 30px; }

#divMLTop #tbMLTop 
{
	width:160px; 
	
	padding-left:33px; 
	padding-top:3px;
	padding-bottom:3px;
	background-image: url('../../images/icons/mail20.gif'); 
	background-repeat:no-repeat;
	background-color:White; 	
	font-weight:bold;		
	/* rest of font style set dynamicly in JS */
}

#divTopSideMenu
{	
	text-align:left;		
}

#divTopSideMenu img
{	
	border: none;
	margin-top:8px;
	margin-bottom:8px;	
}

/*
#divTopSideMenu #divKontakt { height:86px; width:29px;}
#divTopSideMenu #divTwitter { height:37px; width:29px;}
#divTopSideMenu #divFacebook { height:37px; width:29px;}
*/

/*
#divTopSideMenu #divKontakt { background: url(../../images/menu/kontakt.gif) no-repeat;}
#divTopSideMenu #divKontakt:hover { background: url(../../images/menu/active/kontakt.gif) no-repeat; cursor:pointer; }

#divTopSideMenu #divTwitter { background: url(../../images/menu/twitterT.gif) no-repeat; }
#divTopSideMenu #divTwitter:hover { background: url(../../images/menu/active/twitterT.gif) no-repeat; cursor:pointer; }
 
#divTopSideMenu #divFacebook { background: url(../../images/menu/facebookF.gif) no-repeat; }
#divTopSideMenu #divFacebook:hover { background: url(../../images/menu/active/facebookF.gif) no-repeat; cursor:pointer; }
*/



/*#############################################################################
					Product-Liste
#############################################################################*/

#imgULHeader
{
	margin-top:20px;
	margin-left:20px;
}

#divProducts
{	
	margin-top: 20px;
	width: 230px;
	margin-left: 0px;
	margin-bottom: 50px;
	border: solid 0px Red;	
	position: relative;
	padding-left: 0px;
	/*
	background-image: url(http://localhost:49720/hochachtungverlag20_v4/images/prodList.jpg);
	background-repeat: repeat-y;	
	*/
}

#ulProducts .menuItem
{		
	width: 230px;
	left:-35px;	
	border-right: solid 1px #770000;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	border-left: none;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 20px;	
	position: relative;		
}

#ulProducts .menuItem div
{
	text-align:right;
}

#ulProducts .menuItem .divLine1
{
	font-weight:bold;
	font-size:14px;

}

#ulProducts .menuItem .divLine2
{
	font-weight:normal;
	font-size:10px;	
}

#ulProducts .menuItem .divPrice
{	
	font-weight:normal;
	font-size:20px;
	color:#770000;	
}

#ulProducts .active
{		
	border-right: solid 10px #770000;
	padding-right: 6px;
}

#ulProducts table
{
	width: 100%;	
}


#ulProducts table td
{	
	vertical-align:top;
}

/*

#imgULHeader
{
	margin-top:20px;
	margin-left:20px;
}

#ulProducts
{	
	margin-top: 20px;
	width: 230px;
	margin-left: 0px;
	margin-bottom: 50px;
	border: solid 0px Red;	
	position: relative;
	padding-left: 0px;			
}

#ulProducts li
{		
	left:-35px;	
	border-right: solid 1px #770000;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style: none;	
	border-left: none;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 20px;	
	position: relative;	
}

#ulProducts li div
{
	text-align:right;
}

#ulProducts li .divLine1
{
	font-weight:bold;
	font-size:14px;

}

#ulProducts li .divLine2
{
	font-weight:normal;
	font-size:10px;	
}

#ulProducts li .divPrice
{	
	font-weight:normal;
	font-size:20px;
	color:#770000;	
}

#ulProducts li:hover
{	
	cursor: pointer;			
	border-right: solid 10px #770000;
	padding-right: 6px;
}

#ulProducts .active
{		
	border-right: solid 10px #770000;
	padding-right: 6px;
}

#ulProducts table
{
	width: 100%;	
}


#ulProducts table td
{	
	vertical-align:top;
}

*/

/*#############################################################################
					BookPage
#############################################################################*/

.divBookAuto
{
	margin-bottom: 50px;
}


.divBookTitle
{
	margin-top:20px;
	margin-bottom:10px;
	font-size:33px;
	line-height:40px;
	letter-spacing:1px;
}

.divAuthors
{
	font-size: 14px;
	color:#999999;
	letter-spacing:1px;
	margin-bottom:30px;
}


.tableBookInfo
{
	background-color:#f7f7f7;
	border: solid 1px #dddddd;
	padding:10px;
	font-size:12px;
	line-height:15px;
}

.tableBookInfo .tdLeft
{
	text-align:right;
	color:#999999;
	font-weight:bold;
	
}

.tableBookInfo .tdRight
{
	text-align:left;
}

.tableBookInfo .spanGreen
{
	background-color: #aaffaa;	
	font-weight: bold;
}


.divContainerRight
{
	float:right;
	text-align:right;
	padding-right:50px;
}

.divPreisEUR 
{ 	
	font-size:30px;
	color:#770000;	
	margin-right:10px;
	margin-top:10px;
}

.divPreisCHF
{ 	
	margin-top:5px;
	color:#bbbbbb;
	margin-bottom:20px;
	font-weight:bold;
	margin-right:10px;
}

.divCartButton {}
.divCartButton img { border: none;}



/*#############################################################################
					Misc
#############################################################################*/

.divHidden { display:none; }
#imgLoader { margin: 20px; }


.divLightBox
{
	margin-top:50px;
	padding: 10px;	
	border-top: solid 5px #bbbbbb;
	border-bottom: solid 5px #bbbbbb;
}

.divLightBox img 
{ 
	border: solid 1px #eeeeee;
	margin: 5px;	
}

.divLightBox img:hover 
{ 
	border: solid 1px Red;
	margin: 5px;	
}


/*#############################################################################
			        Breadcrums
#############################################################################*/

#divOrderBreadCrums { color: Gray; margin-bottom:20px; border-top: solid 1px Gray; border-bottom: solid 1px Gray; padding:5px; background-color: White;}
#divOrderBreadCrums .annotation { color: Black; margin-right:10px;}
#divOrderBreadCrums a { color: Blue; text-decoration:none;}
#divOrderBreadCrums a:hover { text-decoration:underline;}
#divOrderBreadCrums .wedge { font-weight: bold; font-size:20px; margin-left:3px; margin-right:3px;}
#divOrderBreadCrums .activeCrum { font-weight:bold; background-color:#880000; color:White; padding: 3px;}
