

/*******************************************************************************
*  navig.css : 2008.06.27, Josef Kraller
*******************************************************************************/



a:link, a:visited
{
         color:                  #EB0000;
         text-decoration:        none;
}

a:hover
{
         color:                  #FF0000;
         text-decoration:        underline;
}



#mainnavig
{
         border:                 0px solid #FF7F00;
         margin-top:             10px;
         margin-bottom:          10px;
         text-align:             left;
         font-size:              0.7em;
}
#mainnavig a
{
         font-weight:            bold;
         border-bottom:          1px dashed #464A5E;
         padding:                4px 0px 4px 20px;
         margin:                 0px 10px 0px 5px;
         text-decoration:        none;
         display:                block;
         background-image:       url("images/pp.gif");
         background-repeat:      no-repeat;
         background-position:    2px 6px;
}
#mainnavig a:hover
{
         background:             #EB0000;
         background-image:       url("images/pp_over.gif");
         background-repeat:      no-repeat;
         background-position:    2px 6px;
         color:                  #FFFFFF;
}



a.vorschau:hover
{
         border:                 2px solid #FFA700;
}



a.td_content.entrylink {
         font-style:             bold;
         font-size:              1.4em;
}
.td_content .eintrag .bodyText a{
         font-style:             bold;
}
.td_content .eintrag .introText a{
         font-style:             bold;
         color:                  #FF7F00;
}



a.td_news.entrylink {
         font-style:             bold;
         font-size:              1.2em;
}
.td_news .eintrag .introText a{
         font-style:             bold;
         color:                  #AF00FF;
}
.td_news .eintrag .bodyText a{
         font-style:             bold;
         color:                  #00E090;
}
