/************************************************/
/* Erstellung: 21.05.2006				*/
/* Autor: Lars Lehners - inixdata GmbH		*/
/* Dateiname: firefox.css                      	*/
/* Bildschrimauflösung: 800px                 	*/
/* Unterstuetzte Browser: Firefox			*/
/* gehört zu den Designtemplates main_tmpl... 	*/
/************************************************/

/***********************************************/
/* HTML-tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #00304A;
	margin: 0px;
	text-align: center;
	background: #ECF0F1 url(../bilder/tmpl_bg-verlauf.gif) repeat-x top left;
	font-size: 10pt;
}


p {
	margin-top: 0px;
}

td p {
	margin: 0px;
}


a, a:link, a:visited{
	color: #00304A;
	text-decoration: none;
}

a:hover{
	color: #DF0404;
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	color: #DF0404;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	border-bottom: 6px solid #ECF0F1;
	width: 100%;
}

h2 {
	font-size: 14pt;
	color: #00304A;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	color: #DF0404;
	margin-top: 0px;
	margin-bottom: 4px;
}

h4 {
	font-size: 12pt;
	color: #00304A;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}


h5 {
	font-size: 10pt;
	color: #00304A;
	font-weight: normal;
	background-color: #ECF0F1;
	margin-top: 0px;
	text-transform:uppercase;
	margin-bottom: 4px;
	padding: 2px;
	padding-left: 8px;
}

h6 {}

td {
	font-size: 10pt;
}

a img,
a:link img,
a:visited img {
	border-width: 0px;
	border-color: black;
}

a:hover img {
	border-width: 0px;
	border-color: #DF0404;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

ol {
	margin-top: 3px;
	margin-bottom: 3px;
}


dfn {
	visibility: hidden;
	font-size: 1px;
}


.accessKey{
	text-decoration: underline;	
}


/***********************************************/
/* Layout Divs (Seitenstruktur)                */
/***********************************************/

#page {
	width: 727px;
	height: auto;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 3px;
}

#kopfkontainer{
	width: 100%;
}

/************************** 1 Spaltiges Template *****/
#inhalt-einspaltig{
	float: left;
	padding-bottom: 6px;
	width: 100%;
	min-height: 402px; /*geaendert*/
	margin-top: 10px;
	/*border-right: 1px solid #ff0000;*/
}
/************************** 1 Spaltiges Template ENDE */

/************************** 2 Spaltiges Template (Normalzustand)*****/
#inhalt{
	float: left;
	padding-bottom: 6px;
	margin-right: 3px;
	width: 540px;		/*geaendert*/
	min-height: 402px;	/*geaendert*/
	margin-top: 10px;
}

#inhaltRechts{
	float: left;
	padding-bottom: 6px;
	margin-left: 3px;
	width: 180px;
	margin-top: 10px;
	overflow: hidden;
	max-width: 180px;
}

/************************** 2 Spaltiges Template ENDE */

/************************** 3 Spaltiges Template *****/
#inhalt-3spaltig-links{
	float: left;
	padding-bottom: 6px;
	width: 354px;
	min-height: 402px;
	margin-top: 10px;
}

#inhalt-3spaltig-mitte{
	float: left;
	padding-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 0px;
	width: 181px;
	max-width: 181px;
	min-height: 402px;
	margin-top: 10px;
	overflow: hidden;
}

#inhalt-3spaltig-rechts{
	float: left;
	padding-bottom: 6px;
	width: 180px;
	margin-top: 10px;
	overflow: hidden;
}

/************************** 3 Spaltiges Template ENDE */

#fusszeile {
	clear: both;
	width: 100%;
	background-color: #E5EAED;
	padding-bottom: 2px;
	height: 16px;					/*geaendert / neu*/
}

/***********************************************/
/* Kopfzeile                                   */
/***********************************************/

#bilder {
	margin-bottom: 5px;
	float: left;
}

#logo {
	margin-bottom: 15px;
	float: right;
}

/***********************************************/
/* Kopfzeilen Menue Ebene 1                    */
/***********************************************/

#kopfkontainer span.hidden{
	visibility: hidden;
	font-size: 1px;
}

#kopfkontainer ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #E5EAED;
	border-top: 1px solid #7F98A4;
	border-left: 1px solid #7F98A4;
	border-right: 1px solid #7F98A4;

	background-image: url(../bilder/tmpl_navBarOben_bg-verlauf.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#kopfkontainer li {
	float: left;
	/*display: inline;*/
}

#kopfkontainer ul a {
	float: left;
	display: block;
	background-color: #E5EAED;
	background-image: url(../bilder/tmpl_navBarOben_bg-verlauf.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-right: 1px solid #7F98A4;
	padding: 5px 10px;
	font-weight: bold;
}

#kopfkontainer ul li.active a,
#kopfkontainer ul a:hover{
	background-color: #FFFFFF;
	background-image: none;
}

#kopfkontainer ul li.active a {
	font-weight: bold;
	color: #DF0404;
}

/***********************************************/
/* Kopfzeilen Menue Ebene 2                    */
/***********************************************/

#kopfkontainer ul.ebene2 {
	border: 1px solid #7F98A4;
	border-top: none;
	background: none;
	padding-left: 12px;
	width: 715px;
}

#kopfkontainer ul.ebene2 li {
	background-image: url(../bilder/tmpl_navBarSub_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


#kopfkontainer ul.ebene2 li a {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: normal;
	padding: 4px 10px;
}

#kopfkontainer ul.ebene2 li.active a,
#kopfkontainer ul.ebene2 a:hover{
	background: none;
	border: none;
	color: #DF0404;
}

#kopfkontainer ul.ebene2 li.active a {
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#kopfkontainer ul.ebene2 li.active {
	background-image: url(../bilder/tmpl_navBarObenSubAktiv_pfeil.gif);
}


/***********************************************/
/* Seiteninhalt rechts 			      */
/***********************************************/

#titelebene2 {
	width: auto;			/*geaendert*/
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #DF0404;
	padding: 2px;
	vertical-align: middle;
}


/***********************************************/
/* Menue rechts Ebene 1			      */
/***********************************************/
#navBarRechts .accessKey{
	text-decoration: underline;	
}

#navBarRechts .hidden{
	visibility: hidden;
	font-size: 1px;
}

#navBarRechts {
	width: auto;
	border: 1px solid #7F98A4;
	border-top: none;
	margin: 0px;
	padding: 0px;
}

#navBarRechts li {
	background-image:  url(../bilder/tmpl_navBarRechts_linie_dotted.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	/*height: 22px;			geaendert / deaktiviert*/
	/*line-height: 1%;			geaendert / deaktiviert*/
	list-style: none;
}

#navBarRechts li:hover {				/*geaendert / neu*/
	background-color: #ECF0F1;
}

#navBarRechts li a {
	background-image: url(../bilder/tmpl_navBarSub_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;			/*geaendert */
	padding-left: 10px;

	text-transform:uppercase;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16pt;				/*geaendert */
	/*display: block;				geaendert / deaktiviert*/
	margin:2px 0px 2px 0px;
}

/*							
#navBarRechts li a:hover {				geaendert / deaktiviert
	background-color: #ECF0F1;
}
*/

#navBarRechts a.active {
	background-image: url(../bilder/tmpl_navBarRechtsAktiv_pfeil.gif);
	color: #DF0404;
}


/***********************************************/
/* Menue rechts Ebene 2			      */
/***********************************************/

#navBarRechts li ul {
	border: none;
	margin: 0px;
	padding: 0px;
}

#navBarRechts li ul li {
	background: none;
}

#navBarRechts li ul li:hover {
	background-color: #ffffff;
}


#navBarRechts ul a {
	background-image: url(../bilder/tmpl_navBarSub_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;

	text-transform:uppercase;
	font-size: 8pt;
	font-weight: normal;
}


/***********************************************/
/* Fusszeilen Menue			             */
/***********************************************/

#fusszeile .accessKey{
	text-decoration: underline;
}

#fusszeile .hidden{
	visibility: hidden;
	font-size: 1px;
}

#fusszeile ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 12px;
	display: inline;

}

#fusszeile ul li {
	background-image: url(../bilder/tmpl_navBarSub_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;					/*geaendert / neu*/
	float: left;
	display: inline;
}


#fusszeile ul li a {
	background: none;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8pt;
	padding: 4px 10px;
}

#fusszeile ul li.active a,
#fusszeile ul.ebene2 a:hover{
	background: none;
	border: none;
	color: #DF0404;
}

#fusszeile ul li.active a {
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#fusszeile ul li.active {
	background-image: url(../bilder/tmpl_navBarObenSubAktiv_pfeil.gif);
}


/***********************************************/
/* Print und Search Icons			      */
/***********************************************/

#fusszeile span.print-n-search {
	float: right;
	height: 16px;	
	margin-top: 2px;
}


#fusszeile span.print-n-search a.lupe img{
	margin-left: 10px;
	margin-right: 10px;
}

/***********************************************/
/* Extension: CSS Styled Content		      */
/***********************************************/

/**** Rahmen fÃ¼r Contentelemente*/

div.csc-frame-frame1 {
        border: 1px solid #7F98A4;
        padding: 3px;
        }

div.csc-frame-frame2 {
        border: solid 1px #7F98A4;
	 background-color: #f2f4f6;
        padding: 3px;
        }

div.csc-frame-rulerAfter {
        border-bottom: 1px solid #7F98A4;
        width: auto;
        height: 1px;
}

div.csc-frame-rulerBefore {
        border-bottom: solid #7F98A4;
        width: auto;
        height: 1px;
}

.csc-textpic-caption {
	font-size: 8pt;
}

/***********************************************/
/* Typo3 Formulare		      			*/
/***********************************************/

fieldset {
	background: #E5EAED;
	font-weight: bold;
}

fieldset.csc-mailform input {
	width: 500px;
	margin-bottom: 10px;
	height: 16px;
	border: 1px solid #7F98A4;
}

fieldset.csc-mailform input.csc-mailform-submit{
	width: 80px;
	height: 22px;
	margin-top: 10px;
	margin-right: 15px;
	float: right; 
	font-weight: bold;
	
}

/***********************************************/
/* Extension: html_area RTE			      */
/***********************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, 
h1.align-left, 
h2.align-left, 
h3.align-left, 
h4.align-left, 
h5.align-left, 
h6.align-left, 
td.align-left { 
	text-align: left; 
}

p.align-center, 
h1.align-center, 
h2.align-center, 
h3.align-center, 
h4.align-center, 
h5.align-center, 
h6.align-center, 
td.align-center { 
	text-align: center; 
}

p.align-right, 
h1.align-right, 
h2.align-right, 
h3.align-right, 
h4.align-right, 
h5.align-right, 
h6.align-right, 
td.align-right { 
	text-align: right; 
}

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, 
table.csc-frame-frame1 { 
	background: none; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #7F98A4;
}

p.csc-frame-frame2, 
table.csc-frame-frame2 { 
	background-color: #f2f4f6; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #7F98A4;
}

/* Bullet styles for unordered lists.*/
ul.component-items {
	list-style-type: circle; 
}

ul.action-items { 
	list-style-image: url(img/red_arrow_bullet.gif); 
}

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { 
	list-style-type: lower-roman; 
}

ol.action-items-ordered { 
	list-style-type: lower-greek; 
}

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/


span.important { 
/*DielInke.PDS-Rot*/
	color: #DF0404; 
}

span.name-of-person { 
/*DielInke.PDS-Grau*/
	color: #ECF0F1; 
}

span.detail {
/*DielInke.PDS-Grau (dunkel)*/
	color: #00304A; 
}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/*###### SchriftgrÃ¶ÃŸen #############*/

span.fontsize8,
p.fontsize8,
h1.fontsize8, 
h2.fontsize8, 
h3.fontsize8, 
h4.fontsize8, 
h5.fontsize8, 
h6.fontsize8,
td.fontsize8,
table.fontsize8 {
	font-size: 8pt;
}

span.fontsize9,
p.fontsize9, 
h1.fontsize9, 
h2.fontsize9, 
h3.fontsize9, 
h4.fontsize9, 
h5.fontsize9, 
h6.fontsize9,
td.fontsize9,
table.fontsize9 {
	font-size: 9pt;
}

span.fontsize10,
p.fontsize10, 
h1.fontsize10, 
h2.fontsize10, 
h3.fontsize10, 
h4.fontsize10, 
h5.fontsize10, 
h6.fontsize10,
td.fontsize10,
table.fontsize10 {
	font-size: 10pt;
}

span.fontsize12,
p.fontsize12,
h1.fontsize12, 
h2.fontsize12, 
h3.fontsize12, 
h4.fontsize12, 
h5.fontsize12, 
h6.fontsize12,
td.fontsize12,
table.fontsize12 {
	font-size: 12pt;
}

span.fontsize14,
p.fontsize14,
h1.fontsize14, 
h2.fontsize14, 
h3.fontsize14, 
h4.fontsize14, 
h5.fontsize14, 
h6.fontsize14,
td.fontsize14,
table.fontsize14 {
	font-size: 14pt;
} 

span.fontsize18,
p.fontsize18,
h1.fontsize18, 
h2.fontsize18, 
h3.fontsize18, 
h4.fontsize18, 
h5.fontsize18, 
h6.fontsize18,
td.fontsize18,
table.fontsize18 {
	font-size: 18pt;
} 

span.fontsize24,
p.fontsize24,
h1.fontsize24, 
h2.fontsize24, 
h3.fontsize24, 
h4.fontsize24, 
h5.fontsize24, 
h6.fontsize24,
td.fontsize24,
table.fontsize24 {
	font-size: 24pt;
}

span.fontsize36,
p.fontsize36,
h1.fontsize36, 
h2.fontsize36, 
h3.fontsize36, 
h4.fontsize36, 
h5.fontsize36, 
h6.fontsize36,
td.fontsize36,
table.fontsize36 {
	font-size: 36pt;
} 


/***********************************************/
/* Extension: Dropdown Sitemap		      */
/***********************************************/

.tx-dropdownsitemap-pi1 {
	width: 500px;
}

.tx-dropdownsitemap-pi1 img {
	margin-right: 5px;
	margin-bottom: 4px;
}

.tx-dropdownsitemap-pi1 A {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:link {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:hover {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:visited {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:active {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A {
	font-weight: bold;
}

.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}

.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}

.tx-dropdownsitemap-pi1 DIV {
	border: solid 1px #DFE2E3;
	background: #F6F8F9;
	padding: 2px;
	margin-bottom: 5px;
}

.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;

}

.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}

.tx-dropdownsitemap-pi1 DIV.level_3 {

	background: #F6F8F9;
}

.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}

.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #F6F8F9;
}

.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: solid 1px #DFE2E3;
	background: #F6F8F9;
}


/***********************************************/
/* Extension: tt_news			       */
/***********************************************/

/*----------------------------------- clearer -*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #000; 
	/*#ECF0F1;*/
	clear: left;
}
/*------------------------ tt_news LATEST view -*/

.news-latest-container {

}

.redblock{
	float: left;
	border: none;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 0px;
}

.news-latest-container H3 a,
.news-latest-container H3 a:link,
.news-latest-container H3 a:visited{
	margin-bottom: 3px;
	font-size: 10pt;
}

.news-latest-date{
	display: block;
}

.news-latest-container p{
	display: inline;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-image: url(../bilder/tt_news_dottline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.news-latest-item a IMG {
	float:right;
	margin-left: 3px;
	border:1px solid #7F98A4;
}


.news-latest-category IMG {
	border:none;
	margin:0px;
}

.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:8pt;
}


.news-latest-morelink A, 
.news-latest-morelink A:link, 
.news-latest-morelink A:visited {
	color: #DF0404;
	padding-left: 15px;
	margin-left: 3px;
	background-image: url(../bilder/tt_news_mehr-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.news-latest-morelink A:HOVER {
	color: #00304A;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:0px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	background-color: #DF0404;
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {

}

.news-latest-gotoarchive A,
.news-latest-gotoarchive A:VISITED {
	color: #FFFFFF;
}

/*------------------------- tt_news LIST view -*/
.news-list-container {

}

.news-list-item {
	clear: both;
	/* IE hack */
	height: 1%;
	line-height: 1.1;
	/* IE hack end */
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	overflow: visible;
}

.news-list-category {
	font-size:8pt;
}

.news-list-date {
	font-size: 8pt;
	display: block;
}

.news-list-container H3 {
	margin-top: 0px; 
	margin-bottom: 3px;
	font-size: 10pt;
}

div.news-list-container .redblock{
	float: left;
	border: none;
	margin-top: 3px;
	margin-right: 6px;
	margin-left: 0px;
}

.news-list-container h3 a, 
.news-list-container h3 a:link, 
.news-list-container h3 a:visited {
	font-size: 10pt;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 8pt;
}

.news-list-container a IMG {
	float: left;
	border:1px solid #333;
	margin-right:10px;
}


.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-container p.bodytext{
	display: inline;
}

.news-list-morelink a,
.news-list-morelink a:link,
.news-list-morelink a:visited {
	background-image: url(../bilder/tt_news_mehr-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #DF0404;
	padding-left: 15px;
	margin-left: 6px;
	font-size: 8pt;
}

div.clearer {
	width: 100px;
	height: 5px;
	clear: both;
	background-image: url(../bilder/tt_news_dottline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.news-list-browse {
	text-align: center;
}


/*------------------------------tt_news Listbrowse -*/

.news-search-form {
	padding:3px;
	margin-bottom:0px;
	border:1px solid #7F98A4;
	background-color:#E5EAED;
}

.news-search-emptyMsg{
	margin:5px;
}

.news-search-form FORM {
	margin:0px;
}


/*------------------------- tt_news SINGLE view -*/

.news-single-item {
}

.news-single-timedata {
}

p.news-single-author {
	color: #00304A;
	display: inline;
	margin-left: 10px;
}

.news-single-author a,
.news-single-author a:link,
.news-single-author a:visited {
	
}

.news-single-author a:hover {
	
}

#news-single-item-header H2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #DF0404;
}

.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size: 8pt;
}

#news-single-item-subheader H3{
	font-size: 10pt;
	font-weight: bold;
	color: #00304A;
	margin-bottom: 10px;
}


.news-single-item-content{
}

div.news-single-img {
	float: right;
}

.news-single-img img {
	border: 1px solid #7F98A4;
}

.news-single-imgcaption {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.news-single-category {
}

.news-single-item HR.clearer {
	clear:both;
	height:1px;
	line-height:1px;	
	visibility: hidden;
	margin: 0px;
}

.news-single-additional-info {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #7F98A4;
	border-bottom: 1px solid #7F98A4;
	padding:3px;
	padding-bottom:0px;
}


.news-single-additional-info a:hover {
}

.news-single-related,
.news-single-files,
.news-single-links {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD,
.news-single-links DD p {
	margin: 0px;
	margin-left:20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


.news-single-backlink,
.news-single-backlink a {
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*---------------------- tt_news Page-Browser -*/

.tx-ttnews-browsebox {
	margin:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell{
	font-weight: bold;
}

.tx-ttnews-browsebox p{
	font-size: 1px;
	visibility: hidden;
}

.tx-ttnews-browsebox p,
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox td p {
	font-size: 10pt;
	visibility: visible;
}

.tx-ttnews-browsebox-SCell {
}

.news-search-emptyMsg {
	margin-left: 10px;
}


div.tx-ttnews-browsebox table {
	background-color: #E5EAED;
}


/*---------------- tt_news Archivemenu (AMENU) -*/

.news-amenu-container {
	padding:10px;
}

.news-amenu-container UL {
	padding:0px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
}

li.news-amenu-item-year{
	margin-top: 10px;
	color: #fff;
	font-size: 10pt;
	border-bottom: 1px solid #7F98A4;
	padding-left: 10px;
}

li.news-amenu-item-year dd{
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	width: 130px;
	margin-top: 10px;
	color: #fff;
	font-size: 10pt;
	background-color: #DF0404;
	border: 1px solid #7F98A4;
	border-bottom: none;
}

.news-amenu-container li{
	list-style-position: inside;
	padding-top: 3px;
	padding-left: 10px;
	list-style-type: none;
}

.news-amenu-container H2 {
	padding:3px;	
	margin: 0px;
}


/***********************************************/
/* mbl-newsevent (addon fuer tt_news)           */
/***********************************************/

/**** fuer die Lastest Ansicht ****/
.news-latest-container span.mbl-newsevent-date-header {
	display: none;
}

.news-latest-container span.mbl-newsevent-date {
	margin-left: 0px;
}

/**** fuer die List Ansicht ****/

/**** fuer die List Ansicht ****/

.newsevent-list-item span.news-event-title {
	margin-top: 6px;
	margin-bottom: 7px;
	font-size: 8pt;
	display: inline;
	float: left;
	font-weight: bold;
	width: 510px;
}

div.newsevent-list-item span.mbl-newsevent-date-header {
	display: none;
}

div.newsevent-list-item .mbl-newsevent-date {
	width: 130px;
	margin-top: 6px;
	margin-bottom: 7px; 
	margin-right: 15px;
	float: left;
	padding-left: 15px;
	font-size: 8pt;
	display: inline;
	background-image: url(../bilder/tt_news_redblock2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

span.newsevent-list-morelink a,
span.newsevent-list-morelink a:link,
span.newsevent-list-morelink a:visited {
	border: none;
	float: right;
	margin-top: 6px;
	margin-right: 7px;
	padding-left: 15px;
	background-image: url(../bilder/tt_news_mehr-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #DF0404;
	display: inline;
	font-size: 8pt;
}

span.newsevent-list-morelink a:hover {
	color: #00304A;
}

.newsevent-list-container HR.clearer{
	clear:both;
	height:1px;
	max-height: 1px;
	overflow: hidden;
	color: #7F98A4;
	background-color: #7F98A4;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px; 
}



/**** fuer die Single Ansicht ****/

.newsevent-headerdate {
	font-size: 8pt;
}

div.newsevent-single-item div.mbl-newsevent-wrap {
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;	
	border: 1px solid #7F98A4;
	background: #E5EAED;
	padding: 3px;
	width: 100%;
	text-align: center;
}

div.newsevent-single-item span.mbl-newsevent-date-header {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	margin-bottom: 5px;
}


div.newsevent-single-item span.mbl-newsevent-date {
	vertical-align: top;
}

div.newsevent-single-item .mbl-newsevent-where-header {
	font-weight: bold;
	margin-left: 20px;
}

div.newsevent-single-item .mbl-newsevent-where{
	vertical-align: top;
}


/***********************************************/
/* EXT: Document Directories	             */
/***********************************************/

.tx-danpdocumentdirs-pi2-listrow{
	margin-bottom: 15px;
}

.tx-danpdocumentdirs-pi2-listtable {
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

.tx-danpdocumentdirs-pi2-headers {
	background-color: #7F98A4;
}

.tx-danpdocumentdirs-pi2-headers a,
.tx-danpdocumentdirs-pi2-headers a:link,
.tx-danpdocumentdirs-pi2-headers a:visited{
	font-weight: bold;
	color: #FFFFFF;
}

.tx-danpdocumentdirs-pi2-headers a:hover{
	color: #DF0404;
}

.tx-danpdocumentdirs-pi2-headers td{
	padding: 5px;
}

.tx-danpdocumentdirs-pi2-listrow1 {
	background-color: #F6F8F9;
	color: #000000;
}

.tx-danpdocumentdirs-pi2-listrow1 td{
	padding: 3px;
}

.tx-danpdocumentdirs-pi2-listrow2 {
	font-size: 11px; 
	color: #000000;
	background-color: #E5EAED;
} 

.tx-danpdocumentdirs-pi2-listrow2 td{
	padding: 3px;
}

.tx-danpdocumentdirs-pi2-modeSelector {
	text-align: center;
}

.tx-danpdocumentdirs-pi2-modeSelector-table {

}

.tx-danpdocumentdirs-pi2-modeSelector-table td{

}
 
.tx-danpdocumentdirs-pi2-modeSelector-SCell {
	font-weight: 800;  	
}
 
.tx-danpdocumentdirs-pi2-dirmenuitem{
	font-weight: 600;
	font-size: 8pt;
}

.tx-danpdocumentdirs-pi2-browsebox{

}

.tx-danpdocumentdirs-pi2-browsebox-strong {
	font-weight: 800;
	font-size: 10pt;
}

.tx-danpdocumentdirs-pi2-browsebox td p{
	font-size: 10pt;
	margin: 0px;
}

.tx-danpdocumentdirs-pi2-browsebox-SCell {
	font-weight: 800;
}

.tx-danpdocumentdirs-pi2-upload {
	margin-bottom: 15px;
}


/***********************************************/
/* Begin Extension: Indexed Search             */
/***********************************************/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { 
	display:inline; 
	margin-right:5px;
	font-size: 10pt;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px;
	border: 1px solid #7F98A4;
	background: #7F98A4;
	color: #ffffff;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width: 150px;
	border: 1px solid #7F98A4;
	margin-bottom: 3px;
}

.tx-indexedsearch select { 
	border: 1px solid #7F98A4;
	margin-bottom: 3px;
}

.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}

.tx-indexedsearch .tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}

.tx-indexedsearch .tx-indexedsearch-res p.tx-indexedsearch-descr { 
	margin-top: 3px;
}

dl.tx-indexedsearch-info{
	margin-top: 0px;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #DF0404;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background-color: #f2f4f6;
	border-top: 1px dashed #7F98A4;
	border-bottom: 1px dashed #7F98A4;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
	margin-top:0px; 
	margin-bottom:0px; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	background-color: #F6F8F9;
	vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666; 
}

.tx-indexedsearch .tx-indexedsearch-category { 
	font-size:16px; 
	font-weight:bold; 
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */

.tx-indexedsearch-form{

}

.tx-indexedsearch legend{
	font-weight: 700;
	color: #000000;
}

.tx-indexedsearch h3{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 30px;
	border-bottom: 1px solid #7F98A4;
}

.tx-indexedsearch fieldset {
	padding: 10px;
	background-color: #f2f4f6;
}

.tx-indexedsearch form p a,
.tx-indexedsearch form p a:link,
.tx-indexedsearch form p a:visited{
	margin-top: 10px;
	margin-left: 15px;
	font-size: 10pt;
}

.tx-indexedsearch .res-tmpl-css { 
	clear:both;
	margin-bottom:1em;
	font-size: 10pt;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:1em;
	width:10em;
	float:left;
	font-size: 10pt;
	padding-left: 7px;
	text-align: right;
}

.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
	letter-spacing:0;
	font-weight:normal;
	margin-top:-1.2em;
	margin-right: 2px;
	float:right;
	font-size: 10pt;
	color: #00304A;
}

.tx-indexedsearch .info-tmpl-css dt, 
.tx-indexedsearch dl.info-tmpl-css dd { 
	float:left; 
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime { 
	float:none; 
}

.tx-indexedsearch .info-tmpl-css dd.item-path { 
	float:none; 
}

.tx-indexedsearch-info {
	display: none;
}


/***********************************************/
/* Extension: macina_searchbox		      */
/***********************************************/

div.tx-macinasearchbox-pi1 {
	background-color: #CCD6DB;
	background-image: url(../bilder/tmpl_searchbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 6px;
	height: 40px;
	border: 1px solid #959595;
	width: auto;
}

#macina-searchhbox-searchform {
	display: inline;
}

#macina-searchhbox-headline {
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
}

#macina-searchhbox-advanced {
	text-transform: uppercase;
	font-size: 8pt;
	padding-left: 12px;
	margin-left: 10px;
	background-image: url(../bilder/tmpl_navBarSub_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#macina-searchhbox-searchfield {
	border: 1px solid #959595;
	width: 140px;
}

#macina-searchhbox-searchsubmit{
	margin-top: 3px;
	vertical-align: top;
}