@charset "UTF-8";
@import url("../webfonts/simple/stylesheet.css");
/* CSS Document */

/* -----------------------------------------------------------------------------
   Basic page layout
   ----------------------------------------------------------------------------- */
html {
	border: 0;
}

a {
	text-decoration: none;	
	color: black;
}

body{
	background-color: rgba(221,221,221,1.00);
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

span {
	background-color: rgba(236,255,0,1.00)
}

.menu {
	position: relative;
	float: left;
	display: inline;
	font-size: 22px !important;
	margin-bottom: 50px;
}

.text{
	display: inline;
	float: left;
	margin-right: 30px;
	color: #00000;
	font-family: simple;
	font-size: 16px;
	letter-spacing: 3px;
	background-color: #FFFFFF;
}

.anleitung {
	margin-top: 30px;
}

#generator {
	margin-top: 30px;
	position: relative;
	float: left;
	clear: left;
}

.auswahltext {
	margin-bottom: 10px;
	float: left;
	clear: left;
}

#taagCharWidth {
	float: right;
	clear: right;
}

#fontList {
	float: right;
}

.textfeld {
	margin-top: 33px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

.corehr{
	margin-top: 80px !important;
}

.float {
	display: inline;
	float: left;
	clear: left;
	margin-top: 30px;
	margin-right: 0px !important;
}

#taag_output_text {
	position: relative;
	display: block;
	display: inline;
	float: left;
	clear: left;
	background-color: #FFFFFF !important;
	font-size: 10pt !important;
	margin-top: 30px !important;
	margin-bottom: 0px !important;
}

.aol {
	font-size: 10pt;
	font-family: monospace;
	-moz-white-space: pre;
	-webkit-white-space: pre;
	white-space: pre;
	display: block;
	color: #000;
}

.fig {
	font-size: 10pt;
	font-family: Monospace;/* */
	-moz-white-space: pre;
	-webkit-white-space: pre;
	white-space: pre;
	color: #000;
}

.fig-ansi {
	font-size: 10pt;
	font-family: "Courier New", Monospace;/* */
	-moz-white-space: pre;
	-webkit-white-space: pre;
	white-space: pre;
	color: #000;
	background-color: #FFFFFF;
}
.unsichtbar {
	display: none;
	float: left;
}
