@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschriften */
h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0em 0em 1em 0em;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin: 0 0 1em 0;
}

h4
{
	float: left;
	width: 100%;
	font-size: 1.1em;
	background-color:#009ee0;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 1px 0px;
	text-indent: 5px;
}



/************************************************************************************/
/* Link */
a 
{
	text-decoration: underline;	
	outline: none;
}

a:hover
{
	color: #000;
	outline: none;
}



/************************************************************************************/
/* Liste */
.liste
{
	padding: 0 0 12px 0;
}

.liste li
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

.liste li ul li
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 25px;
}

.olNumeric
{
	padding: 0 0 12px 0;
}

.olNumeric li
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 30px;
}

.olRoman
{
	padding: 0 0 12px 0;
}

.olRoman li
{
	list-style-type: lower-roman;
	list-style-position: outside;
	margin: 0 0 0 30px;
}

/* Liste für den Shop */
.liste-shop
{
	float: left;
	margin-bottom: 30px;	
}

.liste-shop li
{
	float: left; 
	width: 100%;
}

.liste-shop li img
{
	float: left; 
	width: 120px;
	margin-right: 10px;
}

.liste-shop li input
{
	width: 30px;
	margin-top: 3px;
}







/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #FF0000;
}

.text-blau
{
	color: #0066FF;
}

.text-grau
{
	color: #999;
}

.text-fett
{
	font-weight: bold;
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-blockelement
{
	float: left;
	width: 520px;
	padding-top: 0.1em;
	text-align: left;
	margin-bottom: 5px;
	min-height: 11px;
}

.text-einleitung
{
	font-style: italic;
	color: #666;
}

.text-info
{
	float: left;
	background-image: url(/images/icons/information.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 20px;
	color: #06C;
}


/************************************************************************************/
/* Icon Links */
.pdf
{
	background-image: url(/images/file_icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

.excel 
{
	background-image: url(/images/file_icons/xls.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

.extern 
{
	background-image: url(/images/icons/img_extern.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;	
}