/*
//##############################################################################
// intial styles.css
// created:      03.08.05 by ling
// mod:          06.08.05 by ling
*/

*
{
 margin: 0px;
 padding: 0px;
 font: 12px arial;
 color: rgb(50,50,50);
 }

html, body
{
 background: #fff;
 }

h1
{
 font: bold 13px arial;
 margin: 0px 0px 8px 0px;
 }

h3
{
 font: bold 12px arial;
 margin: 2px 0px 2px 0px;
 }

ul
{
 margin: 0px 0px 8px 14px;
}

p
{
 margin: 0px 0px 8px 0px;
 }



/* standard link */
a
{
 text-decoration: underline;
 }

a:hover, a:active
{
 color: rgb(167,14,0);
 text-decoration: none;
 }

/*
navi-boxes
*/

.navi-box
{
 left:0px;
 background: rgb(105,105,105);
}
.navi-box a{
 font: 12px arial;
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}

b{

 font-weight: bold;

}
i{

 font-style: italic;

}
.navi-box-topic
{
 height: 18px;
 padding: 8px 0px 4px 25px;
 background-image: url(../img/navi_bgd.gif);
 background-repeat: repeat-x;
 font: bold 12px arial;
 color: #fff;
 }
.navi-box-topic-red
{
 height: 18px;
 padding: 8px 0px 4px 25px;
 background-image: url(../img/navi_bgd_red.gif);
 background-repeat: repeat-x;
 font: bold 12px arial;
 color: #fff;
 }
.navi-box-topic-red a:hover{
 color: #696969;
}
.navi-box-topic-active
{
 height: 18px;
 padding: 8px 0px 4px 25px;
 background-image: url(../img/navi_hi_bgd.gif);
 background-repeat: repeat-x;
 font: bold 12px arial;
 color: #6a6a6a;
}

.navi-box-topic-active a{
 color: #6a6a6a;
}

.navi-box-sub
{
 padding: 15px 0px 0px 25px;
 background: rgb(128,128,128);
 border-bottom: 1px solid #fff;
 /*display: none;*/
 }
.navi-box-sub-active
{
 padding: 15px 0px 0px 25px;
 background: rgb(128,128,128);
 border-bottom: 1px solid #fff;
 font-weight: bold;
 }
.navi-box-sub p a{
 font: 12px arial;
 color: #fff;
 text-decoration: none;
}
.navi-box-sub p.active a{
 font: 12px arial;
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}



/*
news-boxes
*/

.news-box, .news-box-headline, .news-box-content
{
 left:0px;
 font: 12px arial;
 color: #fff;
 }

.news-box
{
 width: 195px;
 background-color: rgb(128,128,128);
 }

.news-box-headline
{
 height: 18px;
 padding: 8px 0px 4px 15px;
 background-image: url(../img/news_bgd.gif);
 background-repeat: repeat-x;
 font: bold 12px arial;
 }

.news-box-content
{
 padding: 10px 7px 10px 10px;
 border-bottom: 1px solid #fff;
 }


/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#E1E1E1; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E1E1E1; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#E1E1E1; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

Nach oben