
@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 10px 0;
	height: 100%;
} 
.thrColFixHdr #header { 
	background: #fff; 
	padding: 40px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #mainContent { 
	margin: 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div#header-menu {
	height: 35px;
	background: url(../img/menubg.png) repeat-x;
	color: #787878;
	font-size: 12px;
	width: 850px;
}


div#header-menu A{
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	
}
div#header-menu A:hover{
	color: #f7f3f3;
}


span#header-menu-default {
	width:550px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	display: inherit;
	float: left;
}

span#header-menu-meta {
	float: right;
}


ul#nav
{
list-style: none outside none;
margin: 0;
padding: 0;
}

ul#nav li
{
display: inline;
line-height: 1.2em;
margin: 0;
padding: 5px;
border-left-style: solid;
border-left-width: 1px;
}

ul#navmeta
{
list-style: none outside none;
margin: 0;
padding: 0;
}

ul#navmeta li
{
line-height: 1.2em;
margin: 0;
padding: 5px;
display: inline;
}

#sidebar1 div.submenu {
	
	border-top:1px solid #CDC6B5;
	border-right:1px solid #CDC6B5;
	border-bottom:1px solid #CDC6B5;
	
	background-color:#FFF9E5;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

ul.menu-level3 {
	list-style: none outside none;
	margin: 0;
	padding: 15px 0 15px 0;
	
	display: block;
	width: 150px; 
}
ul.menu-level3 li {
	list-style: none outside none;
	line-height: 12px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-left: 28px;
	}
ul.menu-level3 li.menueact{
	border-top:1px solid #CDC6B5;
	border-bottom:1px solid #CDC6B5;
	line-height: 12px;
	margin: 0px;
	
	background: url(../img/menupfeil.gif) no-repeat;
}

DIV.activ {
    color: #990000;
}

DIV.activ A{
    color: #990000;
}

ul.menu-level4 {
	list-style: none outside none;
	
	margin: 0px;
	padding-left: 0px;
}
ul.menu-level4 li {
	list-style: none outside none;
	margin: 0px;
	padding-left: 15px;
	
	border-top:1px solid #CDC6B5;
}

.thrColFixHdr #sidebar1 #sidebarcontent div.boxstyle {
	border-bottom:1px solid #CDC6B5;
	border-top:1px solid #CDC6B5;
	border-right:1px solid #CDC6B5;
	background-color:#FFF9E5;
	padding: 0px;
	margin-bottom: 10px;

}


.thrColFixHdr div#container div#sidebar2 div.boxstyle {
	border-bottom:1px solid #CDC6B5;
	border-top:1px solid #CDC6B5;
	border-left:1px solid #CDC6B5;
	background-color:#FFF9E5;
	padding: 0px;
	margin-bottom: 10px;

}



div.news-latest-container {
	border-bottom:1px solid #CDC6B5;
	border-top:1px solid #CDC6B5;
	border-left:1px solid #CDC6B5;
	background-color:#FFF9E5;
	padding: 0px;
	margin-bottom: 10px;
	}

#tx-powermail-pi1_fieldset_3 {
	width: 400px;
	border-style: none;
	padding:0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.tx-powermail-pi1 {
    margin-left: 5px;
}

#tx-powermail-pi1_fieldset_3 legend {
	display: none;
}

.powermail_mandatory_js {
	color: #f00;
	padding-left: 120px;
}

.tx_powermail_pi1_fieldwrap_html_21{
    margin-bottom: 20px;
    margin-top: 10px;
}   

.tx_powermail_pi1_fieldwrap_html_radio{
	line-height: 18px;
	 clear: both;
	 padding-bottom: 10px;
}


.tx_powermail_pi1_fieldwrap_html_text{
	line-height: 18px;
	padding-bottom: 4px;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	padding-bottom: 5px;
	
}

#tx-powermail-pi1_fieldset_3  label {
clear:both;
display: block;
float:left;
width:150px;
}

#searchform h2 {
	line-height: 23px;
	font-size: 15px;
	border-bottom:1px solid #CDC6B5;
	margin: 0px;
	padding: 0 0 0 30px;
	background: url(../img/lupe.gif) no-repeat;
	text-align: left;
}

#sidebar2 div.news-latest-container h2 {
	line-height: 23px;
	font-size: 15px;
	border-bottom:1px solid #CDC6B5;
	margin: 0px;
	padding: 0 0 0 30px;
	background: url(../img/pfeile.gif) no-repeat;
	text-align: left;
}

#booklist-cart-summary h2 {
	line-height: 23px;
	font-size: 15px;
	border-bottom:1px solid #CDC6B5;
	margin: 0px;
	padding: 0 0 0 30px;
	background: url(../img/pfeile.gif) no-repeat;
	text-align: left;
}

#sidebarcontent2 div.boxstyle div.csc-header.csc-header-n1 h1.csc-firstHeader {
	line-height: 23px;
	font-size: 15px;
	border-bottom:1px solid #CDC6B5;
	margin: 0px;
	padding: 0 0 0 30px;
	background: url(../img/rufzeichen.gif) no-repeat;
	text-align: left;
}

#sidebarcontent div.boxstyle div.csc-header.csc-header-n1 h1.csc-firstHeader {
	line-height: 23px;
	font-size: 15px;
	border-bottom:1px solid #CDC6B5;
	margin: 0px;
	padding: 0 0 0 30px;
	background: url(../img/rufzeichen.gif) no-repeat;
	text-align: left;

}

#sidebarcontent div.boxstyle p.bodytext {
	padding-left: 10px;
}

div#tx-searchform {
	padding: 10px 0 10px 0px;
}

#tx-searchform input.searchfield {
	margin: 10px 10px 10px 0px;
}

#tx-searchform input.submit {
	margin:0px 10px 0px 0px;
}

/* Powermail Presse */
.csc-header-n3 H1 { margin-left: 5px;}






/*-----------------------------------  user_amaltheabooklist  -----------------------------------*/

/* List */  

.user-amaltheabooklist-pi1 { width: 460px;}
.user-amaltheabooklist-pi1 .item { width: 100%; display: table; margin-bottom: 7px; padding: 7px 10px 5px 5px; border: 1px solid #d5d3c6; }      
.user-amaltheabooklist-pi1 .above {  } 
.user-amaltheabooklist-pi1 .image { width: 150px; float:left; } 
.user-amaltheabooklist-pi1 .text {  }
.user-amaltheabooklist-pi1 .underneath { max-height: 10px; clear: left; }
.user-amaltheabooklist-pi1 H1 {font-size: 16px; } 
.user-amaltheabooklist-pi1 H2 {font-size: 13px; font-style: italic; font-weight: normal; color: #000000;}
.user-amaltheabooklist-pi1 P { font-size: 8pt; padding-left: 5px; margin-top: 0px;  margin-bottom: 0px; color: #000000; }
.user-amaltheabooklist-pi1 #additionalNeuerscheinungenContent P { padding-left: 0px; }
.user-amaltheabooklist-pi1 P A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi1 P A:hover { text-decoration: underline; }
.user-amaltheabooklist-pi1 P.title A { color: #9f0008; font-weight: bold; margin-bottom: 100px;}  
.user-amaltheabooklist-pi1 P.title A:hover { text-decoration: underline;}  
.user-amaltheabooklist-pi1 P.center { text-align: center;}  
.user-amaltheabooklist-pi1 P.press { text-align: center; font-weight: bold; font-size: 12px; color: #433c34; margin-bottom: 5px; margin-top: 5px;}  
.user-amaltheabooklist-pi1 P.searchresultinfo { text-align: center; font-weight: bold; font-size: 11px; color: #000000; margin-bottom: 5px; margin-top: 5px;}  
.user-amaltheabooklist-pi1 SPAN.sword { color: #990000; }
.user-amaltheabooklist-pi1 IMG { border: 1px solid #919191; margin: 0px 10px 5px 5px;}
.user-amaltheabooklist-pi1 INPUT.bestellen {float: right;}

.user-amaltheabooklist-pi1 HR.booklist-hr1 {background-color: #d1d1d1; margin: 5px 0px 0px 5px; height: 1px; border: 1px #d1d1d1;}
.user-amaltheabooklist-pi1 HR.booklist-hr2 {background-color: #9a9a9a; height: 1px; border: 1px #9a9a9a;}

/* ResultBrowser */

SPAN.result-number { font-weight: bold; color: #666666; }
.user-amaltheabooklist-pi1-browsebox { margin-bottom: 30px; } 
.user-amaltheabooklist-pi1-browsebox span.disabled {color: #ffffff; } 
.user-amaltheabooklist-pi1-browsebox A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi1-browsebox A:hover { text-decoration: underline; }

/* Book Detail */
.user-amaltheabooklist-pi1 #bookdetail { display: table;}
.user-amaltheabooklist-pi1 #bookdetail #top { display: table;}
.user-amaltheabooklist-pi1 #bookdetail #top #left { float: left;}
.user-amaltheabooklist-pi1 #bookdetail #top #right { min-width:400px; }
.user-amaltheabooklist-pi1 #bookdetail #top #right P { margin-bottom: 5px;}
.user-amaltheabooklist-pi1 #bookdetail #top #right P INPUT { margin-left: -5px;}
.user-amaltheabooklist-pi1 #bookdetail #bottom { clear: left; display: table; margin: 20px auto 0px;}
.user-amaltheabooklist-pi1 #bookdetail #bottom UL {font-size: 8pt; padding-left: 15px; margin-top: 10px;  margin-bottom: 0px; color: #000000;}
.user-amaltheabooklist-pi1 #bookdetail #bottom LI {font-size: 8pt; margin-left: 5px; margin-top: 0px;  margin-bottom: 0px; color: #000000;}
.user-amaltheabooklist-pi1 #bookdetail #other-books { margin: 15px 0px 0px 5px;}
.user-amaltheabooklist-pi1 #bookdetail #other-books DL { font-size: 8pt; margin-top: 0px;  margin-bottom: 0px; color: #000000; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DT { margin: 0px 0px 10px 0px; color: #433c34; font-weight: bold; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD { margin: 0px; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD IMG { margin: 5px 10px 5px 0px; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD A { text-decoration: none; color: #990000; vertical-align: baseline; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD A:hover { text-decoration: underline; }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD .left { float: left;  }
.user-amaltheabooklist-pi1 #bookdetail #other-books DL DD .right { padding-top: 30px; }

/* Author Detail */
.user-amaltheabooklist-pi1 #authordetail { display: table;} 
.user-amaltheabooklist-pi1 #authordetail #top { display: table;}
.user-amaltheabooklist-pi1 #authordetail #top H1 { margin-left: 5px;}
.user-amaltheabooklist-pi1 #authordetail #other-books { margin: 15px 0px 0px 5px;}
.user-amaltheabooklist-pi1 #authordetail #other-books DL { font-size: 8pt; margin-top: 0px;  margin-bottom: 0px; color: #000000; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DT { margin: 0px 0px 10px 0px; color: #433c34; font-weight: bold; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD { margin: 0px; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD IMG { margin: 5px 10px 5px 0px; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD A { text-decoration: none; color: #990000; vertical-align: baseline; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD A:hover { text-decoration: underline; }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD .left { float: left;  }
.user-amaltheabooklist-pi1 #authordetail #other-books DL DD .right { padding-top: 30px; } 
             
/* Cart Summary */
.user-amaltheabooklist-pi2 {width: 150px;  }
.user-amaltheabooklist-pi2 STRONG { color: #433c34; }
.user-amaltheabooklist-pi2 SPAN.quantity {  }
.user-amaltheabooklist-pi2 #booklist-cart-summary-content { padding-top: 5px; padding-left: 10px; padding-bottom: 5px; padding-right: 10px;}
.user-amaltheabooklist-pi2 P { font-size: 8pt; padding-left: 0px; margin-top: 0px;  margin-bottom: 0px; color: #000000; }
.user-amaltheabooklist-pi2 P A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi2 P A:hover { text-decoration: underline;}
.user-amaltheabooklist-pi2 TD.cart-summary { padding-top: 5px; padding-left: 10px; padding-bottom: 5px;}
.user-amaltheabooklist-pi2 HR {background-color: #d1d1d1; margin: 5px 0px 10px 0px; height: 1px; border: 1px #d1d1d1;}

/* Cart */
.user-amaltheabooklist-pi3 P { font-size: 8pt; padding-left: 0px; margin-top: 0px;  margin-bottom: 0px; color: #000000; }
.user-amaltheabooklist-pi3 STRONG { color: #433c34; }
.user-amaltheabooklist-pi3 H3 { margin-left: -8px; }
.user-amaltheabooklist-pi3 H2 { margin-left: -8px; }
.user-amaltheabooklist-pi3 P A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi3 P A:hover { text-decoration: underline;}
.user-amaltheabooklist-pi3 HR {background-color: #d1d1d1; margin: 5px 0px 0px 3px; height: 1px; border: 1px #d1d1d1;} 
.user-amaltheabooklist-pi3 INPUT.text  { width: 15px; text-align: right; color: #433c34; } 
.user-amaltheabooklist-pi3 INPUT.aktualisieren  { float: left; margin-right: 10px; width: 80px;} 
.user-amaltheabooklist-pi3 INPUT.bestellen  { width: 80px; } 
.user-amaltheabooklist-pi3 TABLE.cart-table  {  } 
.user-amaltheabooklist-pi3 TABLE.cart-table TD { background-color: #fff9e5; color: #433c34; text-align: right; padding-right: 5px; }
.user-amaltheabooklist-pi3 TABLE.cart-table TD.left { text-align: left; }
.user-amaltheabooklist-pi3 TABLE.cart-table TR.header-row TD { background-color: #990000; }
.user-amaltheabooklist-pi3 TABLE.cart-table TR.header-row TD P { color: #fff9e5; }
.user-amaltheabooklist-pi3 TABLE.cart-table TR.header-row TD P STRONG { color: #fff9e5; }
.user-amaltheabooklist-pi3 SPAN.required { font-weight: bold; }


/* Author List */
.user-amaltheabooklist-pi4  { }
.user-amaltheabooklist-pi4 A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi4 A:hover { text-decoration: underline; }
.user-amaltheabooklist-pi4 P A { text-decoration: none; color: #990000; }
.user-amaltheabooklist-pi4 P A:hover { text-decoration: underline; }
.user-amaltheabooklist-pi4 UL { margin-top: 10px;}    






