
/*--- language box ---*/
#languagelabel {
	position:relative;
  color: #a3a8ab;
	text-align:right;
	padding:2px 0;
	pointer:hand;
	width:130px;
	z-index:99;
}

#languagelabel img {
	vertical-align: middle;
}

#tbl-language {
	text-align: left;
	width: 100%;
}

#tbl-language td {
 xpadding-right:2px;
}

#tbl-language td a, #tbl-language td a:hover {
  display:block;
  padding:2px;
  margin:1px;
  color: #fff;
	text-decoration: none;
}

#tbl-language td a:hover {
	background-color: #5e5e5e;
}

#tbl-language td a img {
  margin: 1px;
  margin-right: 3px;
  border: 1px solid #3a3a3a;
 	vertical-align: middle;
}

.lang-box-off {
  position:absolute;
	overflow: hidden;
  top: 23px;
  right: 0px; /*1px;*/
	padding: 0px;
	background-color: #333;
  color: #fff;
	font-size: 12px;
	opacity: 0.9;
	width: 0px;
	height:0px;
  color: #fff;
	border: 1px solid #fff;
}

.lang-box-on {
  position:absolute;
	overflow: hidden;
  top: 23px;
  right: 1px;
	padding: 0px;
	background-color: #333;
	font-size: 12px;
	opacity: 0.9;
	width: 216px;
	height: 281px;
  color: #fff;
	border: 1px solid #222;
}

.flag {
	border: 1px solid #aaa;
}


/*--- Tips ---*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	color: #acdcfc;
	padding: 8px 8px 4px;
	background: url("/img/cms/bubble.png") top left;
}
 
.tool-text {
  color: #fff;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url("/img/cms/bubble.png") bottom right;
}

.shorttip-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
.shorttip-title {
	font-size: 0px;
	margin: 0;
	height: 4px;
	background: url("/img/cms/bubble200.png") top left;
}
.shorttip-text {
  color: #fff;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url("/img/cms/bubble200.png") bottom right;
}


/* @group Accordion */

dl.accordion
{
	width: 170px;
}

/* @group Ebene 1 */

dl.accordion dt
{
	position: relative;
	height: 20px;
	padding: 5px 0 2px 24px;
	margin: 0 10px 0 10px;
	
	background-color: #EEF2FB;
	font-weight: normal;
	color: #444499;
	
	border-top: 1px solid #DAE3F6;
	cursor: pointer;
}

dl.accordion dt a {
	color: #444499;
	display:block;
}

.icon-mail {
	background-image:url('/img/icon/theme_def/mail.gif');
	background-position:4px 6px;
	background-repeat:no-repeat;
}
.icon-user {
	background-image:url('/img/icon/theme_def/user_head.gif');
	background-position:4px 6px;
	background-repeat:no-repeat;
}
.icon-clanky {
	background-image:url('/img/icon/theme_def/edit.gif');
	background-position:4px 6px;
	background-repeat:no-repeat;
}
	
dl.accordion dd
{
	position: relative;
	overflow: hidden;
	margin-left:15px;
}

/* @group Inhalt */

dl.accordion dd.sub_accordion
{
	
}

dl.accordion dd.accordion_content
{
	padding: 0 10px 0 5px;
}

dl.accordion dd.accordion_content p
{
	padding: 5px 0 7px 0;
}

/* @end */

/* @end */

/* @group Ebene 2 */

dl.accordion dd dl dt
{
	padding-left: 10px;
	background-color: #217492;
	background-position: 20px 0;
}

dl.accordion dd dl dd.accordion_content
{
	padding-left: 10px;
}

/* @end */

/* @group Ebene 3 */

dl.accordion dd dl dd dl dt
{
	padding-left: 65px;
	background-color: #509bba;
	background-position: 40px 0;
}

dl.accordion dd dl dd dl dd.accordion_content
{
	padding-left: 65px;
}

/* @end */

/* @group Ebene 4 */

dl.accordion dd dl dd dl dd dl dt
{
	padding-left: 85px;
	background-color: #7bc3e4;
	background-position: 60px 0;
}

dl.accordion dd dl dd dl dd dl dd.accordion_content
{
	padding-left: 85px;
}

/* @end */

/* @end */