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

/************************************************************************************/
/* Überschriften */

h1
{
	font-size: 18px;
	font-weight:normal;
	margin-top:36px;
	padding-bottom: 24px;
	padding-top:1px;
}

h1:first-child
{
	margin-top:0px;
}

h3
{
	font-size:12px;
	color:#ec3c12;
	padding-bottom:9px;
}



/************************************************************************************/
/* Link */
a:link, a:visited
{
	text-decoration: underline;
	color:#333;
	font-weight:lighter;
}

a:hover
{
	text-decoration: none;
	color:#000;
}





/************************************************************************************/
/* Liste */

#divBoxHeadOben li
{
	padding-left:0;
	list-style-position: outside;
	text-indent: 0px;
	list-style-type: none;
	margin-bottom:0px;
}

#divBoxHeadOben li a
{
	text-decoration:none;
}

#divBoxHeadOben li a:hover
{
	text-decoration:underline;
}




/************************************************************************************/
/* Icon Links */
a.pdf
{
	padding: 0.15em 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;
}

