/* in dieser css datei sind alle beschreibungen für html tags ausgezeichnet
alle anderen styles für extensions und weiteres stehen in den jeweiligen anderen css dateien*/

/* html tag */
body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        line-height:140%;
        margin: 25px;
}

p {
        font-size: 9pt;
        line-height:140%;
}

h1, h2, h3 {
        font-size:15px;
}

li {

	list-style-position: outside;
	list-style-image: url(../images_content/arrow_list_element.gif);
}

/* normaler link*/
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#0096DC;
	text-decoration:none; 

}
/* link bei rollover*/
a:hover {
}
/* aktiver link*/
a:active {

}

/* formulartags*/
INPUT {
	border: 1px solid #0096DC;
	color:#0096DC;
	font-size:11pt;
}
FORM #checkbox{
	border: none;
	color:#0096DC;
	font-size:11pt;
}
FORM #textarea{
	border: 1px solid #0096DC;
	color:#0096DC;
	font-size:11pt;
}
FORM #button{
	border: none;
}
FORM #label{
	color:#0096DC;
	font-size:11pt;
	text-indent: 10px;
}
/* end html tags*/

/* feste breite für die inhaltsspalte des standardtemplates*/
.contentrow {
	width: 520px;
        text-align:justify;
}
.contentstripe {
        font-size: 10pt;
}
div#contentRow1 {
        text-align:justify;
}

/* mein menu einstellungen */
#mainmenu {
	left: 0px;
}
/* end main menu*/

/* einstellungen für das menu unten sitemap etc.*/
#menubottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#0096DC;
	text-decoration:none; 
}
/* einstellungen für das submenu */

/* formatierung  der unteren zeile, die das menu beendet mit runden ecken*/

#submenuendleft {
	align:left;
	background-attachment: fixed;
	background-image: url(../images_menu/submenu_end_left.gif);
	background-repeat: no-repeat;
	background-position: right left;


	
}

#submenuendmid {
	align:middle;
	background-attachment: fixed;
	background-image: url(../images_menu/submenu_end_mid.gif);
	background-repeat: repeat-x;
	background-position: left left;


}

#submenuendright {
	align:right;
	background-attachment: fixed;
	background-image: url(../images_menu/submenu_end_right.gif);
	background-repeat: no-repeat;
	background-position: right left;
}

/* classen für das rootline menu */

.rootline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0096DC;
	text-decoration: none;
	text-indent: 10pt;
}
.rootline a {
	color:#0096DC
	text-decoration: none;
}
.rootline a:hover {
	color:#000000
	text-decoration: none;
}
.rootline a:visited {
	color:#000000
	text-decoration: none;
}

/* klassen für die suchbox der indexsearch extension - suchfenster linkes panel*/
#searchboxinput {
	height: 18px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1A1;
	border-left-color: #A1A1A1;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#tdsearchbox {
	height: 47px;
	width: 216px;
	clip: rect(0px, 0px, 0px, 0px);
}
/* end suchbox*/

/* formatierungen fuer das linke menu panel*/

#menuleftmenu {
	border-top: 0px solid #DADADA;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}


#menuleftfunktionen {
	border-top: 0px solid #DADADA;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

#menuleftlanguage {
	border-top: 0px solid #DADADA;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	background-repeat: no-repeat;
}
#menuleftsearchbox {
	border-top: 0px solid #DADADA;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
/*end left menu*/

/* tip url start */
.tipurltext{
	color:#0096DC;
	font-size:12px;
}
/* tip url end */

/* klassen für tt_news */
.tt_news {
}
.ttnewstitle {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.ttnewsdate {
	font-size: 9px;
}
.ttnewssubheader {
	font-size: 12px;
	line-height: 140%;
}
.ttnewslinks {
	color:#0096DC;
	font-size: 14px;
	font-weight: bold;
}
.ttnewsauthor {
	color:#0096DC;
	font-size: 9px;
}
.ttnewstopheadline {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
}
.ttnewstopsubheader {
	font-size: 10px;
}
/*  tt_news Page-Browser */
.ttnews-PBactPage, .ttnews-PBpage {
	font-size: 10px;
}
.ttnews-PBactPage {
	font-weight: bold;
}
/* tt_news end */
/* sitemap start */

div#sitemap {
	width:100%;
	margin-bottom: 25px;
	margin-left: 16px;
	clear: left;
	position: relative;
	visibility: visible;
	z-index: auto;
	float: left;
}

div#sitemapSpalte {
  width:28%;
  float:left;
}

A.sitemapUeberschrift:link,A.sitemapUeberschrift:visited,A.sitemapUeberschrift:active,A.sitemapUeberschrift:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	color: #484848;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
        text-decoration: underline;
}

div#sitemapUeberschrift {
	margin: 0px 0px 2px;
}

A.sitemapEbene1:link,A.sitemapEbene1:visited,A.sitemapEbene1:hover,A.sitemapEbene1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	color: #484848;
	font-weight: bold;
	text-align: left;
        text-decoration: underline;
        padding-left:11px;
        
        background-image:url(sitemap_arrow_big.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;

}

A.sitemapEbene2:link,A.sitemapEbene2:active,A.sitemapEbene2:visited,A.sitemapEbene2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	color: #484848;
	font-weight: normal;
	text-align: left;
	
        padding-left:21px;
        
	text-decoration: underline;
        
	background-image:url(sitemap_arrow_small.gif);
	background-repeat:no-repeat;
	background-position:9px 5px;	

}
A.sitemapEbene3:link,A.sitemapEbene3:visited,A.sitemapEbene3:hover,A.sitemapEbene3:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	color: #484848;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	padding-left:29px;
    
        background-image:url(sitemap_arrow_small_3.gif);
	background-repeat:no-repeat;
	background-position:17px 5px;	

}

div#sitemapEbene1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
}

div#sitemapEbene2 {
	margin-left: 0px;
}

div#sitemapEbene3 {
	margin-left: 0px;
}

/* sitemap end */

/* css styles für die indexsuche*/
/* absendebutton der indexsuche */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
}
/* breite des inputfeldes */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:120px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}
/* formatierung der erklärung */
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}
/* text, wenn nichts gefunden wurde */
.tx-indexedsearch P.tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}
/* titel der jeweiligen fundseiten */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
	background:#0096DC; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a { 
	color:white;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-size:13px; 
	font-weight:bold;
}
/* h2 element */
.tx-indexedsearch .tx-indexedsearch-res H2 a {
	font-size:16px;
	color:black;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 
	font-weight:normal; 
	color:white;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
	color:red; 
	font-style:italic;
	font-weight:bold; 
	font-size:12px;
}
/* infofeld grösse , erstellt, geändert ... */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#F0F0F0; 
}
.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 TABLE { 
	background:#E5E5E5;
	color:black;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	vertical-align:absmiddle; 
}
/* end index suche*/
