p{
	font-family: Calibri,Trebuchet MS, Arial;
}

.templateRubrik
{
    font-size:24px;
    color:#0071b2;
    font-weight:bold;
}

.templateInstruktion
{
    font-size:18px;
    color:#222222;
    font-weight:bold;
}

.templateAlternativ
{
    font-size:16px;    
}

.templateDragobjekt
{
    font-size:16px;
    background:#FFFFFF;
    color:#0071B2;
    font-weight:bold;
}

.templateDropobjekt
{
    font-size:16px;
    background:#0071b2;
    color:#0071b2;
    font-weight:bold;
}

.templateFeedback{
	background: #FFFFFF;
	color:#000000;
}

.templateButton
{
    font-size:13px;
	background:#FFFFFF;
    color:#0071B2;
    font-weight:bold;
}

p{
	font-family: Calibri,Trebuchet MS, Arial;
}

/*EndOfFlashRead*/

#editArea,
#editArea.Learnify
{
    font-size: 16px;
    font-family: Calibri,Trebuchet MS, Arial;
}

#templateHTML,
.editContent #editArea{ 
	color:#000000;
	background: #0071b2;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(256,256,256)), to(rgb(0,113,178))); 
	background: -moz-linear-gradient(top, rgb(256,256,256),rgb(0,113,178)); 	
	background: linear-gradient(rgb(256,256,256),rgb(0,113,178)); 	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF,endColorstr=#0071B2);
	background-attachment: fixed;
}

#editArea.Learnify
{
    width: 790px;
    margin: 0 auto;
}


#editArea .th1, 
#editArea h1
{
    font-size:24px;
    color:#0071b2;
    font-weight:bold;
}

#editArea .th2, 
#editArea h2
{
    font-size:18px;
    color:#888888;
    font-weight:bold;
}