/* text formats  */
/* ------------- */


/* standard text definition  */
body, p, td, tr, div, input, textarea, select	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #E5E5E5;
	line-height:130%;
}


/* links  */
a:link 	{
	color: #DA251D;
	text-decoration: none;
}

a:visited 	{
	color: #DA251D;
	text-decoration: none;
}

a:hover	{
	color: #DA251D;
	text-decoration: underline;
}

a:active 	{
	color: #DA251D;
	text-decoration: underline;
}

/* title */
.title {
	font-size:11px;
	font-weight:bold;
}

/* bold text  */
.bold {
	font-weight:bold;
}

/* kursiver text  */
.italic {
	font-style: italic;
}

/* boldItalic text  */
.boldItalic {
	font-weight:bold;
	font-style: italic;
}

/* red  text  */
.red {
	color: #DA251D;
}
.redBold {
	color: #DA251D;
	font-weight:bold;
}

/* grey  text  */
.grey {
	color: #616466;
}
.greyBold {
	color: #616466;
	font-weight:bold;
}

/* pfad */
a.pfad1, a.pfad1:link, a.pfad1:visited {
	font-size:10px;
	color: #DA251D;
	font-weight:normal;
	text-decoration: none;
}
a.pfad1:hover, a.pfad1:active {
	font-size:10px;
	color: #DA251D;
	font-weight:normal;
	text-decoration: underline;
}

/* fusszeile */
.textFoot, a.textFoot, a.textFoot:link, a.textFoot:visited, a.textFoot:hover, a.textFoot:active {
	font-size:10px;
	color: #616466;
}

/* links Kontext */
a.linkKontext, a.linkKontext:link, a.linkKontext:visited {
	color: #E5E5E5;
	font-weight:normal;
	text-decoration: none;
}
a.linkKontext:hover, a.linkKontext:active {
	color: #DA251D;
	font-weight:normal;
	text-decoration: none;
}


/* navigation */
a.nav, a.nav:link, a.nav:visited	{
	color: #E5E5E5;
	font-weight:bold;
	text-decoration: none;
}
a.nav:hover, a.nav:active	{
	color: #DA251D;
	font-weight:bold;
	text-decoration: none;
}
a.navOver, a.navOver:link, a.navOver:visited, a.navOver:hover, a.navOver:active	{
	color: #DA251D;
	font-weight:bold;
	text-decoration: none;
}
td.navOver, td.navOver:link, td.navOver:visited, td.navOver:hover, td.navOver:active	{
	color: #DA251D;
	font-weight:bold;
	background-color: #232324;
	text-decoration: none;
}

/* sub navigation */
a.subnav, a.subnav:link, a.subnav:visited	{
	color: #E5E5E5;
	text-decoration: none;
}
a.subnav:hover, a.subnav:active	{
	color: #DA251D;
	text-decoration: none;
}
a.subnavOver, a.subnavOver:link, a.subnavOver:visited, a.subnavOver:hover, a.subnavOver:active	{
	color: #DA251D;
	text-decoration: none;
}
td.subnavOver, td.subnavOver:link, td.subnavOver:visited, td.subnavOver:hover, td.subnavOver:active	{
	color: #DA251D;
	background-color: #232324;
	text-decoration: none;
}