/*Lexikon*/
#BoxKnowContent{
	width:620px;
	margin-left:10px; 
	float:left;
}
#BoxKnowImage{
	width:250px; 
	height:250px;
	float:right; 
	margin:0 0 0 0px; 
	background-image:url(../images/bg_knowimg.jpg); 
	background-repeat:no-repeat;
}
.ptable{
	display:table;
	padding-bottom:10px;
	clear:both;
	width:100%;
}
#TabList {
	background-color:#CCC;
}
#TabList tr{
	background-color:#FFFFFF;
}
#TabList th{
	background-color:#333;
	color:#FFF;
	font-size:10px;
}
#TabList th a{
	color:#FFF;
	text-decoration:none;
}
#TabList th a:hover{
	color:#FFF;
	text-decoration:underline;
}
#LexikonIndex{
	margin:0px;
	margin-top:2px;
	position:relative;
	padding:0 0 0 10px;
	float:left;
	width:185px;
}
#LexikonIndex .Button {
	 clear:none;
	 margin-right:5px;
	 width:20px;
	}
#LexikonIndex .Button.active b b {font-weight:bold; color:#0064AE;}
#LexikonIndex .Button.active {background:#fff !important;}
#LexikonIndex .Button b b {
	background:transparent;
	padding-left:7px;
}


li.active{
	background-image:url(../images/themes/05/h1_01.jpg);
	background-position:center;
	color:#FFFFFF;
}
.active{
	font-weight:bold;
}

#BoxKnowTopics {
  display:block;
  position:relative;
  margin:10px 0px 10px 0px;
}
#BoxKnowTopics hr {
  margin:4px 0;
}
	#BoxKnowTopics a {
		text-decoration:none;
		color:#0064AD;
	}


.BoxImgPositionLeft{
	display:block;
	position:relative;
	padding:5px;
	margin-right:5px;
	float:left;
	left:0px;
}




.BoxImgPositionRight{
	display:block;
	position:relative;
	padding-left:5px;
	float:right;
	right:0px;
 }
.BoxImgBorder {
	padding:5px;
	border:1px solid #999999;
}
.BoxBigImage{
	display:table-cell;
	position:relative;
	width:250px;
	height:252px;
	line-height:252px;
	font-size:220px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	border:1px solid #999999;
	background:#EFEFEF url(../../images/site/loading.gif) no-repeat;
	background-position:center;
}
.BoxSmallImages{
	display:block;
	position:relative;
	margin-top:8px;
}
.BoxSmallImages img{border: 1px solid #999999; margin-right:5px;} .BoxBigImage a{ font-size:9px;} .BoxImageSlider {
	display: block;
	overflow: hidden;
	position: relative;
	zIndex: 1;
	margin-top: 8px;
	width: 220px;
	float:left;
	border:1px solid black;
	cursor: pointer;
}
.BoxImageSliderArrowLeft {
	display: block;
	position: relative;
	width: 15px;
	height: 35px;
	margin-top:8px;
	float:left;
	background-image:url(../../images/default/imgsliderarrow.gif);
	background-repeat:no-repeat;
	background-position:0px -40px;
}
.BoxImageSliderArrowLeft:hover {
	background-position:0px 0px;
}
.BoxImageSliderArrowRight {
	display: block;
	position: relative;
	width: 15px;
	height: 35px;
	margin-top:8px;
	float:left;
	background-image:url(../../images/default/imgsliderarrow.gif);
	background-repeat:no-repeat;
	background-position:0px -120px;
}
.BoxImageSliderArrowRight:hover {
	background-position:0px -80px;
}
