
* { 
    font-family:verdana, arial, helvetica, sans-serif;
}

body {
    margin:0;
    padding:0;
    color:#000000;
    line-height:1.5em;
    font-family:Verdana,Geneva,Helvetica,Arial;
    font-size:76%;
    background:url("/images/front/tl-right.gif") no-repeat right top;
    background-color: #eeeeee;
}

form {
	padding: 0;
	margin: 0;
}

/* needed by ie in quirks. really buggy... */
table {
	line-height:1.5em;
    font-family:Verdana,Geneva,Helvetica,Arial;
    font-size:100%;	
}

a:link {
    text-decoration:none;
    color:#0000ff;
}
a:visited {
    text-decoration:none;
    color:#000088;
}
a:hover {
    text-decoration:underline;
    color:#CC9900;
}
a:active {
    text-decoration:none;
    color:#000088;
}

div {
    margin:0;
    padding:0;
}

/****************************************************************************
 * placement of the root divs.
 ***************************************************************************/

#box-header {
	top:0;
	left:0;
    width:100%;
    height:90px;    
}
#box-cont-left {
	position: absolute;
	top:90px;
	left:5px;
    width:170px;
    z-index: 1;
}
#box-cont-right {
	position: absolute;
    top:90px;
    right:5px;
    width:170px;
    z-index: 0;
}
#box-cont-mid {
	margin: 0px 180px 0 180px;
	min-width:400px;
}
#box-footer {
    padding-top:0.5em;
    text-align:center;
}

/****************************************************************************
 * navigation tabs
 ***************************************************************************/

#tabsw { /* Wrapper needed by IE < 5.5 */
	position:relative;
	width:100%;
}
#tabs {
	margin:0;
	float:left;
	width:100%;
	font-size:1em;
	line-height: normal;
	font-weight:bold;
    background:url("/images/front/root_bg.gif") repeat-x bottom;
} 
#tabs ul {
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li {
    float:left;
    background:url("/images/tabs2/tab.gif") no-repeat left top;
    margin:0 3px 0 0;
    padding:0 0 0 10px;
    border-bottom:1px solid #000;
    list-style:none;
}
#tabs a {
    float:left;
    display:block;
    background:url("/images/tabs2/tab.gif") no-repeat right top;
    padding:5px 15px 4px 5px;
    width:.1em;
    color:#555;
}
/* IE clickable hack reset */
#tabs>ul a {
	width:auto;
}
#tabs a:hover {
	color:#888;
	text-decoration:none;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
    border-width:0;
}
#tabs #current a {
    padding-bottom:5px;
	color:#fff;
}

/****************************************************************************
 * navigation menu (the stuff below the tabs)
 ***************************************************************************/

div.menu {
	clear: both;
    padding:0 0.3em 0 0.3em;
    margin:0;
    font-size:1.1em;
    font-weight:bold;
    line-height: 2em;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
div.menu a {
    text-decoration:none;
    white-space:nowrap;
    margin:0;
    padding:0em 0.4em 0em 0.4em;
    color: #000;
}
div.menu a:visited {
    color: #000;
}
/* needed by ie to be more specific. */
#box-cont-mid div.menu a.current {
    color:#ffffff;
}
#box-cont-mid div.menu a.current:hover {
    color:#ffffff;
    text-decoration:none;
}
#box-cont-mid div.menu a:hover {
    color:#444;
    text-decoration:none;
}

/****************************************************************************
 * boxes in the sidebar
 ***************************************************************************/

.rightbox {
	width: 160px;
    margin:2em 5px 1em 5px;
    overflow:hidden;
    background-color: #ffffff;
}
.boxhead {
    background:url("/images/front/box_top.gif") no-repeat;
    background-color:#117acb;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:0.9em;
    line-height:2em;   
}
.boxhead a {
	color:#fff;
	text-decoration:none;
}
.boxhead a:hover {
	color:#fff;
	text-decoration:none;
}
.boxhead a:visited {
	color:#fff;
	text-decoration:none;
}
.boxhead a:active {
	color:#fff;
	text-decoration:none;
}
.boxcont {
	font-size: 0.9em;
	line-height:1.3em;
    padding:0.7em;
    background:url("/images/front/box_bottom2.gif") no-repeat bottom; 
}
.source {
    text-align:right;
}
.rightbox h4 {
    font-size:1.1em;
    line-height:1.3em;
    margin:0 0 0.3em 0;
}

/****************************************************************************
 * navigation on the left
 ***************************************************************************/

#navbox {
    margin:2em 4px 1em 4px;
    width:160px;
    background:url("/images/front/box_bottom2.gif") no-repeat bottom;
	background-color: #ffffff;
}
#navbox .navhead {
    text-align:center;
    font-weight:bold;
    font-size:0.9em;
    line-height:2em;
    background:url("/images/front/box_top.gif") no-repeat;
    background-color:#117acb;
    color:#fff; 
}
#nav, #nav ul, #nav li, #nav a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
#nav ul {
	float: left;
	width:160px;
	background:#fff;
	list-style:none;
}
#nav li {
	float:left;
	width:160px;
	position:relative;
}		
#nav li:hover, #nav li.sfhover{
	z-index:1;
}		
#nav li ul {
	position:absolute;
	left:-999em;
	margin: -1em 0 0 145px;
	background:#fff;
	border:1px solid #09416B;
}				
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a {
	padding-left:5px;
	margin:1px;
	width: 158px; /* init */
}
#nav a {
	\width: 158px; /* IE 5 */
	w\idth: 153px; /* standard */	
}
#nav a.submenu {
	background:url("/images/front/nav-sub.gif") right no-repeat;
}
#nav a:hover {
	background-color:#dddddd;
	text-decoration:none;
	color:#000;
}

/****************************************************************************
 * content
 ***************************************************************************/

#content {
	margin: 0;
	padding: 0.5em 1em 1em 1em;
}
#options {
	padding-bottom: 0.5em;
}
#searchform {
	padding:0;
	margin: 0 0 0 0;
	text-align: right;
}
#searchform input {
	margin: 0;
	padding: 0;
}

#andachtform {
	margin: 0 0 2em 0;
}

#nladdform input {
	font-size: 1em;
}

#nladd_email {
	width: 138px;
	margin: 0.5em 0 0.5em 0;
}


#nlform #v, #nlform #e, #nlform #n {
	width: 15em;
}

#nlform label {
	display:block;
	text-align: right;
	float: left;
	width: 10em;
	padding-right: 1em;
}
#nlform br {
	clear: left;
}



img {
	border: 0;
}
table.bookpreview {
	margin: 1em 0 2em 0;
}
.bookimg {
	text-align: center;
	margin: 0.5em 0 0.5em 0;
}

/* wrapper for entity preview */
#content .prew {
	margin: 1.5em 0 1.5em 0;
}

#rating {
	float: right;
	text-align:center;
	padding: 0.5em 0 0.5em 1em;
	margin: 0 0 1em 1em;
}
#rating table td {
	text-align:center;
	vertical-align: bottom;
}
#rating div.rate {  
	width: 15px;
	font-size: 1px;
	background:url("/images/front/rate.gif") bottom no-repeat;
}
.prew img.starimg {
	margin-left: 1em;
	margin-bottom: -0.2em;
	border: 0;
}

#ratingform fieldset, #commentform fieldset {
	padding: 1em;
}
#ratingform, #commentform {
	clear: both;
}
#ratingform td {
	text-align: center;
}
#ratingform textarea, #commentform textarea {
	font-size: 1.0em;
}

#commentform label {
	font-weight: bold;
}

#content .preh1 {
	margin-bottom: -1.8em;
}
#content .preh2 {
	margin-bottom: -1.5em;
}
#content h1 {
	font-size: 2.0em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 1.2em 0em 0.6em 0em;
}
#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 1.2em 0em 0.6em 0em;
}
#content h3{
	font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2em;
	margin: 1.2em 0em 0.6em 0em;
}
#content h4{
	font-size: 1.2em;
    font-weight:bold;
	margin: 1.2em 0em 0.6em 0em;
}
#content h5{
	font-size: 1.0em;
	font-weight: bold;
	margin: 1.2em 0em 0.6em 0em;
}
#content h6{
	font-size: 0.8em;
	font-weight: bold;
	margin: 1.2em 0em 0.6em 0em;
}
#content p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.6em 0em 0.6em 0em;
}
#content p.intro {
    font-style: italic;
}
#content ol, #content ul, #content li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
#content li {
 	padding-left: 15px;
	background-image: url("/images/front/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	list-style:none;
}
#content li > p {
	margin-top: 0.2em;
}
#content pre {
	font-family: monospace;
	font-size: 1.0em;
}
#content strong, #content b {
	font-weight: bold;
}
#content .copy {
	font-size: 0.8em;
	color: #444;
	margin-bottom: 2em;
}
.paginghead .sort {
	float: left;
}
.paginghead .pages {
	text-align: right;
}
.pagingfoot .sort {
	float: left;
}
.pagingfoot .pages {
	text-align: right;
}
.mininav {
	text-align: center;
	padding-top: 0.5em;
}
#content .comments p {
	margin: 2em;
	text-indent: -1em;
}
.imgwleft,
.imgwright {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #888;
	text-align: center;	
}
.imgwleft img,
.imgwright img {
	display:block;
	margin-bottom: 0.5em;	
}
.imgwleft {
    margin-right:1em;
    float:left;
}
.imgwright {
    margin-left:1em;
    float:right;
}

 
