@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Absatz */
p
{
	padding: 0 0 1em 0;
}



/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0.4em 0 0.4em 0;
}

h1
{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 1.0em;
}

h1:first-letter
{
	text-transform: uppercase;
}


h2
{
	font-size: 1.4em;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2em;
	color: #ee7f01;
	padding-top: 1.0em;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}

h4
{
	font-size: 1.2em;
	color: #fff;
	background-color: #b7b7b7;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

h5
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 1em 0em 0.2em 0em;
}



/************************************************************************************/
/* Link */
a
{
   outline: none;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

.externalLink
{
	background-image:url(../images/icons/link_extern.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}

.internalLink
{
	background-image:url(../images/icons/link_intern.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}

.fileLink
{
	background-image:url(../images/icons/link_download.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}



/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900 !important;
}

.text-rot
{
	color: #FF0000 !important;
}

.text-blau
{
	color: #2e87ba !important;
}

.text-weiss
{
	color: #fff !important;
}

.text-grau
{
	color: #999 !important;
}

.text-schwarz
{
	color: #000 !important;
}

.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: 500px;
	padding-top: 1px;
	text-align: left;
	min-height: 19px;
}

.text-einleitung
{
	color: #06C;
	margin: 0em 0em 0em 0em;
}

.hyphenate
{
	text-align: justify; 	
}



/************************************************************************************/
/* Texte mit Icons */
.text-ok
{
	background: url(/images/icons/accept.png) no-repeat scroll left top;
	color: #009900;
	padding-left: 1.8em;
}

.text-warnung
{
	background: url(/images/icons/remark.png) no-repeat scroll left top;
	color: #F93;
	padding-left: 1.8em;
}

.text-fehler
{
	background: url(/images/icons/cancel.png) no-repeat scroll left top;
	color: #FF0000;
	padding-left: 1.8em;
}

.text-info
{
	background: url(/images/icons/information.png) no-repeat scroll left top;
	color: #06C;
	padding-left: 1.8em;
}

.text-telefon
{
	background: url(/images/icons/phone.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}

.text-email
{
	background: url(/images/icons/mail.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}

.text-home
{
	background: url(/images/icons/home.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}



/************************************************************************************/
/* Hacks */
/* Für Easy Clearing */
.clearfix
{
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}