/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;
	background:		#586a7c;
	border:			1px solid;
	border-color:	#BBBBBB;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	/*border:			1px solid rgb(120,172,255);*/
	border:         1px solid gray;
	border-bottom:	0;
	z-index:		3;
	padding:		1px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-1px;
	background:		white;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			11px;
	/*color:				#444444;*/
	color: white;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

/*.dynamic-tab-pane-control .tab-row .hover a {
	color:	#a4a4a4;
}*/

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color: #3b3f44;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border-top:		1px solid gray;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	/*padding:		10px;*/
	padding:        10px 0px 0px 0px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	/*background:		rgb(234,242,255);*/
	background:		white;
	/*height:			1.85em;*/
	width:			100%;
}


#kurzbeschreibung, #weiterfuehrende-links, #bestellen {
	border:			1px solid #bbbbbb;	
	padding:		10px;

}

#funktionen-frontend, #funktionen-administration {
	
	border:			1px solid #bbbbbb;
	padding:        10px 0px 0px 0px;

}

#allgemeine-funktionen-tab, #seo-tab, #inhalte-verwalten-tab {
	border-left:	none;
	border-right:	1px solid #bbbbbb;
}

#bestellen-tab a {
font-size: 11px;
color: white;
}

#bestellen-tab.selected a {
font-size: 11px;
color: #3b3f44;
}

#ausblenden_1 {
background: none;
border: none;
}


#weiterfuehrende-links {
	border:			none;	
	padding:		0px;

}