body{
	color: white;
	font-family: sans-serif;
}
.fontface_Sreeramulu{
	font-family: Sreeramulu;
}
.font-size_09em{
	font-size: 0.9em;
}
.font-size_1em{
	font-size: 1em;
}
.font-size_2em{
	font-size: 2em;
}
.font-size_3em{
	font-size: 3em;
}
.font-size_4em{
	font-size: 4em;
}
.font-size_5-25em{
	font-size: 5.25em;
}
.font-size_6em{
	font-size: 6em;
}
.font-size_8em{
	font-size: 8em;
}
.font-size_9em{
	font-size: 9em;
}
.text_blocksatz{
	text-align: justify;
}
.text_fett{
	font-weight: bold;
}
.text_links{
	text-align: left;
}
.text_rechts{
	text-align: right;
}
.text_weiss{
	color: white;
}
.text_zentriert{
	text-align: center;
}

.word_wrap_nicht{
	white-space: nowrap;
}

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

@font-face {
	font-family: 'Sreeramulu';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/PottiSreeramulu.ttf') format('truetype');
	/*src: local('Kalam Light'), local('Kalam-Light'), url('/fonts/Kalam-Light-Latin-ext.woff2') format('woff2');*/
	/*unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
}

