#dhtmlgoodies_tooltip{
		background-color:#ef7f01;
		border:0px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:3px;
		font-size:10px;
		-moz-border-radius:2px;	/* Rounded edges in Firefox */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		opacity:0.8;
		filter:alpha(opacity=80);
		-khtml-opacity: 0.8;
		-moz-opacity: 0.8;
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#000000;
		display:none;
		z-index:10000;
		opacity:0.1;
		filter:alpha(opacity=10);
		-khtml-opacity: 0.1;
		-moz-opacity: 0.1;
		-moz-border-radius:2px;	/* Rounded edges in Firefox */
	}/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;;
font: bold 12px Verdana;
float:none;

height:45px;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs div{
display: inline;
margin: 0;
}

.shadetabs div a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 4px;
margin-right: 1px;
float:left;
border-bottom-style:outset;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;

/*background: white url('../bilder/tab_left_inactive.gif') top left ;
background-repeat:no-repeat;*/
}

.shadetabs div a:visited{
color: #2d2b2b;
}

.shadetabs div a:hover{

}

.shadetabs div a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs div a.selected{ /*selected main tab style */
border-bottom-style:outset;
border-bottom-color:#dda438;
border-bottom-style:solid;
border-bottom-width:2px;

}

.shadetabs div a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
	div#fensterdivcontainer{
	border-style:solid;
	border-width:1px;
	border-color: #EEEEEE;
	width:630px; 
	margin-bottom: 0px; 
	padding: 5px;
	}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

	div#links{
	margin-right:5px;
	margin-top:50px;
	float:right;
	width:110px;
	height:200px;
	}