.tabbox100 {
	width: 960px;
	margin-bottom:20px;
	overflow: hidden;
}

.tabbox100 .top {
	height: 30px;
}

.tabbox100 ul li {
	display: block;
	float:left;
	border: 1px solid gray;
	width: 120px;
	margin-left:0;
	margin-right: 10px;
}

.tabbox100 ul {
	list-style-type: none;
	padding:3px;
	margin:0;
	
}

.tabbox100 .bottom {
	background: url(../images/boxen/box.960.bg-mitte.png) bottom left repeat-y;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 10px;
	overflow: hidden;
    
}
.tabbox100 .close {
	background: url(../images/boxen/box.960.bg-bottom.png) top left no-repeat;
	height: 10px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0pt 0pt 0pt 15px;
	height: 30px;
	margin-bottom: -1px;
	overflow: hidden;
	z-index: 999;
	position: relative;	
}

.mootabs_title li {
	display: inline;
	float: left;
	background-color: #FFF;
	margin-right: 0px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;	
	margin-left: 0px;
	color: #666666;
	border-bottom: 1px solid #BEBEBE;	
	min-width: 114px;	
}

.mootabs_title li.active {
	background-color: #FFF;
	color: #000000;
	border-bottom: 1px solid #fff;
}

.mootabs_panel {
	position: relative;
	width: 928px;
	clear: both;
	padding:25px 0px 15px 15px;
	min-height: 382px;
}

.col_75 .mootabs_panel {
	width: 685px;
}

.col_50 .mootabs_panel {
	width: 438px;
}

.col_25 .mootabs_panel {
	width: 193px;
}	

.mootabs_panel p {
	padding-right: 20px
}

.mootabs_panel.active {
	display: block;
}

.mootabs_panel.inactive {
	display: none;
}

#myTabs {
	margin-bottom: 20px;
	padding:0pt 0pt 0px 0px;
	position: relative;
}

#myTabs .close {
	background: url(../images/boxen/box.960.bg-bottom.png) top left no-repeat;
	height: 15px;
}

#myTabs .shadowbox{
	width: 960px;
	background:transparent url(../images/boxen/box.960.bg-mitte.png) repeat-y scroll left bottom;
	border-top: 1px solid #BEBEBE;
}

.col_75 #myTabs .close {
	background: url(../images/boxen/box.715.bg-bottom.png) top left no-repeat;
}



.col_75 #myTabs .shadowbox{
	width: 715px;
	background:transparent url(../images/boxen/box.715.bg-mitte.png) repeat-y scroll left bottom;
}

.col_50 #myTabs .close {
	background: url(../images/boxen/box.470.bg-bottom.png) top left no-repeat;
}

.col_50 #myTabs .shadowbox{
	width: 470px;
	background:transparent url(../images/boxen/box.470.bg-mitte.png) repeat-y scroll left bottom;
}

.col_25 #myTabs .close {
	background: url(../images/boxen/box.225.bg-bottom.png) top left no-repeat;
}



.col_25 #myTabs .shadowbox{
	width: 225px;
	background:transparent url(../images/boxen/box.225.bg-mitte.png) repeat-y scroll left bottom;
}

.tab_middle {
	background-image:url(../images/tabs/but.bg.midle.gif);
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0pt;
	text-decoration:none;
	text-align:center;
	font-family: Tahoma;
}

.tab_left {
	background-image:url(../images/tabs/but.bg.left.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	padding-left:12px;	
	text-align:center;
}

.tab_right {
	background-image:url(../images/tabs/but.bg.right.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
	display: block;
	text-align:center;
}

.tab_right span {
	font-family: Tahoma;
}

.active .tab_middle {
	background-image:url(../images/tabs/but.cur.bg.midle.gif);
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	text-align:center;
}

.active .tab_left {
	background-image:url(../images/tabs/but.cur.bg.left.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;	
	display: block;
	text-align:center;
}

.active .tab_right {
	background-image:url(../images/tabs/but.cur.bg.right.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
	display: block;
	text-align:center;
}