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

/************************************************************************************/
/* Überschriften */
h1
{
	font-size: 3em;
	padding: 0em 0em 0.5em 0em;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.5em 0em 0.5em 0em;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0em 0.5em 0em;
	color: #09C;
}

h2 img, h3 img
{
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}




/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: none;
	color:#06C;
}

a:hover
{
	text-decoration: underline;
}



/************************************************************************************/
/* Liste */
.liste
{
}

.liste li
{
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 5px;
	margin-bottom: 3px;
}

.liste li ul li
{
	list-style-position: inside;
	text-indent: 17px;
	list-style-type: none;
}



/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900;
}

.text-rot
{
	color: #FF0000;
}

.text-blau
{
	color: #0066FF;
}

.text-grau
{
	color: #999;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-blockelement
{
	float: left;
	padding-top: 0.1em;
	text-align: left;
	margin-bottom: 0.5em;
	min-height: 1.6em;
}

.text-einleitung
{
	color: #999;
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}

.text-info
{
	color: #666;
}



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

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

a.http
{
	background-image: url(../images/icons/extern_blau.html);
	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;
}



/************************************************************************************/
/* Code Formatierung */
pre
{
	color: #333;
	background-color: #EEE;
	border: 1px dotted #999;
	padding: 1em;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.asp
{
	color: #F63;
}

.css
{
	color: #093;
}

.javascript
{
	color: #930;
}

.html
{
	color: #03C;
}