/* blikk style sheet definitions
	vom 31.03.03 - rev. 25.04.03 - rev 19.09.03 - rev 29.09.03 - rev 15.10.2003
	CSS Level 2 [N.B.: nicht alle Formate werden z.Z. in allen Browsern angezeigt]
*/

/* body -------------------------------------------------------------------------------------------------------------------------------- */

body{
	background-color: white;
	color: black;
	margin-top: 8px;
	margin-left: 8px;
}

/* Standardschriftformate -------------------------------------------------------------------------------------------------------- */

td, th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em; 
	color : Black;
}

h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em; 
	color : Black;
}

/* Ueberschriften -------------------------------------------------------------------------------------------------------------------- */

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : #CC0000;
	margin-bottom: 0px;
}

h1.ueberschrift_kapitel{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : #CC0000;
}

h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #CC0000;
	font-weight : bold;
}

/* spezielle Schriftformate ------------------------------------------------------------------------------------------------------ */

.format_pfad{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : Black;
}

.format_bildunterschrift{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : Black;
}

.format_randtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : #CC0000;
}

.format_fettrandtext{
	font-family : Arial, Helvetica, sans-serif;
	color : #CC0000;
	font-weight: bold;
}

.format_hervorhebung{
	font-weight : bold;
}

.mmhide_format_copyright{				/* fuer contribute versteckt */
	text-align : center;
}

/* Blocktexte --------------------------------------------------------------------------------------------------------------------- */

.block_definition{
	border-left : thick solid #CC0000;
	padding-left : 4px;
}

.block_zitat{
	border : thin solid #CC0000;
	padding: 4px;
}

.block_merksatz{
	border : medium #CC0000;
	border-style: double;
	padding : 4px;
	background-color : #FFCC66;
}

.block_aufgabenstellung{
	background-color : #FFFF66;
	border : medium double #CC0000;
	padding : 4px;
	font-weight : bold;
}

/* links ------------------------------------------------------------------------------------------------------------------------------- */

.symbol_antwort {
	background-image: url(tipp.gif);
	padding-left: 53px;
	background-repeat: no-repeat;
}

.symbol_frage {
	background-image: url(frage.gif);
	padding-left: 53px;
	background-repeat: no-repeat;
}

.symbol_gruppe {
	background-image: url(gruppe.jpg);
	padding-left: 53px;
	background-repeat: no-repeat;
}

.symbol_welt {
	background-image: url(welt.jpg);
	padding-left: 53px;
	background-repeat: no-repeat;
}

.symbol_schreiben {
	background-image: url(schreiben.jpg);
	padding-left: 53px;
	background-repeat: no-repeat;
}

.symbol_weiteres {
	background-image: url(weiteres.gif);
	padding-left: 100px;
	padding-top: 5px;
	background-repeat: no-repeat;
}

.symbol_paragraph {
	background-image: url(paragraph.gif);
	padding-left: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

/* listenformate -------------------------------------------------------------------------------------------------------------------- */

.list_rot {
	list-style-image:url(bullet_rot.gif);
}

.list_rechteck {
	list-style: square;
}

/* symbolformate -------------------------------------------------------------------------------------------------------------------- */

a:link{
	text-decoration : none;
}

a:visited{
	text-decoration : none;
}

a:hover{
	text-decoration : underline;
}

a:active{
	text-decoration : none;
}

/* Trennlinien --------------------------------------------------------------------------------------------------------------------- */

hr.trennlinie_blau{
	color : Blue;
	height : 3px;
}

hr.trennlinie_lila{
	color : #DE9CF7;
	height : 3px;
}

hr.trennlinie_orange{
	color : #FF9900;
	height : 3px;
}

hr.mmhide_trennlinie_copyright{			/* fuer contribute versteckt */
	color : #FF9900;
	height : 3px;
}

.mmhide_galerieframe {					/* fuer galerie inline-frame */
	height: 400px;
	width: 630px;
	border: none;
}

/* Last Modified 29.09.2003 - ngrhldm24@schule.suedtirol.it --------------------------------------------------- */
