

/*******************************************************************************
*  navig.css : 2008.06.27, Josef Kraller
*******************************************************************************/



a:link, a:visited
{
        	color:			#BF0033;
        	text-decoration:	none;
}

a:hover
{
        	color:			#FF0000;
        	text-decoration:	underline;
}



#mainnavig
{
        	border: 		0px solid #FF7F00;
        	margin-bottom:		30px;
}
#mainnavig a
{
        	font-weight: 		bold;
        	font-size: 		1.0em;
        	border-bottom: 		1px dashed #a0a0a0;
        	padding: 		0.4em 0px 0.4em 0.2em;
        	margin: 		0px 10px 0px 5px;
        	text-decoration:	none;
        	display:		block;
}
#mainnavig a:hover
{
        	background-color:	#BF0033;
        	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;
}
