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

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

h1
{
	font-size: 36px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom:28px;
	color:#222;
	font-weight:normal;
	border-top: #666 dotted 2px;
	border-bottom: #666 dotted 2px;
}

h2
{
	font-size: 18px;
	color:#666;
	font-weight:bold;
	padding-bottom:18px;
}


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


p
{
	font-size: 14px;
	line-height:18px;
	color:#333;
	padding-bottom:36px;
	font-family:"Trebuchet MS", sans-serif;
}

#divFootOben p
{
	color:#666;
	padding-bottom:18px;
}

#divFootUntenRechts p
{
	color:#999;
}

#divFootUntenRechts a
{
	color:#999;
}

#divFootUntenRechts a:hover
{
	color:#333;
}


/************************************************************************************/
/* Link */
a
{
	outline: none;
}


a:link, a:visited, a:active
{
	text-decoration: none;
	color:#666;
	text-decoration:underline;
}

a:hover, a:focus
{
	color:#000;
	text-decoration: underline;
}


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

.liste li
{
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 5px;
	margin-bottom: 3px;
}

.liste li ul li
{
	list-style-position: inside;
	text-indent: 17px;
	list-style-type: none;
}



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

