/*
* Content Style Sheet for: www.schkola-1-muenchen.de
* Created by Alexander Bezuglov (Snegh) alex.bezuglov(at)googlemail.com
*
* @BUILD:0006_05/07/10
*/

BODY {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#textframe {
	background-color: #FFFFFF;
	width: 602px;
	vertical-align: top;
}

P {
	margin: 12px 20px;
}

IMG {
	border: none;
}

SPAN.emph_b {
	font-weight: bold;
}

SPAN.emph_i {
	font-style: italic;
}

SPAN.emph_bi {
	font-weight: bold;
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.colorful_00 {
	color: #FFFFFF;
}

.colorful_01 {
	color: #8E2323;/*A32828 8E2323 AE2B2B A32828 992626*/
}

.colorful_01b {
	color: #A32828;
}

.colorful_02 {
	color: #000066;
}

.colorful_03 {
	color: #808080;
}

.colorful_04 {
	color: #FADEAC;
}

.colorful_05 {
	color: #FF0000;
}

.colorful_06 {
	color: #660000;
}


.colorful_07 {
	color: #1E5432;
}

.colorful_08 {
	color: #339900;
}

A.goback {
	color: #A0A0A0;/*C0C0C0 A0A0A0 808080*/
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

A.regular:hover {
	text-decoration: underline;
}

.strong0 {
	font-size: 32px;
}

.strong1 {
	font-size: 26px;
}

.strong2 {
	font-size: 22px;
	line-height: 1.6em;
}

.strong3 {
	font-size: 20px;
	line-height: 1.8em;
}

.strong4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

.strong5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}

.strong6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.enum_01 LI {
	padding: 0.5em;
}

.enum_2em {
	line-height: 2.0em;
}

.enum_box {
	line-height: 2.4em;
}

.enum_txt {
	line-height: 1.4em;
}

.enum_bold {
	line-height: 1.4em;
	font-weight: bold;
}

.legible {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 11px;	
}

P.fletter:first-letter {
	font-size: 1.3em;
	font-weight: bold;
}

/* ====================== used in subjects for chess ====================== */
OL.upperroman {
	list-style-type: upper-roman;
	line-height: 1.6em;
}

OL.upperroman LI LI {
	list-style-type: disc;
}

OL.upperroman LI LI.category {
	font-style: italic;
	list-style-type: none;
	margin-left: -15px;
}

/* ======================== Alternqative Link Style =========================== */

a.linkText {
    color : #444444;
    
    }
   
    a.linkText:link {
    color : #444444;
    /* you can define other styles if necessary */
    }
   
    a.linkText:visited {
    color : #444444;
    /* you can define other styles if necessary */
    }
    
     a.linkText:hover {
    color : #444444;
    /* you can define other styles if necessary */
    }