/* blikk-adults style sheet definitions
	vom 10.06.2004, vom 04.05.2008
	CSS Level 2 [N.B.: nicht alle Formate werden z.Z. in allen Browsern angezeigt
*/

/* Standardschriftformate -------------------------------------------------------------------------------------------------------- */

td, th, body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt; 
	color : Black;
}

td p {
	margin-top:0px;
	margin-bottom:1em;
}

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;
}

.ueberschrift_kapitel{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : #CC0000;
	margin-top:3px;
}

h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #CC0000;
	font-weight : bold;
}

.ohneleerzeichen {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* spezielle Schriftformate ------------------------------------------------------------------------------------------------------ */

.format_autor {
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

.format_pfad{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	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 */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: Black;
}

.mmhide_format_lastchange {
	font-weight: bold;
}

/* 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;
	padding-bottom:5px;
	background-repeat: no-repeat;
}

.symbol_paragraph {
	background-image: url(../paragraph.gif);
	padding-left: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.symbol_loader {
	width:200px;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../loader.gif);
}

/* 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;
}

a.event_popup { }

/* 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;
}

.mmhide_docstyle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em; 
	color : Black;
	background-color:White;
}

/* MOD-Formate */

.MOD_entry { border-bottom:1px dotted blue; cursor:pointer;}
