/*Lexikon*/
#BoxKnowTopics{
	display:block;
	position:relative;
	width:235px;
	top:-10px;
	left:-25px; 
	height:350px; 
	margin-left:18px;
	float:left; 
	background-image:url(../images/framework/brd_content.gif);
	background-position:right;
	background-repeat:repeat-y;
	overflow:auto;
}
#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 ul{
	margin:0px;
	padding:0px;
}
#LexikonIndex li{
	float:left;
	list-style-type:none;
	font-variant:small-caps;
	font-size:12px;
	font-weight:bold;
	background-color:#ccc;
	margin:1px;
	text-align:center;
}
#LexikonIndex li a{
	padding:5px 0 5px 0;
	width:20px;
	display:block;
	text-decoration:none;
}
#LexikonIndex li a:hover{
	background-image:url(../images/themes/05/h1_01.jpg);
	background-position:center;
	color:#FFF;
	padding:5px 0 5px 0;
	width:20px;
}
li.active{
	background-image:url(../images/themes/05/h1_01.jpg);
	background-position:center;
	color:#FFFFFF;
}
.active{
	font-weight:bold;
}

.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;
}
