/* -------            Stylesheet             --------------
----------      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.html);
		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.html);
		background-position: 0px 1px;;
		background-repeat:no-repeat;
		padding-left: 20px;
		font-weight: bold;
		color: #000;
}

a.download {
		border: 1px solid #fff;
		color: #fff;
		background-color: #021b3c;
		margin: 0;
		width: auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding: 3px;
		text-decoration: none;
}

a.download:hover {
		border: 1px solid #021b3c;
		color: #021b3c;
		background-color: #fff;
		text-decoration: none;
}

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 ---------------------------------------------------------- */