body,
textarea,
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#popup-header {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 520px;
	height: 75px;
	background-repeat: no-repeat;
}

#toolbar {
	z-index: 1000;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 520px;
	height: 40px;
	background-color:#FFFFFF;
}

#popup2 {	
	width:500px;
}

#popup-content {
	height:560px;
	position:absolute;
	overflow: auto;
	margin:0px;
	width:530px;
}

.close-link {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 3px 10px 3px 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.print-link {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 3px 10px 3px 10px;
	color: #000000;
	background-color: #FFFFFF;
}

/* --------------------------------------------------------------- */
/* --- pfad ------------------------------------------------------ */
/* --------------------------------------------------------------- */


#pfad  {
	margin:7px 0px 0px 0px;
	color:#727475;
	font-size:10px;
}

#pfad a {
	color: #727475;
	text-decoration: none;
}

a:active {
}

#pfad a:hover {
	text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- title --------------------------------------------------- */
/* --------------------------------------------------------------- */

#title {
	margin:35px 0px 0px 0px;
	}

#title h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#eb6815;
}


/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

span.link-decoration:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a.image span.link-decoration {
	text-decoration: none;
	border: none;
}

a.image {
	text-decoration: none;
	border: none;
}

a.internal-link {
	text-decoration: none;
}

a.external-link {
	padding-right: 11px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
/* --------------------------------------------------------------- */
/* --- Allgemeines ----------------------------------------------- */
/* --------------------------------------------------------------- */

p,
li {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
