/*
Dunkelrot (Background): #821C1A
Dunkelgrau (Text): #445158
Weissrosa (Texthintergrund): #FFFAFA
Orangerot (Border Navigation): #DF6859
Rosa (Adresse): #F5C8C5
Rot (Tools): #DC5848
*/

*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 125%;
}


/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

body{  
	background-color: #821C1A;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #445158;
	font-size: 50%;
	line-height: 1.6em;
	height: 100%;
}

/* text & headers */
#textCntnr{
	font-size: 120%;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #DC5148;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0.8em;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #DC5148;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.6em;
}
h3,h4{
	font-size: 110%;
	color: #DC5148;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.3em;
}
h4{
	color: #000000;
}
.rot{
	color: #DC5148;
}
#textCntnr a{
	color: #DC5148;
	text-decoration: none;
}
#textCntnr a:hover{
	text-decoration: underline;
}


#textCntnr ul, ol{
	margin-left: 0.8em;
	padding-left: 0.8em;
}
#textCntnr ul li{
	list-style: disc;
}

.blocktext {
	display: inline-block;
	padding-right: 48px;
	padding-left: 24px;
}

.clearAll{
	clear: both;
}

hr {
	background-color: #DC5148;
	border-width: 0;
	width: 100%;
	height: 1px;
	margin: 10px 0 20px 0;
}



/*
-----------
Bildformate
-----------
*/

.bildRechts, .colRechts{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border-width: 0;
}

.bildLinks, .colLinks{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 0;
}
.colRechts, .colLinks{
	width: 250px;
}

/* adresse */
#address{
	margin-top: 36px;
	line-height: normal;
}
#address p{
	color: #F5C8C5;
	margin-bottom: 1em;
}
#address a{
	color: #F5C8C5;
	text-decoration: none;
}
#address a:hover{
	text-decoration: underline;
}


/* publikationen */

.books td{
	padding-bottom: 10px;
	vertical-align: top;
}
.books img{
	margin-right: 10px;
}
.books .line{
	margin: 5px 0px 5px 0px;
	background-color:#F0A900;
	height: 1px;
	width: 100%; 
}
/* büchertitel */
.top{ 
	margin-top: -3px;
}


div.publications table td{
	padding-bottom: 10px;
	vertical-align: top;
}
div.publications td:first-child {
	padding-right: 16px;
}
div.publications table .line{
	margin: 5px 0px 5px 0px;
	background-color:#F0A900;
	height: 1px;
	width: 100%; 
}


/*
==================
*** NAVIGATION ***
==================
*/

/*
-------------------
Navigation Rubriken
-------------------
*/

#tools{
	float: right;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}	
#tools a{
	font-size: 120%;
	color: #DC5848;
	text-decoration: none;	
}
#tools .split{
	border-left: 2px solid #DC5848; 
	padding-left: 10px;
	margin-left: 10px;
}
#tools a:hover, #topnavi a.aktiv{
	color: #FFFFFF;
}


/*
---------------
Navigation oben
---------------
*/

#topNavi{
	margin-top: 5px;
	margin-left: 254px;
	width: 646px;
	color: #FCEAE9;
}
#topNavi ul li{
	list-style-type: none;
	display: block;
	float: left;
}
#topNavi a{
	font-size: 120%;
	color: #FCEAE9;
	text-decoration: none;
}
#topNavi a:hover, #topNavi a.aktiv{
	color: #DC5848;
}



/*
---------------------
Hauptnavigation links
---------------------
*/

#mainNavi{
	margin-top: 43px;
	width: 208px;
	height: auto;
	line-height: 1.4em;
}

/* allgemein */
#mainNavi li{
	list-style-type: none;	
}
#mainNavi a{
	text-decoration: none;
}
#mainNavi a.aktiv, #mainNavi ul li a:hover{
	font-weight: bold;
}



/* hauptnavigation */
#mainNavi ul{
	margin-bottom: 4px;
}
#mainNavi ul li a{
	/*background-image: url(../images/bgNaviOff.gif);
	background-position: 1px 14px;
	background-repeat: repeat-x;*/
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	margin-bottom: 6px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
#mainNavi ul li.aktiv a{
	color: #F5C8C5;
	border-bottom: 1px solid #F5C8C5;
}
#mainNavi ul li a:hover{
	color: #F5C8C5;
}

	
/* subnavigation */
#mainNavi ul li.aktiv ul{
	margin-top: 3px;
	margin-bottom: 1em;
}
#mainNavi ul li.aktiv ul li a{
	border-bottom: none;
	margin-bottom: 0;
	color: #445158;	
	font-size: 110%;
	font-weight: normal;
}
#mainNavi ul li.aktiv ul li a.aktiv, #mainNavi ul li.aktiv ul li a:hover{
	font-weight: bold;
	color: #445158;
}

/* subnavigation 2. Ebene */
#mainNavi ul li.aktiv ul ul{
	margin-top: 0;
	margin-bottom: 3px;
}
#mainNavi ul li.aktiv ul ul li a:before {
	content: "\21AA";
	display: inline;
	margin-right: 6px;
}



/*
==================
*** SPRACHWAHL ***
==================
*/

#language{
	margin-left: 10px;
	margin-top: 9px;
}
.tx-srlanguagemenu {
	display: inline-block;
  white-space: nowrap;
  text-align: right;
}
.tx-srlanguagemenu .CUR,
.tx-srlanguagemenu .NO,
.tx-srlanguagemenu .INACT {
	display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
  line-height: 1em;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
.tx-srlanguagemenu .NO a {
	color: #DC5848;
	text-decoration: none;
}
.tx-srlanguagemenu .NO a:focus,
.tx-srlanguagemenu .NO a:hover,
.tx-srlanguagemenu .NO a:active {
	color: #fff;
}
a#c442 {
	display: none;
}




/*
===========
*** SET ***
===========
*/

#set{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 0;
}
/* ie */
* html #set{
	height: 100%;
}

/* header */
#bgTop{
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images/verlauf.gif);
	background-repeat: repeat-y;
	height: 34px;
	width: auto;
	z-index: 2;
}
#titTop{
	position: absolute;
	top: 7px;
	left: 254px;
	width: 646px;
	z-index: 1;
}	
#titTop img{
	float: left;
	display: block;
}
#logo{
	position: absolute;
	top: 20px;
	left: 76px;
	z-index: 3;
}
#picsTop{
	position: absolute;
	top: 34px;
	left: 232px;
	width: 668px;
	height: 100px;
	z-index: 1;
}
#picsTop img{
	display: block;
	float: left;
	width: 222px;
}
#picsTop .imgCenter{
		border-left: 1px solid #FFFAFA;
		border-right: 1px solid #FFFAFA;
}
#bgNaviTop{
	position: absolute;
	top: 134px;
	left: 0em;
	width: 100%;
	height: 30px;
	background-image: url(../images/bgNaviTop.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
#bgNaviLng{
	position: absolute;
	top: 134px;
	left: 0em;
	width: 180px;
	height: 30px;
	background-image: url(../images/bgNaviLng.gif);
	background-repeat: repeat-x;
	z-index: 2;
}
#bgTopRght{
	position: absolute;
	top: 164px;
	left: 900px;
	background-image: url(../images/bgTopRght.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 42px;
	z-index: 1;
}

/* left Container */
#bgNaviLft{
	position: absolute;
	top: 197px;
	left: 10px;
	width: 208px;
	height: 459px;
	background-image: url(../images/bgNaviLft.gif);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 1;
}


/* main Container */
#mainCntnr{
	position: relative;
	top: 0;
	left: 254px;
	width: 646px;
	height: auto;
	padding-bottom: 60px;
	z-index: 1;
}
#textCntnr{
	margin-top: 162px;
	width: 610px;
	height: auto;
}
#bgCntnr{
	position: absolute;
	top: 160px;
	left: 218px;
	background-image: url(../images/bgTxtTop.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 42px;
	z-index: 1;
}


/* foto container links */
div.csc-frame-frame1{
	float: left;
	margin-right: 20px;
	width: 230px;
	font-size: 80%;
	line-height: normal;
}
div.csc-frame-frame1 {  
float: left;
}
div.csc-frame-frame1 img{
	margin-top: 0.4em;
	max-width: 230px;
}

/* foto container rechts */
div.csc-frame-frame2{
	margin-right: 20px;
	width: 100%;
	font-size: 80%;
	line-height: normal;
	clear: both;
}
div.csc-frame-frame2 img{
	margin-top: 0.4em;
	width: 230px;
}
div.csc-frame-frame2 .csc-textpic-imagewrap{
	position: relative;
	top: 0.4em;
	left: 0;
	z-index: 20;
}
div.csc-frame-frame2 .csc-textpic-imagecolumn{
	padding-right: 12px;
}
div.csc-default ul, div.csc-default ol{
	position: relative;
	top: 0;
	left: 1.2em;
	z-index: 1;
}
div.csc-default ol{
	left: 1.6em;
}

div.csc-frame-frame1 .csc-textpic-caption,div.csc-frame-frame2 .csc-textpic-caption{
	white-space: inherit;
	font-size: 100%;
	padding-bottom: 1em;
}
div.csc-frame-frame1 .csc-textpic-imagewrap{
	position: relative;
	top: 0.4em;
	left: 0em;
	z-index: 20;
}

/* VIDEOS */

/* videos */
.tx-jh-simple-youtube .video-wrapper {
	display: inline-block;
	padding-bottom: 36px;
}

/* video container links & rechts */
div.csc-frame-frame3{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
div.csc-frame-frame4{
	display: inline-block;
	float: right;
	margin-left: 15px;
}
div.csc-frame-frame3 .tx-jh-simple-youtube .video-wrapper,
div.csc-frame-frame4 .tx-jh-simple-youtube .video-wrapper{
	max-width: 290px;
}

/* AUDIOS */
audio {
  width: 300px;
  height: 38px;
  margin-top: 4px;
}
audio::-webkit-media-controls-enclosure {
  background-color: #F5C8C5;
  border-radius: 0 !important;
}



/* footer */
#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 22px;
	width: 646px;
	margin-top: 40px;
	z-index: 1;
}
#copy{
	position: absolute;
	top: 0;
	left: 254px;
	background-image: url(../images/bgTxtBttm.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 2;
}
#miranda{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
}
#miranda a{
	font-size: 100%;
	color: #E67E78;
	text-decoration: none;
}
#miranda a:hover{
	text-decoration: underline;
}


/*
=============
*** SUCHE ***
=============
*/

/* suchfunktion */
.searchbox_field{
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #445158;
	border: 1px solid #DC5148;
	padding: 3px;
}
.searchbox_button{
	color: #FFFFFF;
	background-color: #DC5148;
	border:1px solid #DC5148;
	padding: 1px 6px 1px 6px;
	margin-left: 0px;
	width: auto;
}

/* suchresultat */
.tx-indexedsearch-browsebox p{
	display: none;
}
.tx-indexedsearch-noresults{
	float: left;
	padding-top: 28px;
	font-size: 12px;
	font-weight: normal;
}
.browsebox{
	text-align: right;
	width: auto;
	padding: 0;
	margin-top: -10px;
}
.browsebox li a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.tx-indexedsearch-whatis{
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #DF6859;
}
.tx-indexedsearch-description{
	font-style: normal;
	font-size: 11px;
	margin-top: 4px;
	padding: 4px;
	background-color: #EEEEEE;
}
.tx-indexedsearch-title{
	padding-bottom: 4px;
	font-weight: bold;
}
.tx-indexedsearch-redMarkup{
	background-color: #CCCCCC;
	font-weight: bold;
}
.tx-indexedsearch-res{
	margin-top: 8px;
	margin-bottom: 12px;
}


.result-link a{
	color: #000000;
	font-weight: bold;
}
.result-info{
	background-color: #FFFFFF;
	color: #445158;
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
}



/*
================
*** FORMULAR ***
================
*/

/* formular */
.csc-mailform, .tt_address_form{
	border: 0px;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	line-height: 18px;
	text-align: left;
	margin-left: -19px;
}
.tt_address_form {
	margin-left: 0;
}
.csc-mailform p{
	margin-left: 19px;
}
.csc-form-element-textblock, .csc-mailform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
}
.csc-mailform ol li{
	list-style: none;
}
.csc-mailform .csc-form-element-textline label,
.csc-mailform .csc-form-element-textarea label,
.tt_address_form label {
	float: left;
	display: block;	
	padding: 1px;	
	width: 80px;	
	margin: 0 20px 0 0;
}
.csc-mailform  .csc-form-element-textline label strong,
.csc-mailform .csc-form-element-textarea label strong,
.tt_address_form .required {
		position: absolute;
		margin-left: 356px;
		margin-top: -16px;
		text-transform: none;
		color: #DC5148;
		font-size: 100%;
		font-weight: bold;
		z-index: 10;
	}

.tt_address_form .required {
		margin-top: 0;
}
	
.csc-mailform input, 
.csc-mailform textarea,
.tt_address_form input,
.tt_address_form .textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #445158; 
	font-size: 100%;
	display: inline;
	float: block;
	width: 240px;
	border: 1px solid #DC5148;
	padding: 3px;
	margin-bottom: 1px;
}
.tt_address_form .textfield {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
.csc-mailform textarea{	
	min-width: 250px;
	max-width: 250px;
}
.csc-mailform .csc-form-element-submit input,
.tt_address_form .bttn{
	color: #FFFFFF;
	background-color: #DC5148;
	border: 1px outset #DC5148;
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 16px;
	margin-left: 102px;
	width: 248px;
	cursor: pointer;
}




/*
=================
*** TYPO3 css ***
=================
*/

/* bildtexte */
.legende{
	font-size: 12px;
	color: #445158; 
	line-height: normal;
}
.csc-textpic-caption{
	font-size: 12px;
	padding-top: 4px;
	line-height: normal;
	white-space: nowrap;
}

/* bildergalerie links positionieren */
.csc-textpic-imagewrap{
	position: relative;
	top: 1em;
	left: 0em;
	z-index: 20;
	padding: 0 0 20px 0;
}





/* sitemap */
.sitemap-hagia ul{
	font-weight: bold;
	margin-bottom: 2em;
	margin-left: -12px !important;
	padding-left: 0 !important;
	}
.sitemap-hagia ul li{
	list-style-type: none !important;
	margin-bottom: 0.4em;
}
.sitemap-hagia ul ul{
	font-weight: normal;
	margin-bottom: 0.8em;
	padding-left: 2em !important;
	}
.sitemap-hagia ul ul li{
	list-style-type: disc !important;
	margin-bottom: 0em;
}
.sitemap-hagia ul ul ul{
	margin-bottom: 0.4em;
}




/*
=============
*** PRINT ***
=============
*/

#copyPrint{
	display: none;
}








/* Test WT Gallerie */
.wtgallery_list_centerofrow{
	margin: 0 2em 2em 2em;
}
.wtgallery_single_browser_previous, .wtgallery_single_browser_next, .wtgallery_single_browser_list{
	float: left;
	margin-top: 0.5em;
}
.wtgallery_single_browser_list{
	margin: 0.5em 5em 0em 5em;
}





