a:focus, a:active {
  outline: none;
}
/* internal Links */
a.simply_intern:link {
    background: url(internal.gif) no-repeat 100% 0;
    padding: 0 20px 0 0px;
}
a.simply_intern:visited {
    background: url(internal.gif) no-repeat 100% -100px;
    padding: 0 20px 0 0px;
}
a.simply_intern:hover, a.simply_intern:active, a.simply_intern:focus {
    background: #f4f4f4 url(internal.gif) no-repeat 100% -200px;
    padding: 0 20px 0 0px;
}
/* external Links */
a.simply_extern:link {
    background: url(external.gif) no-repeat 100% 0;
    padding: 0 20px 0 0px;
}
a.simply_extern:visited {
    background: url(external.gif) no-repeat 100% -100px;
    padding: 0 20px 0 0px;
}
a.simply_extern:hover, a.simply_extern:active, a.simply_extern:focus {
    background: #f4f4f4 url(external.gif) no-repeat 100% -200px;
    padding: 0 20px 0 0px;
}
/* tooltips */
acronym,abbr,span.abbr { border-bottom:1px dotted #333; cursor:help;}

/* glossar */
a.jTip:link {
    background: url(glossar.gif) no-repeat 100% 0;
    padding: 0 20px 0 0px;
	cursor:help;
}
a.jTip:visited {
    background: url(glossar.gif) no-repeat 100% -100px;
    padding: 0 20px 0 0px;
	cursor:help;
}
a.jTip:hover, a.jTip:active, a.jTip:focus {
    background: #f4f4f4 url(glossar.gif) no-repeat 100% -200px;
    padding: 0 20px 0 0px;
	cursor:help;
}
/* jTip */
#JT_arrow_left{
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:111;
	left:-8px;
	height:23px;
	width:8px;
    top:38px;
}

#JT_arrow_right{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:111;
	margin-left:-1px;
	height:23px;
	width:8px;
    top:38px;
}

#JT {
	position: absolute;
	z-index:110;
	border: 1px solid #999;
	background-color: #fff;
}
#JT h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:1.4em;
margin-left:10px;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_butt_left{
float:right;
width:20px;
height:20px;
margin:10px;
cursor:pointer;
background-image:url(close.gif);
background-repeat:no-repeat;
}

#JT_close_butt_right{
width:20px;
height:20px;
margin:10px;
cursor:pointer;
background-image:url(close.gif);
background-repeat:no-repeat;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

