@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0.4em 0 0.6em 0;
}

h1
{
	font-size:1.5em;
	font-weight:lighter;
	color:#02697c;
	text-transform:uppercase;
}

h3
{
	font-size:1.25em;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:5px;
}

.quote
{
	font-size:1.15em;
	font-style:italic;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.5em;
}



/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: underline;
	color:#333;
}

a:hover
{
	text-decoration: underline;
	color:#02697c;
}

a.none
{
	text-decoration:none;
}

a.none:hover
{
	text-decoration:underline;
	color:#333;
}



/************************************************************************************/
/* 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;
	padding-top: 0.1em;
	text-align: left;
	margin-bottom: 5px;
	min-height: 11px;
}

.text-einleitung
{
	font-style: italic;
	color: #666;
}



/************************************************************************************/
/* Liste */
/* Liste für den Shop */
.liste-shop
{
	float: left;
	margin-bottom: 0px;
}

.liste-shop li
{
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px 0px 3em 0px;
	padding: 0px;
}

.liste-shop li img
{
	float: left; 
}

.liste-shop li input
{
	width: 20px;
	margin-top: 3px;
}

.liste-shop li h3
{
	padding-top: 0px;
}

.liste-shop .text-blockelement
{
	width: 360px;
	float: right;
}



/************************************************************************************/
/* Icon Links */
a.pdf
{
	padding: 0.25em 0 0 2em;
	background-image: url(/images/file_icons/pdf.gif);
	background-repeat: no-repeat;
}

a.doc
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/doc.gif);
	background-repeat: no-repeat;
}

a.ppt
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/ppt.gif);
	background-repeat: no-repeat;
}

a.xls
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/xls.gif);
	background-repeat: no-repeat;
}

a.zip
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/zip.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

a.http
{
	background-image: url(/images/icons/extern_blau.gif);
	background-position: right 0;	
	background-repeat: no-repeat;
	padding-right: 1.3em;
	display: inline-block;
}



/************************************************************************************/
/* Hacks */
/* Für Easy Clearing */
.clearfix
{
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}