@charset "UTF-8";


/*********** Farbcodierung  ******************/
/* 
DIAS Schwarz: #333333;
DIAS Rot: #E00416;
*/



/* CSS Document */
	* {
		padding:0;
		margin:0;
	}
	body  {
    	font: 100% Arial, Helvetica, sans-serif;
    	background-image: url(../img/layout/bg.jpg);
    	background-repeat: repeat-x;
    	text-align: center; /* Hierdurch wird der #wrap in IE 5*-Browsern zentriert. Dem Text wird dann im #wrap-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
		line-height: 140%;
		font-size: 0.9em;
		
    }
	img {
		border: none;
	}
    #wrap { 
    	width: 985px; 
    	background: #FFFFFF;
    	margin: 0 auto;
    	border: 1px solid #CCCCCC;
    	text-align: left; 
    } 
    #header { 
    	background: #FFFFFF; 
    }
    #header img { 
		border:0;
		display:inline;
    }

	
	/*********************************** TYPO ******************************************************/
	p {
		line-height: 1.5em;
		font-size: 0.9em;
		color: #333333;
		margin-bottom: 8px;
	}
	
	#mainContent h1 {
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 1.5em;
		color: #333333;
		line-height: 120%;
	}
	
	#mainContent  h2 {
		color: #333333;
		margin: 15px 0px 15px 0px;
		font-size: 1.3em;
	}
	
	#mainContent h3 {
		margin: 10px 0px 10px 0px;
		font-size: 1.2em;
		color: #333333;
	}
	
	#mainContent h4 {
		margin: 10px 0px 10px 0px;
		font-size: 1.1em;
		color: #333333;
	}
	
	#mainContent  h5 {
		margin: 10px 0px 10px 0px;
		font-size: 1em;
		color: #333333;
	}
	
	#sidebar1 h4, #sidebar2 h4 {
		margin-top: 40px;
		border-bottom: 1px solid #E00416;
		color: #333333;
		font-size: 12px;
	}
	
	#mainContent ul, #mainContent ol {
		font-size: 0.9em;
		color: #333333;
		margin-left: 20px;
	}
	
	#mainContent p a {
		color: #333333;
	}
	
	#mainContent form {
		line-height: 1.5em;
		font-size: 0.9em;
		color: #333333;
		margin-bottom: 8px;	
	}
	/********************** Horizontalnavigation ** Level1 *****************************************/
	#hNaviContainer {
		background:#EBEBEB; 
		border-bottom:1px solid #BABABA; 
		border-top: 1px solid #E4E4E4;
		font-size:0.9em; 
		padding:0 0 0px 14px;
		height: 21px;
		background-image: url(../img/layout/naviBg.jpg);
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}
	#hNaviContainer ul {
		list-style-type:none; 
		display:inline;}
		
	#hNaviContainer ul li {
		display:inline; 
		padding:0.2em 1em 0.2em 1em;}
		
	#hNaviContainer ul#mainNaviLevel01 {
		float:left;}
		
	#hNaviContainer ul#mainNaviLevel01 li {
		border-left:1px solid #FFFFFF;}
		
	#hNaviContainer ul#mainNaviLevel01 li:hover {
		background-color:#BABABA;}
		
	#hNaviContainer ul#mainNaviLevel01 li a {
		color:#333333; 
		text-decoration:none;}
		
	#hNaviContainer ul#mainNaviLevel01 li.mainNaviAct, .li1act {
		background-color:#BABABA;
	}	
	
	
		
	/******************* secNavi aka MetaNavi ********************************************/
	#hNaviContainer ul#secNavi {
		float:right;}
		
	#hNaviContainer ul#secNavi li a{
		color:#333333; 
		text-decoration:none; 
		font-size:0.8em;}
		
	#hNaviContainer ul#secNavi li a:hover {
		text-decoration:underline;
		}	
		
	#hNaviContainer ul#secNavi li.li1act {
		color:#333333; 
		text-decoration:underline; 
		font-size:0.8em;
		background-color: transparent;
		}
	
	
	/**************** subNavi aka zweite Ebene der mainnavi ***************************/
	ul.subNavi{
		list-style-type: none;
		font-size: 11px;
		background-color: transparent;
	}
	
	ul.subNavi li {
		display: block;
	}
	
	ul.subNavi li a {
		text-decoration: none;
		color: #333333;
		display: block;
		padding-left: 10px;
	}
	
	ul.subNavi li a:hover {
		background-color: #EBEBEB;
	}
	
	ul.subNavi .li1no {
		display: block;
		border-bottom: 1px dotted #AAAAAA;
	}
	
	ul.subNavi .li1act {
		background-color: transparent;
		border-bottom: 1px dotted #AAAAAA;
		display: block;
	}
	
	ul.subNavi .li1cur strong{
		display: block;
		border-bottom: 1px dotted #AAAAAA;
		border-left: 3px solid #E00416;
		font-weight: normal;
	}
	
	ul.subNavi .li1cur a{
		padding-left: 7px;
		display: block;
	}
	
	ul.subNavi .li2act{
		color: #333333;
		border-bottom: 1px dotted #aaaaaa;
		display: block;
	}
	
	ul.subNavi .li2cur {
		border-left: 3px solid #E00416;
		display: block;
		border-bottom: 1px dotted #aaaaaa;
	}
	ul.subNavi .li2act a {
		margin-left: 20px;
		border-left: none;
		padding-left: 0px;
		display:block;
	}
	
	ul.subNavi .li2cur strong {
		margin-left: 17px;
		font-weight: normal;
		display: block;
		color: #333333;
	}
		
	ul.subNavi .li2no {
		border-left: none;
		border-bottom: 1px dotted #aaaaaa;
		display: block;
	}
	
	ul.subNavi .li2no a{
		border-left: none;
		padding-left: 20px;
		display: block;
	}
	
	
	
	ul.subNavi .li3cur {
		border-left: 3px solid #E00416;
		display: block;
		border-bottom: 1px dotted #aaaaaa;
	}
		
	ul.subNavi .li3cur strong {
		color: #333333;
		font-weight: normal;
		display: block;
		margin-left: 37px;
	}
	
	ul.subNavi .li3no {
		border-left: none;
		border-bottom: 1px dotted #aaaaaa;
		display: block;
	}
	
	ul.subNavi .li3no a{
		padding-left:  40px;
		border-left: 0px;
		display: block;
	}
	
	
	
	
	/****************************** keyVisuals ***********************************************/
	
	img#keyVisual01 {
		margin:7px 14px -20px 14px;
	}
	
	img#keyVisual02 {
		margin:7px 0px -20px 35px;
	}

	
	/************************** Container *********************************************/
    div#sidebar1 {
    	float: left; 
    	width: 150px;
    	padding: 40px 10px 15px 20px; 
		font-size: 12px;
		color: #333333;
    }
	
    
    div#mainContent { 
    	margin: 10px 200px;
    	padding: 30px 25px 20px 25px; 
		
	} 
	
	div#sidebar2 {
    	float: right; 
    	width: 160px;
    	padding: 0px 20px 15px 10px; 
		font-size: 12px;
		color: #333333;
	}
	
	div#sidebar2 h4 {
		margin-bottom: 10px;
	}
    
	/******************** footer ***********************/
	#footer {
		text-align: right;
	}
	
	#footerAboveLine {
		border-bottom: 1px solid #cccccc;
		padding-bottom: 7px;
		margin-top: 25px;
	}
	
	#footerAboveLine img{
		margin-left: 8px;
	}
	
	#footerBelowLine {
		text-align: center;
		font-size: 0.7em;
	}
	
	/*************** BreadCrumb ****************************/
	#mainContent .breadcrumb {
		display: inline;
		list-style-type: none;
		font-size: 0.75em;	
		margin-left: 0px; /*Korrektur der Listenformatierung im Haupttext*/
		line-height: 110%;
		
	}

	.breadcrumb li {
		display: inline;
	}
	
	.breadcrumb a {
		color: #333333;
		text-decoration: none;
	}
	
	.breadcrumb a:hover {
		text-decoration: underline;
	}
	
	/************************ Sitemap *************************/
	#mainContent div.csc-sitemap {
		width: 495px;
		font-size: 0.9em;
	}
	
	#mainContent div.csc-sitemap ul{
		list-style-type: none;
		border-right: 1px dotted #cccccc;
		/*border-left: 1px dotted #cccccc;*/
		margin-bottom: 20px;
		font-size: 1em;
		
		
	}
	
	#mainContent div.csc-sitemap ul a {
		color: #333333;
		text-decoration: none;
		padding-left: 8px;
		margin-bottom: 5px;
		display: block;
		border-left: 3px solid #E00416;
		border-bottom: 1px dotted #333333;
		background-color: #EFEFEF;
		/*font-size: 0.9em;*/
		font-weight: normal;
		
	}
	
	#mainContent div.csc-sitemap ul a:hover {
		text-decoration: underline;
		padding-left: 8px;
	}
	
	#mainContent div.csc-sitemap ul ul {
		margin-left: 15px;
		border: 0px;
		
		}
		
	#mainContent div.csc-sitemap ul ul a {
		border: 0px;
		background-color: transparent;
		
		}
	
	#mainContent div.csc-sitemap ul ul ul {
		border: 0px;
	}
	
	#mainContent div.csc-sitemap ul ul ul a{
		border-bottom: 1px dotted #cccccc;
		border-right: 0px;
	}
	
	#mainContent div.csc-sitemap ul ul ul ul {
		border: 0px;
	}
	
	#mainContent div.csc-sitemap ul ul ul ul a {
		border: 0px;
		font-weight: normal;
		border-right: 0px;
	}
	
	/****************************** Sonderklassen zum floaten *************************************/
    .fltrt { /* Mit dieser Klasse k?nnen Sie ein Element auf der Seite nach rechts flie?en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse k?nnen Sie ein Element auf der Seite nach links flie?en lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	
	/***************************   teaser-artikel   *************************************/
	/*#sidebar1 p {
		font-size: 11px;
	}*/
	
	#sidebar1 a {
		color: #333333;
		text-decoration: none;
	}
	
	#sidebar1 a:hover {
		text-decoration: underline;
		}
	
	ul.teaser-artikel {
		list-style-image:url(../img/layout/button-link-sw.gif);
		font-size: 11px;
		line-height: 150%;
	
	}
	
	ul.teaser-artikel li {
		margin-left: 15px;
		
	}
	
	#sidebar1 a.mehrArtikel {
		color: #E00416;
		text-decoration: none;
		background-image: url(../img/layout/button-link-rot.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		margin-left: 60px;
	}
	
	#sidebar1 a.mehrArtikel:hover {
		text-decoration: underline;
	}
	
	/***********************   Mitglied werden   **********************************/
	#sidebar1 p.bodytext a.internal-link {
		background-image: url(../img/layout/button-link-sw.gif);
		background-repeat: no-repeat;
		padding-left: 11px; 
	}
	
	#sidebar1 p.bodytext a.internal-link:hover {
		text-decoration: underline;
		
	}
	
	/***************************** Suche *****************************************/
	#suche-input {
		float: left;
		width: 130px;
		border: 1px solid #cccccc;
	}
	
	/*********************** Autor finden **************************************/
	div.publikationenDiv{
		margin-top:20px;
		/*margin-bottom: 10px;
		border-top: 1px dotted #E00416;
		border-left: 3px solid #E00416;
		background-color: #EFEFF0;*/
		border-bottom: 1px dotted #E00416;
		display: block;
		padding-top: 3px;
		padding-left: 0px;
		padding-bottom: 0px;
		height: 20px;
	}
	
	/******************** Neueste Kommentar-Artikel-Liste **************************************/
	ul.latestArticles {
		list-style-image:url(../img/layout/button-link-sw.gif);
		margin-left: 15px;
	}
	
	ul.latestArticles li a {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
		font-size: 0.9em;
	}
	
	ul.latestArticles li a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	
	/************************* Artikel-Teaser auf Einstiegsseiten ****************************/
	#mainContent .publList a, #mainContent .publList p a {
		color: #333333;
	}
	
	#mainContent .publList {
		font-size: 0.9em; 
		margin-bottom: 25px;
		border-bottom: 1px dotted #cccccc;
	}
	
	/********************* Schriftenreihe ****************************/
	#sidebar2 a img, #sidebar2 dt img {
		border: 1px solid #cccccc;
	}
	
	
	#sidebar2 a.download {
		color: #333333;
		text-decoration: none;
		background-image: url(../img/layout/button-link-sw.gif);
		background-repeat: no-repeat;
		padding-left: 11px; 
		
	}
	
	#sidebar2 a.download:hover {
		text-decoration: underline;
	}	
	
	#sidebar2 a.internal-link {
		color: #333333;
		text-decoration: none;
		background-image: url(../img/layout/button-link-sw.gif);
		background-repeat: no-repeat;
		padding-left: 11px; 
		
	}
	
	#sidebar2 a.internal-link:hover {
		text-decoration: underline;
	}
	
	/******************** FE-User-Registrierung *****************************/
		
	#mainContent div.tx-srfeuserregister-pi1 dl dd {
		/*border-bottom: 1px dotted #cccccc;*/
		width: 380px;
	}
	
	#mainContent div.tx-srfeuserregister-pi1 dl dd.bottom {
		border-bottom: 1px dotted #cccccc;
		width: 380px;
		margin-bottom: 8px;
	}
	
	#mainContent div.tx-srfeuserregister-pi1 dl dt{
		
		width: 200px;
		text-align: left;
		margin-top: -5px;
		margin-bottom: -5px;
		
	}
	
	#mainContent div.tx-srfeuserregister-pi1 fieldset {
		border: 0px;
		width: 520px;
		text-align: left;
		font-size: 0.9em;
	}
	
	#mainContent p.tx-srfeuserregister-pi1-notice {
		margin-bottom: 25px;
	
	}
	
	#mainContent div.tx-srfeuserregister-pi1 input, #mainContent div.tx-srfeuserregister-pi1 select {
		border: 1px solid #cccccc;
	}
	
	#mainContent div.tx-srfeuserregister-pi1 textarea {
		border: 1px solid #cccccc;
		width: 378px;
		
	}
	
	#mainContent .tx-newloginbox-pi1 {
		color: #333333;
	}
	
	#mainContent .tx-newloginbox-pi1 p {
		padding-top: 8px;
	}
	
	#mainContent .tx-newloginbox-pi1 tr th label {
		font-size: 0.9em;
		font-weight: normal;
		padding-right: 8px;
		padding-left: 0px;
		
	}
	
	#mainContent .tx-newloginbox-pi1 tr th {
		text-align: left;
	}
	
	#mainContent .tx-newloginbox-pi1 a, #mainContent div.tx-srfeuserregister-pi1 a{
		color: #333333;
		text-decoration: none;
	}
	
	#mainContent .tx-newloginbox-pi1 a:hover {
		text-decoration: underline;
		/*background-image: url(../img/layout/button-link-sw.gif);*/
		
	}
	
	#mainContent div.tx-srfeuserregister-pi1 a:hover {
		text-decoration: underline;
		background-image: none;
		background-image: url(../img/layout/button-link-sw.gif);
	}
	
	#mainContent .tx-newloginbox-pi1 input {
		border: 1px solid #cccccc;
		background-image: none;
	}
	
	#mainContent dd input.tx-srfeuserregister-pi1-radio {
		border-style: none;
	}
	
	
	/********************** tip-a-friend ***********************************/
	.tipafriend td, .tipafriend tr{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		vertical-align: top;
		padding: 3px;
	}
	
	.tipafriend input, .tipafriend textarea {
		border: 1px solid #cccccc;
	}
	
	.tipafriend {
		border: 1px solid #cccccc;
		/*font-family: Arial, Helvetica, sans-serif;*/
		color: #333333;
		
	}
	
	.tipafriend a, .tipafriend-link a {
		color: #333333;
		text-decoration: none;
	}
	
	.tipafriend a:hover, .tipafriend-link a:hover {
		text-decoration: underline;
	}	
	
	.tip-a-fehler {
		color:#990000;
	}
	
	/*************************** Schriftenreihe *********************************/
		
	div.schriftreihe .srRechts {
		float: right;
		width: 420px;
		text-align: left;
		
	}
	
	div.schriftreihe .srLinks {
		float: left;
	}
	
	div.schriftreihe .srLinks img {
		border: 1px solid #cccccc;
	}
	
	div.schriftreihe .ganzeSchrift {
		margin-bottom: 35px;
		width: 500px;
		padding: 5px;
		height: 100px;
	}
	
	div.schriftreihe a {
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		
	}
	
	div.schriftreihe a:hover {
		text-decoration: underline;
	}
	
	div.schriftreihe strong a {
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}	
	
	div.schriftreihe strong a:hover {
		text-decoration: underline;
	}
	
	div.schriftreihe .abstract {
		font-style: italic;
		font-size: 0.9em;
		line-height: 140%;
	}
	
	div.schriftreihe .mehrLesen {
		font-size: 0.9em;
		font-weight: bold;
		line-height: 140%;
		
	}
	
	div.schriftreihe .mehrLesen a {
		font-weight: bold;
	}
	
	#mainContent p a.download {
		color: #333333;
	}
	
	#mainContent p a.download:hover {
		text-decoration: underline;
	}
	
	#mainContent dt img {
		/*border: 1px solid #cccccc;*/
	}
	
	#mainContent h4 {
		margin-bottom: 10px;
	}
	
	
	/*************************** Suche Ergebnis-Ausgabe *******************************************/
	#mainContent table, #mainContent table a, .tx-indexedsearch-searchbox a, .tx-indexedsearch-browsebox a {
		color: #333333;
	}
	
	#mainContent table a:hover, .tx-indexedsearch-searchbox a:hover, .tx-indexedsearch-browsebox a:hover {
		text-decoration: underline;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr  {
		font-style: normal;
	}
	
	.tx-indexedsearch-title {
		border-bottom: 1px dotted #999999;
		background-color: #f1f1f1;
	}
	
	.tx-indexedsearch-percent {
		border-bottom: 1px dotted #999999;
		background-color: #f1f1f1;
	}
	
	.tx-indexedsearch-icon {
		border-bottom: 1px dotted #999999;
		background-color: #f1f1f1;
	}
	
	.tx-indexedsearch-result-number {
		border-bottom: 1px dotted #999999;
		background-color: #f1f1f1;
	}
	
	.tx-indexedsearch-res {
		margin-top: 5px;
		margin-bottom: 7px;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info  {
		padding-top: 5px;
		font-size: 0.75em;
		background-color: #ffffff;
		line-height: 140%;
	}
	
	.tx-indexedsearch-info a {
		font-weight: normal;
	}
	
	.tx-indexedsearch-info a:hover {
		text-decoration: underline;
	}	

	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup	{
		color: #E00416;
	}
	
	.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
		color: #333333;
		font-style: normal;
	}
	
	.tx-indexedsearch input, .tx-indexedsearch select {
		border: 1px solid #cccccc;
	}
	
	.tx-indexedsearch td {
		margin: 2px;
		padding: 1px;
	}
	
	.tx-indexedsearch {
		font-size: 0.9em;
	}
	
	/***************************** mailformPlus ************************************/
	#mailTable input, #mailTable textarea {
		border: 1px solid #cccccc;
	}
	
	/********************* eigene Linkklassen *****************************************/
	#mainContent a.pdf {
		background-image: url(../img/layout/pdf.gif);
		background-repeat: no-repeat;
		padding-left: 25px;
		color: #333333;		
	}
	
	#mainContent a.pdf:hover {
		text-decoration: underline;	
	}
	
	/******************** Autorenprofile ***************************************/
	#mainContent div.tx-feusersview-pi1 {
		font-size: 0.9em;
		margin-top: 20px;
	}
	
	#mainContent div.tx-feusersview-pi1 input {
		border: 1px solid #cccccc;
		margin-top: 10px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	#mainContent #tx-feusersview-abc a {
		color: #333333;
		font-weight: bolder;
		margin: 10px 0px 10px 0px;
	}
	
	#mainContent  table.tx-feusersview-list-table td, #mainContent .tx-feusersview-details-table td{
		padding: 2px 0px 2px 7px;
	}
	
	#mainContent  table.tx-feusersview-list-table, #mainContent .tx-feusersview-details-table {
		width: 520px;
		margin-top: 10px;
		border: 1px solid #cccccc;
		
	}
	
	#mainContent  td.tx-feusersview-list-label {
		border-bottom: 1px solid #cccccc;
		background-color: #f5f5f5;
		
	}
	
	.tx-feusersview-link {
		margin-top: 17px;
	}
	
	.tx-feusersview-link a {
		color: #333333;
	}
	
	.tx-feusersview-link a:hover {
		text-decoration: underline;
	}
	
	td.tx-feusersview-details-label {
		border-right: 1px solid #cccccc;
		width: 120px;
	}
	
	.tx-feusersview-details-label-grey {
		font-weight: bold;
		background-color: #f5f5f5;
		border-right: 1px solid #cccccc;
		
	}
	
	.tx-feusersview-details-data-grey {
		background-color: #f5f5f5;
	}
	
	
	/********************+ Links in Kommentaren **********************/
	#mainContent li a {
		color: #333333;
	}
	
	#mainContent li a:hover {
		text-decoration: underline;
	}
	
	