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

/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0 0 0.6em 0;
}

h1
{
	font-size: 16px;
	margin: 25px 25px 36px 25px;
	color:#eee;
	font-weight:bold;
}

h2
{
	font-size: 14px;
	margin: 10px 25px 9px 25px;
	font-weight:bold;
	color:#eee;
}


h3
{
	padding-bottom:5px;
	font-size: 15px;
	color:#777;
	font-weight:bold;
}


p
{
	padding: 0 25px 18px 25px;
	font-size: 12px;
	line-height:18px;
	color:#eee;
}

.zitat
{
	font-size:10px;
}


/************************************************************************************/
/* Link */
a:link, a:visited, a:active
{
	text-decoration: none;
	color:#eee;
	text-decoration:none;
}

a:hover
{
	color:#ddd;
	text-decoration: underline;
}


/************************************************************************************/
/* Liste */
.liste
{
}

.liste li
{
	list-style-position: inside;
	list-style-type: none;
	margin-left:25px;
}



/************************************************************************************/
/* 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;
}

