/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Text- und Bilderformatierungen     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Überschrifen/Titel */
/*h1
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
*/
h2
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0em;	
	margin: 0em 0 1em 0;}


/************************************************************************************/
/* Bilder */

.image-icon
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}



/************************************************************************************/
/* Links */
a img {border:0px;}
a:link, a:visited
{
	color: #000;
	text-decoration: none;
}
a.active {
	text-decoration: none;
	font-weight:bold;}

a:hover
{
	text-decoration: none;
	
}

a.pdf
{
	background-image:url(/images/file_icons/pdf2.gif);
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	border:0px;
}
