/*******************************************
* $Author: skuegler $
* $RCSfile: style.help.css,v $
* $Date: 2010-11-23 10:11:04 +0100 (Di, 23. Nov 2010) $
* $Revision: 114 $
*******************************************/

/* Hilfe */
#HelpPosNav a {
	font-size:8pt; 
	color:#000000; 
	text-decoration:underline;
}

#HelpPosNav a:hover {
	font-size:8pt; 
	color:#E60004; 
	text-decoration:underline;
}

#help {
	clear: both;
	margin-top: 1em;
	font-family:Arial,sans-serif; 
	font-size:10pt; 
	color:#000000;
}

#help ul {
	margin: 2px 10px 0 0;
	padding: 0;
	list-style:none;
}

#Help fieldset {
	padding: 10px;
}

#HelpLinkList ul {
	margin: 0;
	padding: 0;
}

#HelpList h2 {
	margin: 12px 0 3px 0;
	padding: 0;
}

#help li {
	padding: 0 0 3px 0;
	margin: 0;
}

#help h1,h2 {
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#HelpDetail h3 {
	font-size: 10pt;
	font-weight:bold;
}

#HelpLinkList a {
	font-size:10pt; 
	color:#004F82; 
	text-decoration:none;
}

#HelpLinkList a:hover {
	font-size:10pt; 
	color:#E60004; 
	text-decoration:none;
}

#HelpDetail a {
	font-size:10pt; 
	color:#004F82; 
	border-bottom: dotted 1px #004F82;
	padding: 0 0 0 14px;
	background-image: url(https://www.aponeo.de/images/link_icon_passiv.gif);
	background-repeat:no-repeat;
}

#HelpDetail a:hover {
	color:#E60004; 
	border-bottom: dotted 1px #E60004;
	/*padding: 0 0 0 14px;*/
}

#HelpDetail {
	/*text-align: justify;*/
	padding: 0 0 10px 0;
}

