/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Text (ah ja darum .image !!!****- und Bilderformatierungen     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Bilder */
.image-icon
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.image-loader
{
	display: block;
	height: 16px;
	width: 16px;
	margin-top: 40%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.image-flagge
{
	height: 11px;
	width: 16px;
	padding: 0px;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.image-link
{
	cursor: pointer;
}
.image-rahmen
{
	border: 1px solid #666666;
}







/************************************************************************************/
/* Text */
.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #e10019;
}

.text-blau
{
	color: #0066FF;
}


.text-fett
{
	font-weight: bold;
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-blockelement
{
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: left;
	min-height: 15px;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.text-titelleiste 
{
	text-indent: 5px;
	float: left;
	height: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #A4DBFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
}

.text-intro
{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	color: #999999;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
}

.text-frage
{
	margin-right: 5px;
	margin-left: 1px;
	margin-bottom: 0px;
	float: left;
	width: 95%;
	color: #666666;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	text-indent: 5px;
}

.text-info
{
	font-size: 14px;
	color: #006699;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.text-willkommen
{
	text-align: center;	
}
