/************************************************/
/* Erstellung: 21.05.2006				*/
/* Autor: Lars Lehners - inixdata GmbH		*/
/* Dateiname: print.css   				*/
/* Bildschrimauflösung: 800px                 	*/
/* Unterstuetzte Browser: IE6, Mozilla, Opera	*/
/* gehört zum Designtemplate print_tmpl.html    */
/************************************************/

/***********************************************/
/* HTML-tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #00304A;
	margin: 20px;
}


p {
	margin-top: 0px;
	margin-bottom: 10pt;
}

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 {
	border: 0px;
}


ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

ol {
	margin-top: 3px;
	margin-bottom: 3px;
}


dfn {
	visibility: hidden;
	font-size: 1%;
}


.accessKey{
	text-decoration: underline;	
}




/***********************************************/
/* Print und Search Icons			      */
/***********************************************/

#fusszeile span.print-n-search {
	float: right;
	height: 14px;
	margin-top: 0px;
}

#fusszeile span.print-n-search a.lupe img{
	margin-left: 10px;
	margin-right: 10px;

}


/***********************************************/
/* Extension: CSS Styled Content		      */
/***********************************************/

/**** Rahmen für Contentelemente*/

.csc-frame-frame1 {
	border: 1px solid #7F98A4;
	background-color: none;
	padding: 3px;
}

.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;
}


/***********************************************/
/* 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; 
	margin-bottom: 10px;
}

p.csc-frame-frame2, 
table.csc-frame-frame2 { 
	background-color: #f2f4f6; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #7F98A4;
	margin-bottom: 10px; 
}

/* 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  */

/*------------------------ tt_news LATEST view -*/

.news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #000; 
	clear: left;
}

.news-latest-container {

}

div.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-container p.bodytext{
	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 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: 6px;
	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;
	/*border:1px solid #333;*/
	margin-bottom: 5px;
	background-image: url(../bilder/tt_news_dottline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
}

.news-list-category {
	font-size:8pt;
}

.news-list-date {
	font-size: 8pt;
}

.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;
	margin-bottom: 0px;
}

.news-list-morelink a,
.news-list-morelink a:link,
.news-list-morelink a:visited, {
	color: #DF0404;
	padding-left: 15px;
	margin-left: 6px;
	font-size: 8pt;
	background-image: url(../bilder/tt_news_mehr-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.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{
	margin-bottom: -20px;
}

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-additional-info {
	margin-top: 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-item HR.clearer {
	clear:both;
	height: 1%;
	visibility: hidden;
	margin: 0px;
}

.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;
}

div.tx-ttnews-browsebox table {
	background-color: #E5EAED;
}

.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;
}


/*---------------- 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;
}

li.news-amenu-item-year dd{
	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 für 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 ****/

div.newsevent-list-item span.mbl-newsevent-date-header {
	display: none;
}

.newsevent-list-item span.news-event-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	display: inline;
	float: left;
	font-weight: bold;
	width: 520px;
}

div.newsevent-list-item .mbl-newsevent-date {
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px; 
	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: 0px 4px;
}

span.newsevent-list-morelink a,
span.newsevent-list-morelink a:link,
span.newsevent-list-morelink a:visited {
	border: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	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 {
	display: block;
}

div.newsevent-single-item div.mbl-newsevent-wrap {
	clear: both;
	margin-top: 30px;
	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 {
	border: 1px solid #7F98A4;
	margin: 0px;
}

.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;
}

.tx-danpdocumentdirs-pi2-listrow1 td{
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #7F98A4;
}

.tx-danpdocumentdirs-pi2-listrow2 {
	font-size: 11px; 
	color: #000000;
	background-color: #E5EAED;
} 

.tx-danpdocumentdirs-pi2-listrow2 td{
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #7F98A4;
}

.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: #F6F8F9;
	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: #00304A;
}

.tx-indexedsearch h3{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 30px;
	border-bottom: 1px solid #7F98A4;
}

.tx-indexedsearch fieldset {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #f2f4f6;
}

.tx-indexedsearch form{

}

.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: 55px;
	border: 1px solid #959595;
	display: inline;
	width: 180px;
}

#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;
}