	/* 
   This stylesheet is for the knowledge base divs. If you have the knowledge base disabled,
   you don`t need to edit this file.
   Our thanks to dhtml Goodies for providing the necessary free open source code:
   www.dhtmlgoodies.com
*/

.dhtmlgoodies_question {
  	color: #000000;
	font-weight:bold;
	font-size: 11px;
	background-color: inherit;
	background-image:url(../images/packet_ueberschrift_bg.jpg);
	background-repeat:repeat-x;
	width: 99%;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	height: 15px;
  overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_answer {
  border: 1px solid #164677;
	background-color: #F0F6FF;
	width: 99%;
  	visibility: hidden;
	text-decoration:none;
	padding-bottom:3px;
	height: 0px;
	overflow: hidden;
	position: relative;
	padding: 3px 0px 3px 2px;
}
.kbase_link {
	text-decoration:none;
	padding-bottom:5px;
	}
.kbase_link:hover {
	text-decoration:underline;
	padding-bottom:5px;
	}
	
.dhtmlgoodies_answer_content {
  padding: 1px;
	font-size: 11px;
	position: relative;
}


#GB_overlay {
	background-color: #64798E;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
}
#GB_window {
	left: 0;
	top: 0;
	font-size: 1px;
	position: absolute;
	overflow: visible;
	z-index: 150;
}
#GB_window .content {
	width: auto;
	margin: 0;
	padding: 0;
}
#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
}
.GB_header {
	top: 10px;
	left: 0;
	margin: 0;
	z-index: 500;
	position: absolute;
	border-bottom: 2px solid #164677;
	border-top: 2px solid #164677;
}
.GB_header .inner {
	background-color: #164677;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 20px 2px 20px;
}
.GB_header table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
.GB_header .caption {
	text-align: left;
	white-space: nowrap;
	font-size: 20px;
}
.GB_header .close {
	text-align: right;
}
.GB_header .close img {
	z-index: 500;
	cursor: pointer;
}
.GB_header .middle {
	white-space: nowrap;
	text-align: center;
}
#GB_middle {
	color: #FFFFFF;
}
#GB_middle img {
	cursor: pointer;
	vertical-align: middle;
}
#GB_middle .disabled {
	cursor: default;
}
#GB_middle .left {
	padding-right: 10px;
}
#GB_middle .right {
	padding-left: 10px;
}
.GB_Window .content {
	background-color: #FFFFFF;
	border: 3px solid #164677;
	border-top: none;
}
.GB_Window .header {
	border-bottom: 1px solid #164677;
	border-top: 1px solid #164677;
	border-left: 3px solid #164677;
	border-right: 3px solid #164677;
	margin: 0;
	height: 22px;
	font-size: 12px;
	padding: 3px 0;
	color: #FFFFFF;
}
.GB_Window .caption {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
	color: #FFFFFF;
}
.GB_Window .close {
	text-align: right;
	color: #FFFFFF;
}
.GB_Window .close span {
	font-size: 12px;
	cursor: pointer;
}
.GB_Window .close img {
	cursor: pointer;
	padding: 0 3px 0 0;
}
.GB_Window .on {
	border-bottom: 1px solid #FFFFFF;
}
.GB_Window .click {
	border-bottom: 1px solid #FFFFFF;
}

