@charset "utf-8";
/************************************************************************************************************************/
/* Allgemeine Textformatierungen */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Absätze */
p
{
	font-size:12px;
	padding:0 0 18px 0;
	color:#333;
}



/************************************************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding:0 0 18px 0;
}

h1
{
	font-size: 24px;
	font-weight:normal;
	color:#b12f37;
	text-transform:uppercase;
	letter-spacing:0.2em;
}

h2
{
	font-size: 1.8em;
	padding: 1em 0em 0.5em 0em;
}

h3
{
	font-size: 1.2em;
	padding: 0em;
	color:#b12f37;
	font-weight:normal;
}

h4
{
	font-size: 1.1em;
	padding: 0em;
	color:#b12f37;
	font-weight:normal;
}

fieldset h3
{
	font-size: 1.2em;
	padding: 0em 0 10px 0;
	color:#b12f37;
	font-weight:normal;
}


/************************************************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: none;
	color:#b12f37;
}

a:hover
{
	text-decoration: underline;
}



/************************************************************************************************************************/
/* 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
{
	font-style: italic;
	color: #666;
}



/************************************************************************************************************************/
/* Icon Links */
a.pdf
{
	padding: 0.15em 0 0 2em;
	background-image: url(/images/file_icons/pdf.gif);
	background-repeat: no-repeat;
}



/************************************************************************************************************************/
/* Code Formatierung */
pre
{
	color: #333;
	background-color: #EEE;
	border: 1px dotted #999;
	padding: 0.5em 0em 0.5em 0em;
	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;
}



/************************************************************************************/
/* Easy Clearing */
/* Stellt sicher dass kein DIV aus dem divLayout hinausläuft */
.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}
