@charset "UTF-8";
/* CSS Document */

/* General Settings */
	* {
	margin:0; padding:0 }




    body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	margin: 0; 
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
		background-image: url(../img/layout/bg.jpg);
		background-color: #eeeeee;
		background-repeat: repeat-x;
		
    }
    
     #container { 
		width:994px; 
    	/* width: 46em;   Mit dieser Breite wird ein Container erstellt, der in ein 800 Pixel breites Browserfenster passt, sofern für den Text die Standardschriftgröße des Browsers übernommen wird. */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin-top: 0px;
		padding-top: 20px;
		background-color: #ffffff;
    } 
	
	
	/************************** HEADER **********************************/
     #header { 
		margin:0 0 0 0;
		}
     
	 #header table { 
		width:994px 
	}
     #header table, #header table img { 
		margin:0;  
		border:0; 
		padding:0 
	}
	
	#header table td.grey {
		width: 94px;
		background-color: #cccccc;
		/*border-right: 1px solid #cccccc;*/
		}
		
	#header table td.grey {
		width: 94px;
		background-color: #cccccc;
		/*border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;*/
		}
	
	#header table td.grey img {
		margin-left: 1px;
	}
		
	
  
	/******************** SIDEBAR LINKS ******************************/
     #sidebar1 { 
		float:left; 
		padding:0 30px 0 50px;
		
		}
	 
	 #sidebar1 #secondLevelNavi { 
		/*margin-bottom:10px; */
		padding:20px 0 20px 20px; 
		width:184px; 
		background-color:#ebebeb;
		/*background-image: url(../img/layout/naviBg.jpg);
		background-repeat: repeat-y;*/
		}
		
	 #sidebar1 #secondLevelNavi ul { 
		margin:0px 0 0 0 ; 
		padding:0; 
		list-style-type:none; 
		color:#00367B; 
		text-decoration:none; 
		font-weight:normal;
		}
		
	 #sidebar1 #secondLevelNavi ul li {
		/*border-bottom: 1px solid #ffffff;
		border-bottom: 1px dotted #cccccc;*/
		padding:8px 4px 4px 4px; 
		margin:0; 
		list-style-type:none; 
		color:#00367B; 
		text-decoration:none; 
		font-weight:normal;
	 }
	 
	 #sidebar1 #secondLevelNavi ul li.li1cur {
		/*background-color: #F5F5F5;
		background-image: url(../img/layout/liBg.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;*/
	 
	 }
	 
	 
	#sidebar1 #secondLevelNavi ul li a { 
		color:#00367B; 
		text-decoration:none; 
		font-size:0.8em; 
		font-weight:normal; 
		line-height:125%;
		}
		
	#sidebar1 #secondLevelNavi ul li a:hover {
		text-decoration: underline;
	}	
		
	#sidebar1 #secondLevelNavi ul li.li1cur strong a {
		color: #14912D;
	}
	
	#sidebar1  img#naviEndPic {
		/*margin-top: -10px;*/
	}
	
	#sidebar1 #secondLevelNavi ul li ul {
		
		margin-left: 10px;
		
	}
	
	#sidebar1 #secondLevelNavi ul li ul li .li2cur {
		color:#14912D;
		text-decoration:none; 
		font-size:0.8em; 
		font-weight:normal; 
		line-height:125%;
		
	}
		
	/****************** Search Field an Meat Navi ************************/
	 #sidebar1 #metaNavi {
		font-size: 0.9em;
		}
	 #sidebar1 #metaNavi a { 
		color:#666;  
		}
	 #sidebar1 #metaNavi label { 
		padding:10px 0 10px 10px; 
		color:#666; 
		font-size:0.8em;
		}

	#sidebar1 #metaNavi input { 
		margin-left:5px; 
		width:70px;
		}
		
	 #sidebar1 #metaNavi input#searchSend { 
		width:30px;
		}	
		
     #sidebar1 #metaNavi ul { 
		list-style-type:none; 
		margin:20px 0 0 0; 
		padding:0 0 0 20px;
		}
		
     #sidebar1 #metaNavi ul li { 
		margin:0; 
		/*padding:0 0 0 5px; */
		font-size:0.9em; 
		color:#666;
		
		}					
		
     #sidebar1 #metaNavi ul li a { 
		margin:0; 
		/*padding:0 0 0 5px; */
		font-size:0.9em; 
		color:#666; 
		text-decoration:none;
		}	
	
	/********************** SIDEBAR 2 ***********************************/
     #sidebar2 { 
		float:right; 
		width:156px; 
		padding:0; 
		border-left:1px solid #ebebeb;
		color: #666666;
		font-size:0.8em;
		}
	

		/**************Registrierung ***************/
     #sidebar2 #modulRegistrierung { 
		background-color:#ebebeb; 
		/*font-size:0.8em;*/
		}
		
     #sidebar2 #modulRegistrierung h3 {  
		padding:5px; 
		margin-bottom:10px; 
		display:block; 
		background-color:#14902D; 
		color:#fff; 
		font-weight:normal; 
		font-size:0.9em;
		}
		
     #sidebar2 #modulRegistrierung form { 
		padding-bottom:10px;
		}
		
     #sidebar2 #modulRegistrierung label { 
		padding:10px 5px 10px 5px; 
		font-size:0.9em; 
		color:#14902D;
		}
		
     #sidebar2 #modulRegistrierung input { 
		width:140px; 
		margin-left:5px;
		border: 1px solid #14902D;
		}
		
     #sidebar2 #modulRegistrierung input#regSend { 
		/*margin-left:42%; 
		margin-right:15px; */
		font-size:0.9em; 
		color:#14902D; 
		border:1px solid #14902D; 
		width:74px;
		}
		
     #sidebar2 #modulRegistrierung p { 
		padding:0 5px 10px 5px; 
		margin-bottom:10px; 
		font-size:0.9em; 
		color:#666; 
		line-height:140%;
		}
		
     #sidebar2 #modulRegistrierung p a { 
		color:#14902D;
		}
		
	 #sidebar2 #modulRegistrierung p.anmeldeFehler {
		color: #FF0000;
	 }
	 
	 #sidebar2 h2 {
	 	background-color: #ebebeb;
	 	display: block;
	 	padding-left: 4px;
	 	padding-bottom: 1px;
	 	color: #ffffff;
	 	font-size: 1.1em;
	 }
	 
	 /************** Registrierung im mainContent ****************/
	#mainContent #modulRegistrierung label { 
		padding:10px 5px 10px 5px; 
		/*font-size:0.9em; 
		color:#cccccc;*/
		}
		
     #mainContent #modulRegistrierung input { 
		width:140px; 
		margin-left:5px;
		border: 1px solid #cccccc;
		}
		
	/********* Registrierung im mainContent ****************/
	#mainContent div.tx-srfeuserregister-pi1 fieldset  {
		border: 0px;
		width: 520px;
	}
	
	#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 div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password   {
		margin-top: 5px;
	}
	
	#mainContent div.tx-srfeuserregister-pi1 label#pw-again {
		margin-top: 5px;
	}
	
	
	/**************** Unterestuetzer ************************/
     #sidebar2 h4 { 
		margin-top: 10px;
		padding:5px; 
		font-size:0.8em;
		font-weight:normal; 
		color:#666;
		}	
		
     #sidebar2  ul { 
		list-style-type:square; 
		margin:0 0 0 20px; 
		padding:0;
		}
		
     #sidebar2  ul li { 
		margin:0 0 5px 0; 
		padding:0 0 0 5px; 
		font-size:0.8em; 
		color:#666;
		
		}			
		
	/************************** MAIN CONTENT *********************************/
     #mainContent { 
		float:right; 
		width:520px; 
		padding:0px 30px 30px 0; 
		font-size:0.8em; 
		line-height:150%; 
		color:#666;
		/*border-right: 1px solid #cccccc;*/
		}
	
	/****************** Teaser **************************/
	 #mainContent .teaser { 
		margin-bottom:10px; 
		border-bottom:1px solid #ebebeb;
		}

	#mainContent .teaser img { 
		float:left; 
		margin-top:4px;
		}

     #mainContent h1 { 
		margin-top: 8px;
		margin-bottom:10px; 
		font-size: 1.4em;
		line-height: 125%;
		}
	
	#mainContent h2 { 
		margin-top: 8px;
		margin-bottom: 8px; 
		font-size: 1.2em;
		line-height: 120%;
		}
		
	#mainContent h3 {
		margin-top: 2px;
		margin-bottom: 1px;
		font-size: 1.05em;
	}
	
	#mainContent h4 {
		margin-top: 1px;
		margin-bottom: 1px;
		font-size: 0.95em;
	}
	
     #mainContent p { 
		margin-bottom:15px;
					
		}	

     #mainContent .teaser h2 { 
		float:right; 
		width:405px; 
		color:#00367B;
		}	
		
     #mainContent .teaser p { 
		float:right; 
		width:405px; 
		margin-bottom:5px;
		}	
		
	 #mainContent a {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	 }
	 
	 #mainContent a:hover {
		text-decoration: underline;
	 }
	
	#mainContent .csc-textpic-below dt img {
		margin-top: 8px;
		margin-bottom: 6px;
	}
	
	#mainContent ul {
		margin-left: 20px;
		margin-bottom: 15px;
	}
	
	#mainContent ul li {
		margin-top: 4px;
		list-style-type: square;
	}
	/******************** FOOTER ****************************/
     #footer { 
    	padding: 0 10px; /* Diese Auffuellung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#ffffff;
		font-size:0.7em; 
		text-align: center;
		vertical-align: center;
		height: 20px;
		padding-top: 3px;
		margin-top: 25px;
		border-top: 1px solid #00367B;
		/*border-bottom: 1px solid #00367B;*/
		color: #999999;
    } 
     #footer p {
    	margin: 0; /* Wenn Sie die Raender des ersten Elements in der Fusszeile auf 0 einstellen, koennen Sie unerwartete Abstaende zwischen divs vermeiden. */
    	/*padding: 10px 0;  Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    
    /************** Verschiedene wieder verwertbare Klassen **********************/
    .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 { 
		float: left; margin-right: 8px 
	}
    .clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px }
	
	/*******************++ SeminarExtension *****************************************/
	#mainContent .tx-seminars-pi1-listrow .myClass {
		width: 520px;
		color: #666666;
		font-size: 0.8em;
		
	}
	
	/*#mainContent .tx-seminars-pi1-listrow .myClass td {
		font-size: 1em;
	}*/
	
	#mainContent .tx-seminars-pi1 h3 {
		display: block;
		/*border-bottom: 1px solid #14902D;*/
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClass th {
		text-align: left;
		vertical-align: bottom;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClass a {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClass a:hover {
		text-decoration: underline;
	}
	
	#mainContent .rgaccord1-nest {
		width: 550px;
		border: 0px;
	}
	
	#mainContent .rgaccord1-nest h3 {
		margin-bottom: 1px;
		margin-top: 0px;
	}
	
	#mainContent #tx-seminars-pi1-registration-form fieldset{
		border: 0px;
		
	}
	
	#mainContent #tx-seminars-pi1-registration-form fieldset legend {
		display: none;
	}
	
	#mainContent #tx-seminars-pi1-registration-form fieldset dl dt {
		width: 250px;
	}
	
	#mainContent #tx-seminars-pi1-registration-form select, #mainContent #tx-seminars-pi1-registration-form input {
		border: 1px solid #cccccc;
	}	
	
	/*** tabs blau ***/
	#mainContent .tx-seminars-pi1-listrow .myClassBlau {
		width: 520px;
		color: #666666;
		font-size: 0.8em;
		/*background-color: #990000;*/
		
	}
	
	/*
	#mainContent .tx-seminars-pi1-listrow div.introtextBlau {
		background-color: #BFCDDE;
	}
	
	#mainContent .tx-seminars-pi1-listrow div.introtextGruen {
		background-color: #A1D3AB;
	}
	*/
	
	#mainContent .tx-seminars-pi1-listrow h2.introtext {
		color: #666666;
		font-size: 0.8em;
		font-weight: normal;
		margin: 5px 10px;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClassBlau th {
		text-align: left;
		vertical-align: bottom;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClassBlau a {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClassBlau a:hover {
		text-decoration: underline;
	}
	
	.tx-seminars-pi1-listrow .myClassBlau .listrow-odd, .tx-seminars-pi1-listrow .myClassBlau th {
		background-color: #BFCDDE;
		color: inherit;
	}

	.tx-seminars-pi1-listrow .myClassBlau tr {
		background-color: #D9E1EB;
		color: inherit;
	}

	.tx-seminars-pi1-listrow .myClassBlau tr:hover {
		background-color: #99AFCA;
		color: inherit;
	}
	
	/*** tabs gruen ***/
	#mainContent .tx-seminars-pi1-listrow .myClassGruen {
		width: 520px;
		color: #666666;
		font-size: 0.8em;
		/*background-color: #990000;*/
		
	}
	#mainContent .tx-seminars-pi1-listrow .myClassGruen th {
		text-align: left;
		vertical-align: bottom;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClassGruen a {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
	#mainContent .tx-seminars-pi1-listrow .myClassGruen a:hover {
		text-decoration: underline;
	}
	
	.tx-seminars-pi1-listrow .myClassGruen .listrow-odd, .tx-seminars-pi1-listrow .myClassGruen th {
		background-color: #D0E9D5;
		color: inherit;
	}

	.tx-seminars-pi1-listrow .myClassGruen tr {
		background-color: #E7F4EA;
		color: inherit;
	}

	.tx-seminars-pi1-listrow .myClassGruen tr:hover {
		background-color: #A1D3AB;
		color: inherit;
	}
	

	/*************** BreadCrumb ****************************/
	#mainContent ul.breadcrumb {
		display: inline;
		list-style-type: none;
		font-size: 0.75em;	
		margin-left: 0px; /*Korrektur der Listenformatierung im Haupttext*/
		line-height: 140%;
	}

	.breadcrumb li {
		display: inline;
		
	}
	
	.breadcrumb a {
		color: #666666;
		text-decoration: none;
	}
	
	.breadcrumb a:hover {
		text-decoration: underline;
	}
	
	/*********** Anzeige Text m/ Bild ********************/
	#mainContent div. csc-textpic {
		margin-bottom: 25px;
	}
	
	/******************* Mailform plus *******************/
	#mainContent #mailTable td input {
		border: 1px solid #cccccc;
	}
	
	#mainContent #mailTable td input.radio {
		border: none;
	}
	
	#mainContent #mailTable td textarea {
		border: 1px solid #cccccc;
	}
	
	#mainContent #mailTable td input#submitButton {
		border: 1px solid #cccccc;
		/*border: 1px solid #00367B;*/
		color: #00367B;
		font-size: 0.9em;
		
	}
	
	/************************ Suche ***********************************/
	#mainContent .csc-searchform input, #mainContent .csc-searchform td select {
		border: 1px solid #cccccc;
		}
		
	#mainContent .csc-searchform p.csc-form-label {
		padding: 0;
		margin: 0;
	}
	
	#mainContent .csc-searchform td{
		padding: 2px 8px 2px 0px;
	}
	
	/**************************** rgb tabs ***************************/
	/*#mainContent li.tabfirst {
		background-color: #990000;
	}*/
	
	/********************* Icons // Background **********************/
	#mainContent a.mail {
		background-image: url(../img/layout/mail.gif);
		padding-left: 23px;
		font-weight: normal;
		text-decoration: underline;
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	
	#mainContent a.download{
		background-image: url(../img/layout/download.gif);
		padding-left: 23px;
		font-weight: normal;
		text-decoration: underline;
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	
	#sidebar2 a.download {
		background-image: url(../img/layout/download.gif);
		padding-left: 23px;
		font-weight: normal;
		text-decoration: underline;
		background-repeat: no-repeat;
		background-position: 0px 4px;
		color: #666666;
		margin-left: 4px;
		font-size: 90%;
	}
	
	.printIcon {
		z-index: 1000;
		margin-left: 490px;
		margin-top: -15px;
		border: 0px;
	}
	
	/********************** Farbsonderklassen fuer den RTE **************************/
	span.gruen {
		color: #14902D;
	}

	span.blau {
		color: #00367B;
	}	
	span.rot {
		color: #990000;
	}	
	
	/*** tabellen in stiftung errichten ***/
	.contenttable {
		background-color: #f5f5f5;
		padding: 0;
		margin: 0;
	}
	
	#mainContent .contenttable p {
		margin: 0;
	}
	
	.contenttable thead td {
		background-color: #cccccc;
		padding: 4px;
		font-weight: bold;

	}
	
	.contenttable tbody td {
		background-color: #fcfcfc;
		padding: 4px;
		vertical-align: top;
	}
	
	
	/*** Navipunkt Aktivitäten / Stiftungswegweiser ***/
	#mainContent .csc-frame-invisible {
		
		border-top: 1px dotted #cccccc;
		border-right: 1px dotted #cccccc;
		border-left: 1px dotted #cccccc;
		border-bottom: 1px solid #00367B;
		margin-bottom: 20px;
		padding: 8px;
		/*background-image: url(../img/layout/bg-einladung.jpg);
		background-repeat: repeat-x;
		background-position: bottom;*/
	}
	
	
	/************** ext.df-stiftungswegweiser*******************/
.tx-dfstwegweiser-pi1 form{
		font-size: 85%;
		margin-bottom: 8px; 
}
	
.tx-dfstwegweiser-pi1 .input, .tx-dfstwegweisersuche-pi1 .input {
		border: 1px solid #cccccc;
		width: 200px;
}
	
.tx-dfstwegweiser-pi1 .submit, .tx-dfstwegweisersuche-pi1 .submit {
		background-color: #f5f5f5;
		border: 1px solid #cccccc;
		margin-top: 3px;
} 

#mainContent .tx-dfstwegweisersuche-pi1 a.showAll {
		background-color: #f5f5f5;
		border: 1px solid #cccccc;
		padding: 1px 4px 1px 4px; 
		font-weight: normal;
		color: #333333;
		/*margin-left: 15px;*/
}

#mainContent .tx-dfstwegweisersuche-pi1 form {
		display: inline;
}

.tx-dfstwegweiser-pi1 textarea {
		border: 1px solid #cccccc;
		width: 350px;
		height:250px;
}
	
.tx-dfstwegweiser-pi1 select, .tx-dfstwegweisersuche-pi1 select {
		border: 1px solid #cccccc;
		width: 200px;
}
	
.tx-dfstwegweiser-pi1 p.error {
		color: #990000;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 20px;
		border: 1px dotted #990000;
}
	
.tx-dfstwegweiser-pi1 p.success {
		color: #009900;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 20px;
		border: 1px dotted #009900;
}

.tx-dfstwegweiser-pi1 p.info {
		background-color: #f5f5f5;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 20px;
		border: 1px dotted #cccccc;
}

.tx-dfstwegweiser-pi1 p.info a {
		background-color: #ffffff;
}
	
.tx-dfstwegweiser-pi1 ul {
		list-style-image:url(../img/layout/bulPoint.gif);
		width: 620px;
		padding-left: 20px;
		border: 0;
	    list-style: disc outside; 
		
}
	
.tx-dfstwegweiser-pi1 li {
		list-style-image:url(../img/layout/bulPoint.gif);
		margin-bottom: 15px;
		border-bottom: 1px dotted #cccccc;
		padding-bottom: 15px;
		line-height: 135%;
					
}
	
.tx-dfstwegweiser-pi1 .teaser {
		color: #393939;
}
	
.tx-dfstwegweiser-pi1 .stInfo {
		color: #666666;
		font-size: 90%;
		margin-top:15px;
		border-top: 1px dotted #cccccc;
}
	
.tx-dfstwegweiser-pi1 h3.stH3 {
		border-bottom: 2px solid #00367b;
		color:#00367b; 
		line-height: 140%;
		font-size: 1.2em;
		background-color: #f5f5f5;
		position: relative;
		top: -8px;
		margin: -7px -7px 12px -7px ;
		padding: 7px;
}
	
.tx-dfstwegweiser-pi1 h4{
		border-bottom: 1px dotted #cccccc;
		font-size: 1em;
		color: #333333;
		margin-top: 5px;
		margin-bottom: 3px;

}
	
.tx-dfstwegweiser-pi1 div.left{
		border: 1px solid #cccccc;
		margin-top: 7px;
		padding: 7px;
		float: left;
		width: 240px;
		background-image: url(../img/layout/divBg.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
}
	
.tx-dfstwegweiser-pi1 div.right{
		border: 1px solid #cccccc;
		margin-top: 7px;
		padding: 7px;
		width: 240px;
		margin-left: 264px;
		background-image: url(../img/layout/divBg.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		

}
	
.tx-dfstwegweiser-pi1 div.central{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid  #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 7px;
		margin-top: 10px;
		background-image: url(../img/layout/divBg.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
}
	
.tx-dfstwegweiser-pi1 .www{ 
		background-image: url(../img/layout/iconWWW.gif);
		background-repeat: no-repeat;
		margin-top: 0px;
		padding-left: 35px;
		padding-bottom: 15px;
		padding-top: 6px;
		background-position: 0 3px;
		position: relative;
		top: -7px;
}

.tx-dfstwegweiser-pi1 ul {
	padding: 0;
	margin: 0;
	width: 520px;
	list-style-type: none;
}

.tx-dfstwegweiser-pi1 #autor{

	margin-top: 15px;
	padding: 15px;
	border: 1px dotted #cccccc;
	background-color: #f5f5f5;
}



#mainContent .tx-dfstwegweiser-pi1 ul li span.teaser {
	border: 0px;
}

/* verwaltung */

.tx-dfstwegweiser-pi1 .nr {
	width: 20px;
	background-color: #999999;
	color: #ffffff;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #f5f5f5;
	margin-right: 15px;

}

.tx-dfstwegweiser-pi1 .normal {
	border: 1px solid #cccccc;
	width: 450px;
	background-image: url(../img/layout/divBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding-bottom: 4px;	
}

.tx-dfstwegweiser-pi1 .loeschen {
	margin-left: 5px;
	font-size: 80%;
	background-image: url(../img/layout/loeschen.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 8px;
}

.tx-dfstwegweiser-pi1 .bearbeiten {
	font-size: 80%;
	background-image: url(../img/layout/bearbeiten.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 40px;
}

.tx-dfstwegweiser-pi1 .jetztBearbeiten {
	font-size: 80%;
	background-image: url(../img/layout/bearbeiten.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 28px;
}

.tx-dfstwegweiser-pi1 .unreleased {
	font-size: 80%;
	background-image: url(../img/layout/unveroeffentlicht.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 8px;
}

.tx-dfstwegweiser-pi1 .neueSt a {
	background-image: url(../img/layout/neu.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 6px 28px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;

}

.tx-dfstwegweiser-pi1 .neueSt{
	margin-top: 20px;
	margin-bottom: 20px;
}

.tx-dfstwegweiser-pi1 h5 {
	font-size: 100%;
	color: #ffffff;
	width: 447px;
	background-color: #999999;
	padding-left: 5px;
}

.tx-dfstwegweiser-pi1 .date {
	font-size: 90%;
}

.tx-dfstwegweiser-pi1 .release {
	margin-left: 5px;
	font-size: 80%;
	background-image: url(../img/layout/release.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 8px;
}

.tx-dfstwegweiser-pi1 .unrelease {
	margin-left: 5px;
	font-size: 80%;
	background-image: url(../img/layout/unrelease.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 2px 4px 4px 22px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top: 8px;
}

.clearer {
		clear: both;
		line-height: 0%;
		font-size: 0.05pt;
}

.tx-dfstwegweiser-pi1 .stLogo img{
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	margin-top: 0px;
}

.tx-dfstwegweiser-pi1 .check {
	margin-left: 8px;
	border-style: none;
	border: 1px solid #cccccc;
}

.tx-dfstwegweiser-pi1 .delQ{
	
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;

}

.tx-dfstwegweiser-pi1 .delReally{
	border: 1px solid #666666;
	padding: 3px 6px 3px 6px;
	margin-right: 8px;
	background-color: #cccccc;
}

.bst-teaser-logo {
	border-top: 1px solid #eee;
	display:inline-block;
	margin-top: 35px;
	padding-top:10px;
	width:206px;
	}
.bst-teaser-logo img {
	margin-left:15px;
	}
.bst-teaser {
	padding:5px 0 15px 20px; 
	width:184px; 
	border-bottom: 1px solid #eee;
	font-size: 0.75em;
	line-height: 140%;
	color: #666666;
	}

.bst-teaser h5 {
	color: #00367b;
	font-size: 100%;
	}
	
	
/*** alte Seminare ***/
.mySeminar {
	border-bottom: 1px #00367c dotted;
	margin-bottom:8px;
	padding-bottom: 4px;
}
	
