/*
@font-face { 
	font-family:Kino; 
	src:local(Kino MT), 
	url(kino.ttf) 
	format(TrueType); 
	}
*/
body {
	font-family:verdana,arial,sans-serif;
	background-color:#FFDAF0;  
	line-height: 1.4;
	font-size: 100%;
	text-align:center;
}
	
#content {
	text-align:left;
	background-color:#FFDAF0;  
//	background: url(hg.svg);
	border-width: 5px;
	border-style: dotted;
	border-color: #CE3535;
	padding: .5em;
	margin: 0pt auto;
	width: 65%;
	line-height: 1.5;
	-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*
    -webkit-box-shadow: 15px 15px 25px #B4FDB2;
    -moz-box-shadow: 15px 15px 25px #B4FDB2;
    box-shadow: 15px 15px 25px #B4FDB2;
    */
}
	
#textfeld {
	background-color:#FFDAF0;  
//	  padding: 35px ;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


#rot{
	font-weight:700;
	//font-size: 120%;
	color: #CE3535;
}





















