/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 13px Arial;
width: 600px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/*width: 600px;*/

}

.indentmenu ul li{
	display:inline-table;
	position:relative;
	top:0px;
	left:0px;
	width:198px;
	float:left;
	height:20px;
}

.indentmenu ul li a{
color: white; /*text color*/
text-decoration: none;
cursor: pointer; 
cursor: hand;
}
* html .indentmenu ul li a {  /* nur fuer Internet Explorer */
  color:#009036;     /* Version 5.x */
  c\olor:#009036;    /* Version 6 */ 
}
.indentmenu ul li a:visited{
color: white;
}
* html .indentmenu ul li a:visited{  /* nur fuer Internet Explorer */
  color:#009036;     /* Version 5.x */
  c\olor:#009036;    /* Version 6 */ 
}
.indentmenu ul li a.selected{
	color:#009036;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
}
.indentmenu ul li a.selected .indentmenu_link{
	position:absolute;
	top:0px;
	width:193px;
	height:20px;
	background-color:#FFF;
	z-index:98;
	border-left:1px solid #009036;
	border-right:1px solid #009036;
	border-top:1px solid #009036;
	border-bottom:0px solid white;
	padding-top:2px;
}

.indentmenu_link{
	position:absolute;
	top:0px;
	width:193px;
	height:20px;
	z-index:98;
	background-color:#999;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #666;
	border-bottom:1px solid #009036;
	padding-top:2px;
	padding-left:5px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	border: 1px none gray;
}

.tabcontent{
display:none;
}
#overlay1{
	position:absolute;
	top:0px;
	left:0px;
	width:590px;
	height:340px;
	background-color:#FFF;
	color:#4D4D4D;
	z-index:99;
	padding-left:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
#overlay1 a{
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}

@media print {
.tabcontent {
display:block !important;
}
}
