@charset "utf-8";
/************************************************************************************************************************/
/* Allgemeine Textformatierungen */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Absätze */
p
{
	font-size:12px;
	padding:0 0 18px 0;
	color:#281e15;
}



/************************************************************************************************************************/
/* Überschriften */

h1
{
	padding:0 0 12px 0;
	font-size: 20px;
	font-weight:bold;
	color:#281e15;
}



/************************************************************************************************************************/
/* Link */
/*a:link, a:visited, a:active
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration: none;
}

p a:link,
p a:visited,
li a:link,
li a:visited
{
	color:#163e74;
}
#divContentBox p a:link,
#divContentBoxp a:visited,
#divContentBox li a:link, #divContentBox ul li a,
#divContentBox li a:visited
{
	color:#163e74;
	border-bottom:1px solid #163e74;
}*/

/* Link */
a:link, a:visited, a:active
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration: none;
}

p a:link,
p a:visited,
li a:link,
li a:visited
{
	color:#163e74;
	border-bottom:1px solid #163e74;
}


/************************************************************************************************************************/
/* 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;
}

.design {
font-family: Arial, Helvetica, sans-serif;
font-size : 10px; color: #d6d5c2; }
a.design {color: #d6d5c2; text-decoration :none; background-color: transparent;}
a.design:hover {color: #9d8e65; background-color: transparent; text-decoration: none;}

/************************************************************************************/
/* 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;
}

.scrollableArea img {
	float: left;
	margin-right: 8px;
}
