body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
	color:#454545;
}

p, div, td, th {
	font-size:12px;
}

.main-container {
	box-shadow:0 0 10px 5px #dddddd;
	border-radius:5px;
}

/* MODS */
.hidden { display:none; }
.hn4u-mod-no-top-border {
	border-top-width:0 !IMPORTANT;
}
.hn4u-html-list {
	padding-left:20px;
}

/* GENERAL LAYOUT */
.global {
	width:1000px;
	margin:20px auto;
	padding:0;
	clear:left;
	background-color:white;
}

.float-left { float:left; !IMPORTANT}
.float-right { float:right; }

.hn4u-cfjs-logo {
	background:url(/fileadmin/template/cfjs.fu.3.5.png) no-repeat;
	position:absolute;
	z-index:99999;
	margin-left:210px;
	width:81px;
	height:77px;
	top:24px;
	left:inherit;
}

.text-right { text-align:right }

.clear-left {
	clear:left;
}

.column-left-container {
	float:left;
	width:680px;
}
.page-title-container, #hn4u-content {
	padding:0 15px;
}

img.hn4u-from-fb {
	display:block;
	margin:0 auto !IMPORTANT;
	max-width:640px;
}

.hn4u-fullsize {
	cursor:pointer;
}

.column-right {
	padding:0;	
}

.column-right .hn4u-teaserinfo:first-child {
	padding-top: 15px !important;	
}

.column-right img {
	max-width:289px;
	border-color:#ddd;
}

.column-right > div{	
	padding:15px 0;	
	margin:0 15px;
}

.column-left-container, .column-right-container {
	height:100%;
}

.column-right-container {
	margin-left:680px;
	border-left:1px dotted #dddddd;
	background-color:#fafafa;
	width:319px;
}

.clearer {
	clear:both;
	float:none;
	height:0px;
}

.bold {
	font-weight:bold;
}

#loading {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	background-color:rgba(0,0,0,0.05);
	margin:0;
	padding:0;
	top:0;
	z-index:80;
}

#loading img {
	border:1px #ddd solid;
	box-shadow: 2px 2px 2px #ddd;
	border-radius:5px;
	margin:202px 0 0 0;
	height:47px;
	position:relative;
	left:-150px;
}

.miniLoader {
	vertical-align:middle;
	border-radius:5px;
}

#hn4u-content blockquote {
	margin:0 0 0 40px !IMPORTANT;
}

/* glossar / media */
.hn4u-webshots {
	text-align:center;	
}

.hn4u-webshots span.caption{
	margin:5px auto 25px auto;		
	display:block;
	width:500px;
	color:#888;
}

.hn4u-media-navigation {
	margin-top:15px;
}

.hn4u-media-container {
	min-height:100px;
	margin:15px 5px;
	background-color:white;	
	box-shadow:#ddd 1px 1px 1px;
}

.hn4u-media-container .thumb {
	height:100px;
	width:100px;
	overflow:hidden;
	float:left;	
}

.hn4u-media-container .thumb img {
	margin:0px !IMPORTANT;
	padding:0px !IMPORTANT;		
}

.hn4u-media-container .text {
	margin-left:110px;
	font-size:10px !IMPORTANT;
	line-height:12px;
}
.hn4u-media-container .title {
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0;
	font-size:12px !IMPORTANT;
}


.hn4u-media-list {
	padding:5px;
	/*background-color:#fff;
	border:1px solid #ddd;
	border-radius:0 0 5px 5px;
	box-shadow:#ddd 2px 2px 2px inset;*/
}

.hn4u-subset-item {
	float:left;
	padding:0px 3px 0px 15px;
	margin:0 5px 0 0;
	border:1px #ddd solid;
	cursor:pointer;
	color:#fff;
	background:url(/fileadmin/template/sel.png) left 2px no-repeat #FFCECE;	
}

.hn4u-subset-item.active {
	background:url(/fileadmin/template/desel.png) left 2px no-repeat #fff;	
	color:#aaa;
}

.hn4u-glossar-related, .hn4u-selector-result {
	padding:5px;
	border:1px #ddd solid;
	background-color:#fafafa;
	float:none;
	clear:left;
	border-radius:0 5px 5px 5px;
	box-shadow: 2px 2px 2px #ddd;
	z-index:70;
	position:relative;	
}

.hn4u-selector-item {
	float:left;
	padding:2px 5px;
	margin:0 5px 0 0;
	border:1px #ddd solid;
	background-color:#fafafa;
	border-bottom-width:0;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	cursor:pointer;
	color:#aaa;
	box-shadow: 2px 2px 2px #ddd;
	z-index:69;
}

.hn4u-selector-item.active {
	color:#454545;
	background-color:#eee;
}

.hn4u-selector-item:hover, .hn4u-subset-item:hover {
	color:#454545;
}

.hn4u-references-container, .hn4u-referenzen-container {
	margin-bottom:15px;
}

.hn4u-content-images.orientation-0, .hn4u-content-images.orientation-8 { text-align:center }
.hn4u-content-images.orientation-1, .hn4u-content-images.orientation-9 { text-align:right }
.hn4u-content-images.orientation-2, .hn4u-content-images.orientation-10 { text-align:left }
.hn4u-content-images.orientation-18, .hn4u-content-images.orientation-26 { float:left; }
.hn4u-content-images.orientation-17, .hn4u-content-images.orientation-25 { float:right; }
.clearOrientation-18, .clearOrientation-26 { clear:left; float:none;}
.clearOrientation-17, .clearOrientation-25 { clear:right; float:none;}
.clearOrientation{padding:0; margin:0; height:0; overflow:hidden; }

.hn4u-glossar-images {
	height:140px;
	text-align:center;
	border:1px #ddd solid;
	border-width:1px 0;
	padding:5px 0;
}

.hn4u-glossar-images img {
	max-height:100%;	
	vertical-align: middle;	
}

.hn4u-glossar-preview-short-info {
	padding:15px !IMPORTANT;
	text-align:center;
	font-size:10px;
}

.hn4u-glossar-preview h1{
	font-size:14px !IMPORTANT;
	padding:15px 15px 0 15px !IMPORTANT;	
	margin-bottom:15px;
}

.hn4u-glossar-preview img{
	float:left;
	max-height:60px;
	margin: 0 5px 0 0;
}

.hn4u-alias, .hn4u-groups {
	padding-bottom:5px;
	font-size:10px;
}

.hn4u-glossar-preview {
	text-align:justify;
}

.hn4u-glossar-preview div{
	padding: 0 15px;
}

.hn4u-glossar-text, .hn4u-footnote-text {
	padding-bottom:15px !IMPORTANT;
	margin-top:15px;
}

.hn4u-glossar-info ,.hn4u-footnote-info{
	font-size:10px;
	text-align:center;
	background-color:#fafafa;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:5px !IMPORTANT;
	border-bottom:1px #ddd dotted;
}

#hn4u-glossar-preview, #hn4u-footnote-preview {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	border:1px #ddd solid;
	box-shadow: 5px 5px 5px #ddd;
	border-radius:5px;
	width:400px;
	z-index:999;
}

#hn4u-glossar-preview img {
	max-width:360px;
}

.hn4u-footnote-text {
	margin:0 !IMPORTANT;
	padding:15px !IMPORTANT;
}

.hn4u-footnote-text > *{
	padding:0;
	margin:0;
}

.hn4u-footnote-info {
	font-size:10px;
	text-align:center;
	background-color:#fafafa;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:5px !IMPORTANT;
	border-bottom:1px #ddd dotted;
}


/* HEAD */
#global-head {
	background:url(/fileadmin/template/head-back.png) left top no-repeat #ccc;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:1px solid #ccc;	
}

#hn4u-head {
	padding:15px;		
}

#hn4u-logo img{	
	border-width:0px;
}

#hn4u-mininavi {
	color:#330000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}

#hn4u-mininavi a {
	color:#333333;
}

#hn4u-mininavi a:hover {
	color:#FFFFFF;
}

#hn4u-slogan { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing:1px;	
	color:#396c6c;
}

#hn4u-mainnav {
	padding:0 10px;
	font-weight:bold;	
	height:25px;
	background:url(/fileadmin/template/menu-back.png) repeat-x #F8EFF8;
	/*background:url(/fileadmin/template/mainNaviBack.jpg) repeat-x #F8EFF8;*/
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}

#hn4u-mainnav ul {
	padding:0;
	margin:0;
}

#hn4u-mainnav li {
	display:inline;
	line-height:25px;	
}

#hn4u-mainnav li a {
	padding:6px;
	border-right:1px solid;
	border-color:#dddddd;
	color:#333333;
}

.hn4u-nosubmenu {
	height:0px;
	border-top:1px solid #dddddd;
}

#hn4u-mainnav li.first a {
	border-style:solid;
	border-width:0 1px;
}

#hn4u-mainnav li.active a {
	color:#FF6600;
	background-color:#fafafa;	
}

#hn4u-mainnav a:hover {
	color:#CC99CC !IMPORTANT;	
}

.menu-open {
	background:none !IMPORTANT;		
}

.hn4u-menu-wrapper {
	z-index:98;
	position:absolute;
}

.hn4u-subnav {
	display:none;
	white-space:nowrap;
	z-index:99;	
	border-bottom:#dddddd 1px solid;
	padding:0 10px;
	height:25px;
	background-color:#fafafa;	
}

.hn4u-subnav.level0 {
	padding:0 10px;
	font-weight:normal;	
	height:25px;	
	text-transform:uppercase;
	font-size:10px;	
	display:block;
	letter-spacing:1px;	
	margin:0;
}

.hn4u-subnav div {
	float:left;
	line-height:25px;
	list-style-type:none;	
	padding:0;
	margin:0;
	font-size:10px !IMPORTANT;
}

.hn4u-subnav.level0 div.hassub {
	background:url(/fileadmin/template/menu-arrow-down.png) no-repeat center 19px;
}

.hn4u-subnav.level0 div a {
	padding:0 5px;
	border-right:1px solid;
	border-color:#dddddd;
	color:#333333;	
}

.hn4u-subnav.level0 div.last a {
	border-width:0;
}

.hn4u-subnav div.active a, .menu-open a {
	color:#FF6600 !IMPORTANT;	
}

.hn4u-subnav a:hover {
	color:#CC99CC !IMPORTANT;	
}

.hn4u-subnav.level0 .hn4u-subnav{
	position:absolute;
	top:0;
	left:0;
	border:#dddddd solid;
	border-width: 0 1px 1px 1px;
	font-size:10px;
	background-color:#fafafa;
	box-shadow: 2px 2px 2px #ddd;
}

.hn4u-subnav.level1 .hn4u-subnav{
	
	border-width: 1px 1px 1px 1px;
	font-size:10px;
	background-color:#fafafa;
}

.hn4u-subnav.level1 a{
	border-width:0 !IMPORTANT;
}

.hn4u-subnav.level1 div {
	float:none;
	list-style-type:none;
	background-image:none !IMPORTANT;
	line-height:20px !IMPORTANT;
	height:20px;
	margin-right:5px;
	padding-right:5px;
}

.hn4u-subnav.level1 div.hassub {
	background:url(/fileadmin/template/menu-arrow-right.png) no-repeat right !IMPORTANT;
}

#hn4u-youAre{
	/*font-weight:bold;*/	
	background:url(/fileadmin/template/youare-back.png) repeat-x top;
	border-bottom:1px dotted #dddddd;
	padding:15px;
	text-transform:uppercase;
	font-size:10px;	
	color:#dddddd;	
} 

.breadExtended , .breadNormal {
	color:#454545;
}

.hn4u-search-field, .hn4u-glossary-fearch-field {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid white;
	height:12px;
	padding:5px;
	width:183px;
	font-size:10px;
	text-transform:uppercase;
}

.hn4u-searchPage-form  .hn4u-search-field {
	border-color:#ddd;
	border-right:0;
}

.hn4u-glossary-fearch-field {
	border-color:#ddd;
	border-radius:5px;
}

.hn4u-search-button {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border:1px solid white;
	height:24px;
	font-size:10px;
	text-transform:uppercase;
	cursor:pointer;
	/*position:relative;
	top:1px;*/
}

.hn4u-searchPage-form  .hn4u-search-button {
	border-color:#ddd;	
}

.hn4u-glossary-search {
	float:none;
	clear:left;
	position:relative;
	top:10px;
	text-align:right;
	color:#666666;
	text-transform:uppercase;
	font-size:10px;
}

/* LINKS */ 

a {
	text-decoration:none;
	/*color:#006666;*/
	color:#0066CC;
}

a:hover {
	text-decoration:none;
	color:#FF6600;
}

a:hover b{
	color:#FF6600;
}

.hn4u-action {
	text-decoration:none;
	cursor:pointer;	
	color:#0066CC;
}
.hn4u-action:hover {
	text-decoration:none;
	cursor:pointer;	
	color:#FF6600;
}


a.glossarLink {
	/*font-weight:bold;*/
	color:#003366;
	/*border-bottom:#0066CC dotted 1px;*/
	border-bottom:#CE547B dotted 1px;
	cursor:help;
}
a.glossarLink:hover {
	/*font-weight:bold;	*/
	/*color:#FF6600;*/
	color:#FF6600;
	border-bottom-width:3px;
}

.breadExtended a {
	color:#ff6600
}

/* CONTENT */

.hn4u-index-item, .hn4u-refs-item, .hn4u-pubs-item {
	float: left;
	cursor:pointer;
	margin:2px;
	border:1px solid #dddddd;
	padding:5px;
	color:#0066CC;
	width:20px;
	text-align:center;
}
.hn4u-refs-item, .hn4u-pubs-item {
	background-color:#fff;
}
.hn4u-refs-item.active, .hn4u-pubs-item.active  {color:#FF6600;}

.hn4u-index-item.active {
	background-color:#FAFAFA;
}

.hn4u-index-result {
	margin-top:18px;
	border-top:1px solid #dddddd;
}


.hn4u-more-links {
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	padding:10px 0;
	text-transform:uppercase;
}

#hn4u-content {
	float:none;
	clear:both;
	line-height:18px;
}

#hn4u-content img {
	max-width:640px;
	margin:0 5px;
}

#hn4u-content .csc-textpic-center img {
	margin:0px !IMPORTANT;
}

sup {
	font-size:10px;
	line-height:5px;
	padding:0;
}

.page-title, .book-title, h1, h2, h3{
	margin:0;
	padding:20px 0;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
}

.book-title {
	padding:0;
}

.page-date {
	text-align:right;
	padding-bottom:10px;
}

.book-date {
	text-align:right;
	padding:10px 0;
}

h1
{
	font-size:16px;
	padding:10px 0;
	font-weight:normal;
}

h2 {
	font-size:14px;
	padding:10px 0;
}

h3 {
	font-size:13px;
	padding:10px 0;
}

h1 > *,
h2 > *,
h3 > * { font-weight:normal; }

h1.book-title {font-size:18px;padding-top:20px;}
h2.book-title {font-size:17px;padding-left:15px;}
h3.book-title {font-size:16px;padding-left:30px;}
h4.book-title {font-size:15px;padding-left:45px;}
h5.book-title {font-size:14px;padding-left:60px;}
h6.book-title {font-size:13px;padding-left:75px;}

.hn4u-head-info img {
	border:0;
	max-width:650px;	
}

.hn4u-head-info {
	border:1px solid #dddddd;
	padding:10px;
	box-shadow: 2px 2px 2px #ddd;
	margin:14px 0;
}

.contenttable p{
	margin:0;
	padding:0;
}

.contenttable {
	max-width:650px;
}

.contenttable, .contenttable td {
	border:0;
}

hr {
	height:1px;
	background-color:#dddddd;
	border:0;
}

.hn4u-tableOfContent li {
	list-style:none;
	margin:5px 0;
}

.hn4u-tableOfContent ul {
	padding:0;
	padding-left:20px;
	margin:10px 0 !IMPORTANT;
	font-size:12px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.hn4u-tableOfContent ul ul{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	margin:0;
}

.hn4u-pointTo {
	display:none;
}

.hn4u-pagination {
	text-align:center;
	line-height:30px;
	margin:15px 0;
	padding-top:15px;
	border-top:1px dotted #ddd;
}

/* footnotes */

div.footnotes {
	border-top: 1px dotted #DDDDDD;
    margin-top: 20px;
    padding: 20px 15px 0 15px;
}

.footnotesContainer td {
	vertical-align:top;
	padding:5px 0 5px 5px;
}

.footnotesHeader {
	padding:5px 0 !important;
}

.footnotesDescription > * {
	margin:0;
	padding:0;
	line-height:18px;
}
.footnotesDescription blockquote,
.footnotesDescription li
{
	margin-left:30px !IMPORTANT;
}

.footnotesDescription ol,
.footnotesDescription ul
{
	margin:5px 0 !IMPORTANT;
}

/* main slider */
.hn4u-slider-main-container {
	display:none;
}

.hn4u-bottom-slider-container {
	background-color:#FAFAFA;
}

#mainSliderTop, #mainSliderBottom {
	padding:0;
	margin:0;
	height:45px;
	background-color:#FAFAFA;
	border:#ddd 1px dotted;
}

#mainSliderTop {
	width:100%;
	border-width:0 1px 1px 0;
}

#mainSliderBottom {
	width:680px;
	border-width:1px 1px 0 0;
}

.sControl {
	width:15px;	
	height:15px;
	position:absolute;
	display:none;
	z-index:80;
}
.sControl.active { cursor:pointer; }

.hn4u-slider-control-left-end { background:url("/fileadmin/template/slider-end-left-light.png"); }
.hn4u-slider-control-left-step { background:url("/fileadmin/template/slider-single-step-left-light.png"); }
.hn4u-slider-control-right-end { background:url("/fileadmin/template/slider-end-right-light.png"); }
.hn4u-slider-control-right-step { background:url("/fileadmin/template/slider-single-step-right-light.png"); }
.hn4u-slider-control-left-end.active { background:url("/fileadmin/template/slider-end-left.png"); }
.hn4u-slider-control-left-step.active { background:url("/fileadmin/template/slider-single-step-left.png"); }
.hn4u-slider-control-right-end.active { background:url("/fileadmin/template/slider-end-right.png"); }
.hn4u-slider-control-right-step.active { background:url("/fileadmin/template/slider-single-step-right.png"); }
.hn4u-slider-control-left-end.hover { background:url("/fileadmin/template/slider-end-left-active.png"); }
.hn4u-slider-control-left-step.hover { background:url("/fileadmin/template/slider-single-step-left-active.png"); }
.hn4u-slider-control-right-end.hover { background:url("/fileadmin/template/slider-end-right-active.png"); }
.hn4u-slider-control-right-step.hover { background:url("/fileadmin/template/slider-single-step-right-active.png"); }

.sArea {
	height:15px;
	display:none;
	position:absolute;
	z-index:70;
}

.sLine {
	height:5px;
	background-color:#ddd;
	display:none;
	position:absolute;
	z-index:71;
	border-radius:3px;	
}

.sSlot {
	height:1px;
	background-color:#888;
	display:none;
	position:absolute;
	z-index:72;	
}

.sSlider {
	position:absolute;
	width:13px;
	height:13px;
	z-index:73;
	background:url("/fileadmin/template/slider-light.png");
	display:none;
	border:1px #ddd solid;
	box-shadow: 2px 2px 2px #ddd;
	border-radius:7px;		
}

.sSlider.active {
	cursor:e-resize;
	background:url("/fileadmin/template/slider.png");
	border:1px #888888 solid;
}

.sSlider.hover {
	background:url("/fileadmin/template/slider-hover.png");
}

#hn4u-slider-bubble {
	padding:3px;
	display:none;
	position:absolute;
	border:1px #ddd solid;
	box-shadow: 2px 2px 2px #ddd;
	border-radius:3px;
	/*background-color:#FAFAFA;*/
	background-color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	z-index:999;
	text-align:center;
	width:150px;
}

/* single slider */

.hn4u-single-slider-container {
	height:45px;
	z-index:1;
}

/* RIGHT COL */

#hn4u-wikilink {
	background:url(http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png) no-repeat right;
	background-size:60px auto;
	display:none;
}
#hn4u-wikitext {
	margin-right:65px;
}

.hn4u-glossar-subcategories {
	margin-bottom:15px !IMPORTANT;
	padding-top:0 !IMPORTANT;
}

.hn4u-source-pic {
	display: block;
    margin: 10px 0;
}

.hn4u-like-container {
	width:100px;
	position:relative;
	top:12px;
	height:20px;
	overflow:hidden;
}

.hn4u-gplus-container {
	position:relative;
	top:12px;
}

/*#hn4u-bookShop-link-container {
	float:none;
	margin-left:110px;
	position:relative;
    top:-1px;
}*/

#hn4u-bookShop-link-container {
	float:right;
}

#hn4u-bookShop-link-container img{
	vertical-align:middle;
}

.column-right .hn4u-author-pic {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

.hn4u-author {
	max-height:60px;
	overflow:hidden;
	margin-bottom:5px;
}

.hn4u-authors {
	margin-bottom:15px;
}

.hn4u-fb-source img{
	max-width:50px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	border:1px solid #ddd;
}

.hn4u-fb-source {
	height:50px;
	overflow:hidden;
}

#magazinRootBooksInfo {
	margin:0 5px;
}

.hn4u-clickmap {
	height:360px;
	padding-bottom:0 !IMPORTANT;
	padding-top:20px;
}

.hn4u-speciallinks {
	border-bottom:1px dotted #dddddd;
	padding:20px 0 20px 0;
}

.tree-item {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}

.hn4u-like {
	padding:0 15px !IMPORTANT;
	margin:0 !IMPORTANT;
	height:45px;
}

.hn4u-like iframe{
	max-height: none;
}

.hn4u-like-container iframe{
	position:relative;
	top:0.5px;
}

.hn4u-speciallinks-first {
	padding:15px 0 !IMPORTANT;
}

.hn4u-like iframe {
	position:relative !IMPORTANT;
	top:0.5px;
}

.hn4u-like > div {
	display: inline-block;
}

img.hn4u-jumpTo {
	vertical-align:middle;
	position:relative;
	top:-1px;
}

.hn4u-jumpTo-container {
	line-height:17px;
}

.hn4u-jumpTo-link {
	background:url("/fileadmin/template/picArticle.png") -2px no-repeat;
	padding:1px 0 1px 20px;
	margin-left:5px;
}

.hn4u-jumpTo-link.person {background-image:url("/fileadmin/template/picPerson.png")}
.hn4u-jumpTo-link.locations {background-image:url("/fileadmin/template/picLocation.png")}
.hn4u-jumpTo-link.conferencesevents {background-image:url("/fileadmin/template/picEvent.png")}
.hn4u-jumpTo-link.organisations {background-image:url("/fileadmin/template/picGroup.png")}
.hn4u-jumpTo-link.publications {background-image:url("/fileadmin/template/picBook.png")}
.hn4u-jumpTo-link.temples {background-image:url("/fileadmin/template/picTemple.png")}
.hn4u-jumpTo-link.jainart {background-image:url("/fileadmin/template/picArt.png")}


.hn4u-additionalInfo {
	padding:15px 0 15px 0 !IMPORTANT;
	border-bottom:1px dotted #dddddd;
}

.hn4u-additionalInfo p {
	margin:0;
	padding:0;
	text-align:left !IMPORTANT;
}

.hn4u-share {
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 15px;	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
}

.hn4u-sources p {
	margin:5px 0 10px;
}

.hn4u-sources-pubs {
	font-size:9px;
	text-transform:uppercase;
}

.hn4u-teaserinfo {
	padding:0 15px 15px 15px !IMPORTANT;	
	/*position:relative;
	top:-9px;*/
	line-height:15px;
	z-index:1;
	text-align:justify;
	font-size:10px;
	margin:0 !IMPORTANT;
	border-bottom:1px dotted #dddddd;
}

.hn4u-teaserinfo h1 {
	margin:0;
	padding:0;
}

.hn4u-speciallinks h1, .hn4u-additionalInfo h1, .hn4u-clickmap h1 {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
}

.hn4u-speciallinks {
	width:289px;
}

.hn4u-speciallinks td, .hn4u-speciallinks table , .hn4u-speciallinks tr, .hn4u-speciallinks iframe {
	margin:0;
	padding:0;
	border:0;
	max-width:289px;
}

.hn4u-speciallinks iframe {
	max-height:217px;
}

.hn4u-speciallinks iframe.fb_iframe_widget_lift {
	max-height:none;
    max-width:none;
}

.hn4u-fb-follow {
	margin-top:5px;
	font-size:11px;
	font-weight:bold;
}

.hn4u-mostpopular {
	font-size:10px;
}

.hn4u-mostpopular ol {
	margin:0 0 0 18px;
	padding:0 0 10px 0;
}

.hn4u-speciallinks .browsingImg {
	vertical-align:middle;
}

.hn4u-speciallink-book {
	min-height:80px;
}

.hn4u-speciallink-book img {
	float:left;
	margin:0 5px 0 0;
	border:1px solid #666666;
}

/* FOOTER */

.hn4u-footer {
	border-top:1px solid #dddddd;
	height:60px;
	background-color:#fafafa;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.hn4u-footer > div {
	float:left;
	padding:15px;
	height:30px;
}

.footer-col-right {
	text-align:right;
	border-left:1px dotted #ddd;
	width:289px;
}

.footer-col-right img {
	vertical-align:middle;
}

.footer-col-middle {
	text-align:center;
	border-left:1px dotted #ddd;
	width:330px;
}

.footer-col-left {
	width:289px;
}

/* BOOKS */

.hn4u-tableOfContent {
	padding:0 15px;
}

/*listen*/

.hn4u-list-author, .hn4u-list-book, .hn4u-list-article {
	height:25px;
	margin:5px 0;
}

.hn4u-list-article {
	background:url("/fileadmin/template/picArticle.png") no-repeat scroll 0 1px transparent;
	padding:3px 0 0 25px;
}

.hn4u-list-line {
	padding:5px 0;
	border-top:1px dotted #ddd;
	clear:left;		
}

.hn4u-list-line > div {
	height:inherit !IMPORTANT;
	margin:0 0 8px 0 !IMPORTANT;
}

.hn4u-list-line .hn4u-list-article {
	width:390px;
	float:left;
	margin-right:10px;
}

.hn4u-list-head-article {
	width:390px;
	float:left;
	margin-right:10px;
	padding-left:25px;
}

.hn4u-list-line .hn4u-list-author {
	float: left;
    padding-top: 3px;
    width: 225px;
}

.hn4u-list-glossar-column {
	width:50%;
	float:left;
	padding:5px 0;
}

.hn4u-list-line-glossar, .hn4u-list-publication {
	padding:3px 0 3px 25px;
	background:url("/fileadmin/template/picArticle.png") no-repeat scroll 0 1px transparent;
	
}
.hn4u-list-line-glossar.itemtype-person, .hn4u-list-publication.itemtype-person {background-image:url("/fileadmin/template/picPerson.png")}
.hn4u-list-line-glossar.itemtype-locations, .hn4u-list-publication.itemtype-locations {background-image:url("/fileadmin/template/picLocation.png")}
.hn4u-list-line-glossar.itemtype-conferencesevents, .hn4u-list-publication.itemtype-conferencesevents {background-image:url("/fileadmin/template/picEvent.png")}
.hn4u-list-line-glossar.itemtype-organisations, .hn4u-list-publication.itemtype-organisations {background-image:url("/fileadmin/template/picGroup.png")}
.hn4u-list-line-glossar.itemtype-publications, .hn4u-list-publication.itemtype-book, .hn4u-list-publication.itemtype-publications {background-image:url("/fileadmin/template/picBook.png")}
.hn4u-list-line-glossar.itemtype-temples, .hn4u-list-publication.itemtype-temples {background-image:url("/fileadmin/template/picTemple.png")}
.hn4u-list-line-glossar.itemtype-jainart, .hn4u-list-publication.itemtype-jainart {background-image:url("/fileadmin/template/picArt.png")}
.hn4u-list-line-glossar.itemtype-news {background-image:url("/fileadmin/template/picNews.png")}


.itemtype-hidden {
	display:none;
}

.hn4u-publications-container {
	margin:15px 0;
}

.hn4u-list-head-author {
	float: left;
    width: 225px;
}

.hn4u-list-image {
	float:left;
	height:inherit;
	width:25px;
	overflow:hidden;
	padding-right:5px;
}

.hn4u-list-image img{
	width:inherit;
}

.hn4u-list-head {
	padding:5px 0;	
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
}
.hn4u-list-head-small {
	padding:5px 0;
}


.hn4u-list-info-image{
	float:left;
	width:60px;	
}

.hn4u-list-info-image img{
	width:inherit;
}

.hn4u-list-teaser {
	margin-left:65px;
}
.hn4u-list-more-arrow {
	display:inline;
	position:relative;
	top:-2px;
}

.hn4u-list-more-arrow img{
	vertical-align:middle;	
}

.hn4u-list-ac {
	display:none;
}

.list-fold-load {
	padding:1px;
}

.list-fold-down {
	cursor:help;
}

.list-fold-up {
	cursor:pointer;
}

.hn4u-list-item {
	padding:5px 0 5px 30px;
	font-size: 10px;
    text-transform: uppercase;
}

.hn4u-list-item-book {
	background:url(/fileadmin/template/picBook.png) 3px 4px no-repeat;
}


/* TEASER */

.hn4u-teaser-container {
	padding:0 15px 15px 15px;
}

.hn4u-glossarTeaser-head {
	
}

.hn4u-glossarTeaser-path {
	font-size: 9px;    
	text-transform: uppercase;
	margin:0 0 10px 0;	
}

.hn4u-glossarTeaser-path a {color:#6699CC}
.hn4u-glossarTeaser-path a:hover {color:#FF6600}

.hn4u-teaser-head.hn4u-book h1{
	padding-left:25px;
	background:url(/fileadmin/template/picBook.png) no-repeat 0px 1px;
}

.hn4u-books-teaser {
	padding-bottom:10px;
}

.hn4u-books-teaser .hn4u-teaser {
	margin:0 15px;
}

.hn4u-books-teaser > h1 {
	background-color: #FAFAFA;
	border:dotted #DDDDDD 1px;
	border-width:1px 0;
	padding:15px;
	margin-top:45px;
}

.hn4u-books-teaser h1.hn4u-mod-no-top-border {
	margin-top:0;
}


.hn4u-teaser {
	/*color:#666666;*/
	clear:left;
	border-bottom:1px dotted #ddd;	
	line-height:15px;
}

.hn4u-teaser-last {
	clear:left;
	line-height:15px;	
}

.hn4u-teaser-head {
	padding:10px 0 5px 0;
	cursor:pointer;
}

.hn4u-teaser-head h1, .hn4u-result-title { 
	color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
	font-weight:normal;	
	padding:0;
	margin:0;
	line-height:20px;
	padding-left:25px;
	background:url(/fileadmin/template/picArticle.png) no-repeat 0px 1px;
}

.hn4u-teaser-head.hn4u-news h1 {
	background:url(/fileadmin/template/picNews.png) no-repeat 0px 1px;	
}

.hn4u-search-result-line b {color:#663399;}

.hn4u-result-title {
	font-size:14px;
	background-position:0px 0px;
}
.hn4u-result-title.item-type-person {background-image:url(/fileadmin/template/picPerson.png);}
.hn4u-result-title.item-type-book {background-image:url(/fileadmin/template/picBook.png);}
.hn4u-result-title.item-type-locations {background-image:url("/fileadmin/template/picLocation.png")}
.hn4u-result-title.item-type-conferencesevents {background-image:url("/fileadmin/template/picEvent.png")}
.hn4u-result-title.item-type-organisations {background-image:url("/fileadmin/template/picGroup.png")}
.hn4u-result-title.item-type-temples {background-image:url("/fileadmin/template/picTemple.png")}
.hn4u-result-title.item-type-jainart {background-image:url("/fileadmin/template/picArt.png")}

.hn4u-result-content {
	margin:5px 0 15px;
	text-align:justify;
}

.hn4u-teaser-footer, .hn4u-teaser-text { 
	margin-left:64px;
}

.hn4u-teaser-footer div { 
	font-size:10px !IMPORTANT;
}

.hn4u-teaser-pubdate {
	float:right;
    text-align:right;
    width:150px;
}

.hn4u-teaser-text {
	padding:5px 0 4px 0;
	text-align:justify;
}

.hn4u-teaser-pics-container {
	float:left;
	width:64px;
	margin:8px 0 15px 0;	
}

.hn4u-teaser-pics {
	float:left;
	padding:0;
	margin-bottom:10px;
	height:52px;
	width:52px;
	border:1px solid #666;
	overflow:hidden;
}

img.hn4u-teaser-hover {
	max-height:119px;
	max-width:583px;
}

div.hn4u-teaser-hover {
	box-shadow: 0px 0px 4px #ddd;
	background-color:white;
	position:absolute;
	/*max-height:121px;*/
	border:5px solid #fff;
	border-width:5px 5px 2px 5px;
}



.hn4u-teaser-pic {
	height:52px;	
	width:52px;	
}

/* obsolete 

.hn4u-teaser-pics img{
	display:none;
}

.hn4u-teaser-pic-vert {
	width:52px;
}

.hn4u-teaser-pic-hori, .hn4u-teaser-pic-center {
	height:52px;		
}
.hn4u-teaser-pic-center{
	position:relative;	
}

.hn4u-teaser-pic-unknown, .hn4u-teaser-pic-err {
	height:52px;	
	width:52px;	
}

*/

.hn4u-teaser-pubs {
	font-size:9px;    
}

ul.hn4u-teaser-pubs {
	text-transform: uppercase;
	padding:0;
	margin:0 0 10px 0;
}

ul.hn4u-teaser-pubs li {
	list-style:none;
}

.teaser-author, .hn4u-teaser-pubdate {
	font-size:10px;
}

.teaser-author {
	margin-right:150px;
}

iframe[src*="maps.google"]  {
	width:650px;
	height:400px;
}

iframe[src*="google.com/maps"]  {
	width:650px;
}

iframe[src*="youtube.com/embed"] {
	width:650px;
	height:488px;
}

iframe[src*="player.vimeo.com/video"] {
	width:650px;
	height:488px;
}

table.contenttable iframe[src*="youtube.com/embed"] {
	width:640px;
	height:480px;
	margin:0 auto;
}

div.flickr-photo.portrait, p.flickr-photo.portrait{
	text-align:center;
}
div.flickr-photo.inARow, p.flickr-photo.inARow{
	text-align:center;
}
div.flickr-photo.inARow img, p.flickr-photo.inARow img{
	vertical-align:top;
}

div.flickr-description, p.flickr-description {
	margin:5px auto 25px auto;	
	color:#888;
	text-align:center;
	font-weight:normal !IMPORTANT;
	font-style:normal !IMPORTANT;
}

/* media stats */


.hn4u-media-stats-table .thumb img {
	width:30px;
	height:30px;
	padding:5px;
	border:0;
	margin:0 !IMPORTANT;
}

.hn4u-media-stats-table .value {
	color:#333;
	font-weight:bold;
	font-size:14px;	
	text-align:center;
	padding:0 5px;
}
.hn4u-media-stats-table .value.light {
	color:#ccc;
}

.hn4u-media-stats-table th {
	color:#999;
	font-weight:bold;
	font-size:14px;	
}

.hn4u-media-stats-table .text {
  width:455px;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;                
}

.hn4u-media-stats-table .desc {
    font-size:10px;
	color:#aaa;	
}

.hn4u-media-stats-table .desc a {
    color:#777;
}

.hn4u-media-stats-table .desc a:hover {
    color:#ff6600;
}

.hn4u-media-stats-topper {
	float:left;
	width:216px;
	text-align:center;	
	padding-bottom:15px;
}

.hn4u-media-stats-topper label {
	color:#999;
	font-weight:bold;
	font-size:14px;
}

.hn4u-media-stats-topper img{
	margin:0 !IMPORTANT;
}

/* math */

math {
	font-family:Arial, Helvetica, sans-serif;	
	padding: 3px;
}

math mfrac {
	font-size: 18px;
}

/* new booklist */

.hn4u-list-authors {
	margin:15px 0;
}

.hn4u-list-authors:first-child {
	margin-top:0;
}

.hn4u-list-authors .hn4u-teaser {
	margin-left:15px;
}