.templateRubrik
{
    font-size:24px;
    color:#ffcc00;
    font-weight:bold;
}

.templateInstruktion
{
    font-size:18px;
    color:#ffcc00;
    font-weight:bold;
}

.templateAlternativ
{
    font-size:16px;    
}

.templateDragobjekt
{
    font-size:16px;
    background:#ffcc00;
    color:#000000;
    font-weight:bold;
}

.templateDropobjekt
{
    font-size:16px;
    background:#333333;
    color:#000000;
    font-weight:bold;
}

.templateFeedback{
	background: #ffcc00;
	color: #000000;
}

.templateButton
{
    font-size:13px;
	background:#ffcc00;
    color:#000000;
    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{    
	background: #333333;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(50,50,50)), to(rgb(0,0,0))); 
	background: -moz-linear-gradient(top, rgb(50,50,50),rgb(0,0,0)); 	
	background: linear-gradient(rgb(50,50,50),rgb(0,0,0)); 	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#333333,endColorstr=#000000);
	background-attachment: fixed;
}

#editArea.Learnify
{
    width: 790px;
    margin: 0 auto;
}


#editArea .th1, 
#editArea h1
{
    font-size:24px;
    color:#ffcc00;
    font-weight:bold;
}

#editArea .th2, 
#editArea h2
{
    font-size:18px;
    color:#ffcc00;
    font-weight:bold;
}