/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0.4em 0 0.6em 0;
}

h1
{
	padding-top: 0.3em;
	font-size: 2.4em;
	font-weight: normal;
	color: #aa122b;
	
}

h2
{
	font-size: 1.6em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #333;
	font-weight: normal;
	clear: both;
}

h3
{
	font-size: 1.2em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	font-weight: normal;
	line-height: normal;
	color: #3274AF;
}

h1 a
{
	font-size: 0.4em;
	color: #aa122b;
	text-decoration: none;	
}

h1 img
{
	margin-right: 0.5em;
	vertical-align: text-bottom;
}

h2 img
{
	margin-right: 0.5em;
	vertical-align: middle;
}

h3 img
{
	vertical-align: middle;
	margin-right: 5px;
}



/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #3478b7;
}

#divContent a[href^="http://"], #divContent a[href^="https://"]
{
	background: url("../images/icons/externer-link.png") no-repeat scroll right center transparent;
	padding: 5px 15px 5px 0;
}



/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900 !important;
}

.text-rot
{
	color: #FF0000 !important;
}

.text-blau
{
	color: #0066FF !important;
}

.text-weiss
{
	color: #fff !important;
}

.text-grau
{
	color: #666 !important;
}

.text-schwarz
{
	color: #000 !important;
}

.text-nb-rot
{
	color: #aa122b !important;
}

.text-nb-blau
{
	color: #3478b7 !important;
}

.text-fett
{
	font-weight: bold;	
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-hilfe
{
	float: left;
	width: 668px;
	min-height: 30px;
	margin: 0px 0px 1em 0px;
	padding: 10px 10px 10px 50px;
	color: #666;
	border: 1px solid #CCC;
	background: url(../images/icons/info_symbol.png) no-repeat scroll 10px 10px;
	background-color: #FFC;
}

.text-blockelement
{
	float: left;
	width: 420px;
	padding-top: 1px;
	text-align: left;
	min-height: 19px;
}

.text-einleitung
{
	color: #AA122B;
	margin: 0em 0em 0.8em 0em;
	font-weight: normal;
}

.text-geburtstag
{
	font-size: 1.6em;
	color: #F69;
}

.text-code
{
	color: #06C;
	font-family: "Lucida Console", Monaco, monospace;
}



/************************************************************************************/
/* Texte mit Icons */
.text-ok
{
	background: url(/images/icons/accept.png) no-repeat scroll left top;
	color: #009900;
	padding: 0 0 3px 1.8em;
}

.text-warnung
{
	background: url(/images/icons/remark.png) no-repeat scroll left top;
	color: #F93;
	padding: 0 0 3px 1.8em;
}

.text-fehler
{
	background: url(/images/icons/cancel.png) no-repeat scroll left top;
	color: #FF0000;
	padding: 0 0 3px 1.8em;
}

.text-info
{
	background: url(/images/icons/information.png) no-repeat scroll left top;
	color: #06C;
	padding: 0 0 3px 1.8em;
}



/************************************************************************************/
/* Links mit Icons */
a.aktion
{
	background: url(/images/shop_icons/aktion.png) no-repeat scroll left top;
	color: #F00 !important;
	padding: 0 0 3px 1.8em;
}

a.gutschein
{
	background: url(/images/shop_icons/gutschein.png) no-repeat scroll left top;
	color: #42a62a !important;
	padding: 0 0 3px 1.8em;
}

a.kategorie
{
	background: url(/images/shop_icons/kategorien.png) no-repeat scroll left top;
	color: #bf2135 !important;
	padding: 0 0 3px 1.8em;
}

a.shop
{
	background: url(/images/shop_icons/shop.png) no-repeat scroll left top;
	color: #42a62a;
	padding: 0 0 3px 1.8em;
}

a.zurueck
{
	background: url(/images/shop_icons/pfeil_links.gif) no-repeat scroll left top;
	color: #bf2135;
	padding: 0 0 3px 1.8em;
}

a.mehr-unten
{
	background: url(/images/icons/bullet_arrow_down.png) no-repeat scroll left top;
	color: #666;
	padding: 0 0 3px 1.5em;
}



/************************************************************************************/
/* Easy Clearing */
.clearfix
{
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}