/* -------       Hauptstylesheet M6C         --------------
----------      Autor: Robert Schröder       --------------
----------     Formatierung für den RTE      ------------*/

/* - BEGIN ----------------------------------------------- Formatierung Textelemente ------------------------------------------------------ */

span.roteSchrift {
		color: #FF0000;
}

span.sehrGross {
		font-size: 14px;
}

span.gross {
		font-size: 12px;
}

span.klein {
		font-size: 9px;
}

span.sehrKlein {
		font-size: 8px;
}

/* - END ------------------------------------------------- Formatierung Textelemente ------------------------------------------------------ */


/* - BEGIN ----------------------------------------------- Formatierung A-Tag ------------------------------------------------------------- */

a.intern {
		background-image:url(../images/pfeil_link.gif);
		background-position: 0px 1px;;
		background-repeat:no-repeat;
		padding-left: 20px;
		font-weight: bold;
		color: #798f9d;
}

a.intern:hover {
		background-image:url(../images/pfeil_link_act.gif);
		background-position: 0px 1px;;
		background-repeat:no-repeat;
		padding-left: 20px;
		font-weight: bold;
		color: #000;
}

a.download {
		background-color: #798f9d;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #fff;
		width: 60px;
		height: 20px;
		padding: 1px 5px 0px 5px;
		border: 1px solid #798f9d;
}

a.download:hover {
		background-color: #fff;
		color: #798f9d;
		font-size: 9px;
		width: 60px;
		height: 20px;
		padding: 2px 5px 1px 5px;
		border: 1px solid #798f9d;
}

a.extern {
		color: #FFFF00;
}

/* - END ------------------------------------------------- Formatierung A-Tag ------------------------------------------------------------- */


/* - BEGIN ----------------------------------------------- Formatierung Tabelle ----------------------------------------------------------- */

/* - END ------------------------------------------------- Formatierung Tabelle ----------------------------------------------------------- */


/* - BEGIN ----------------------------------------------- Formatierung Listen ------------------------------------------------------------ */

/* - END ------------------------------------------------- Formatierung Listen ------------------------------------------------------------ */


/* - BEGIN ----------------------------------------------- Formatierung Absaetze ---------------------------------------------------------- */

p.grosseSchrift {
		font-size:12px;
}

p.kleineSchrift {
		font-size:9px;
}
/* - END ------------------------------------------------- Formatierung Absaetze ---------------------------------------------------------- */


/* - BEGIN ----------------------------------------------- Formatierung Headline ---------------------------------------------------------- */

/* - END ------------------------------------------------- Formatierung Headline ---------------------------------------------------------- */
