@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0.4em 0 0.6em 0;
}

h1
{
	font-size: 1.2em;
	color:#006AB0;
	text-transform:uppercase;
	padding-bottom: 1em;
	padding-top: 0.1em;
	padding-left:0.3em;
}

h2
{
	font-size: 1.1em;
	color:#fff;
	background-color:#006AB0;
	height:16px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	margin-right:-4px;
}

h3
{
	font-size: 0.9em;
	color:#006AB0;
	margin: 10px 0 0 0.5em;
	padding:0;
}

h4
{
	font-size: 0.8em;
	color:#000;
	font-weight:normal;
	margin: 0 0 0 0;
	padding:0;
}


/************************************************************************************/
/* Lauftext */

p
{
	padding: 0.2em 0 1em 0.5em;
	line-height:1.45em;
	color:#006AB0;
	font-size:0.95em;
}

#divLinkeBox p
{
	padding: 0.2em 0.5em 0.2em 0.2em;
	text-align:center;
}

#divLinkeBox p a
{
	text-align:center;
	color:#006AB0;
	text-decoration:none;
}

/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: none;
	color:#DF0F0F;
}

a:hover
{
	text-decoration: underline;
}

#divQuicklinks a
{
	color:#333;
}



/************************************************************************************/
/* 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
{
	font-style: italic;
	color: #666;
}

.middlenewsflash a
{
	color:#006AB0;
}


/************************************************************************************/
/* 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;
}

