

/* das sind die aus Template zwei Spalten */

TD.template-zwei-spalten-left, TD.template-zwei-spalten-right {
        width: 50%;
}


/* Navigation auf Artikelseiten */

TABLE.prevnext {
	width: 100%;
	margin-top: 20px;
}
TABLE.prevnext TD {
	font-size: 8pt;
	height: 30px;
	border: 1px solid #AAAAAA;
	padding: 3px;
	vertical-align: middle;
}
TABLE.prevnext TD A {
	display: block;
	width: 100%;
}

TABLE.prevnext TD.prev {
	width: 50%;
	background: url(/fileadmin/images/links.gif) no-repeat;
	background-position: 00% 50%;
	text-align: right;
}
TABLE.prevnext TD.next {
	text-align: left;
	width: 50%;
	background: url(/fileadmin/images/rechts.gif) no-repeat;
	background-position: 100% 50%;
}
TABLE.prevnext TD.up {
	text-align: center;
	border: 1px solid #AAAAAA;
	background: url(/fileadmin/images/hoch.gif) no-repeat;
	background-position: 50% 50%;
}

/* Bildunterschriften */
P.csc-caption {
	font-size: 8pt;
}

/* Abstract in Sitemap */
P.csc-abstract {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

.csc-sitemap {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.csc-sitemap-level1 {
	font-weight: bold;
	font-size: 11pt;
	margin-top: 20px;
}

.csc-sitemap-level2 {
	padding-left: 30px;
}
.csc-sitemap-level3 {
	padding-left: 60px;
}
.csc-sitemap-level4 {
	padding-left: 90px;
}






/* indexedsearch */

DIV.tx-indexedsearch {
        width: 100%;
}

DIV.tx-indexedsearch-searchbox {
/*
        border: 1px dashed #CCCCCC;
*/
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }

DIV.tx-indexedsearch-rules {
        border: 1px solid #CCCCCC;
        border-top: none;
        border-bottom: none;
}
DIV.tx-indexedsearch-rules P {
        font-size: 8pt;
}
DIV.tx-indexedsearch-rules H2 {
        font-size: 8pt;
        display: inline;
        margin: 0pt;
        padding: 0pt;
}

DIV.tx-indexedsearch-whatis {
        border: 1px solid #000000;
        padding-left: 20px;
}
SPAN.tx-indexedsearch-sw {
        font-weight: bold;
        color: #FF0000;
}

SPAN.tx-indexedsearch-browsebox-strong {
        font-weight: bold;
}

DIV.tx-indexedsearch-browsebox {
}
DIV .tx-indexedsearch-browsebox TABLE {
        border: 1px solid #AAAAAA;
}
DIV .tx-indexedsearch-browsebox TABLE td {
        text-align: center;
        font-weight: normal;
}

DIV .tx-indexedsearch-browsebox TABLE td A {
        text-align: center;
        font-weight: normal;
        display: block;
        font-size: 8pt;
        border: none;
}
DIV .tx-indexedsearch-browsebox TABLE td A:hover {
        background-color: #EEEEEE;
}
.tx-indexedsearch-browsebox-SCell {
}

DIV.tx-indexedsearch-res {
/*
        border: 1px dashed #CCCCCC;
*/
}

TR.tx-indexedsearch-title TD {
        border-bottom: 1px solid #FB8C04;
        font-size: 8pt;
}

TD.tx-indexedsearch-descr {
        font-size: 8pt;
}

TD.tx-indexedsearch-info {
        font-size: 7pt;
}

