/*###########################################################################################################*/
/* Generelle Textformatierungen */
/*###########################################################################################################*/

/*************************************************************************************************************/
/* Überschriften */
h1 
{
	color: #444;
	font-weight: bold;
	font-size: 3.2em;
	padding: 15px 0 0.6em 0;
	text-indent: 10px;
}

h2 
{
	font-size: 2em;
	font-weight: bold;
	padding: 0em;
	margin: 0.8em 0em 0.3em 0em;
	color: #444;
	line-height: 1.4em;
}

h3 
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0em;
	margin: 0.5em 0em 0.4em 0em;
}

h4 
{
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
	padding: 0em;
	margin: 1em 0em 0em 0em;
}



/*************************************************************************************************************/
/* Absatz */
p
{
	padding: 0.4em 0 0.8em 0;
}



/*************************************************************************************************************/
/* Link */
a:link, 
a:visited, 
a:active
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #3478b7;
	text-decoration: underline;
}

/* Focus Punktelinie bei Hover und Active deaktivieren */
a:hover,
a:active
{
	outline: none;
}



/*************************************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900 !important;
}

.text-rot
{
	color: #FF0000 !important;
}

.text-blau
{
	color: #0066FF !important;
}

.text-grau
{
	color: #999 !important;
}

.text-nb-rot
{
	color: #aa122b !important;
}

.text-einleitung
{
	color: #999;
	margin: 0em 0em 0.5em 0em;
}

.text-hinweis-klein
{
	font-size: 10px;
	color: #999;
}



/*************************************************************************************************************/
/* Texte Blockelement (Text Float Element) */
.text-blockelement
{
	float: left;
	width: 530px;
	text-align: left;
	min-height: 22px;
	padding: 3px 0px 2px 0px;
	line-height: 20px;
	color: #777;
}

.text-blockelement p
{
	padding-top: 0px;
}



/*************************************************************************************************************/
/* Kontext abhängige Texte */
.text-aktion
{
	color: #e81e00;
}

.text-gutschein
{
	color: #009900;
}

.text-shoptest
{
	color: #0066cc;
}



/*************************************************************************************************************/
/* Texte mit Icons */
.text-ok
{
	display: inline-block;
	background: url(/admin/images/icons/accept.png) no-repeat scroll left 1px;
	color: #009900;
	padding: 0 0 3px 20px;
}

.text-warnung
{
	display: inline-block;
	background: url(/admin/images/icons/remark.png) no-repeat scroll left 2px;
	color: #F63;
	padding: 0 0 3px 20px;
}

.text-fehler
{
	display: inline-block;
	background: url(/admin/images/icons/cancel.png) no-repeat scroll left 2px;
	color: #FF0000;
	padding: 0 0 3px 20px;
}

.text-info
{
	display: inline-block;
	background: url(/admin/images/icons/information.png) no-repeat scroll left 2px;
	color: #06C;
	padding: 0 0 3px 20px;
}

.text-zurueck
{
	display: inline-block;
	background: url(/images/icons/arrow_left.png) no-repeat scroll left 2px;
	padding: 0 0 3px 20px;
}



/*************************************************************************************************************/
/* Hinweis Block */
.hinweis-block
{
	float: left;
	width: 100%;
	margin-bottom: 2em;
	background-color: #FFC;
	border: 1px solid #ccc;
}

.hinweis-block p
{
	padding: 0em;
	margin: 5px 10px 5px 10px;
}




/*************************************************************************************************************/
/* Easy Clearing, automatische Anpassung der Höhe der Eltern Div’s */
.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
