/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px none #333333;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 14px;
	display: none;
	/*/*/display: block;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	border-top-color: #FFFFFF;
}
#p7TMctrl a:link {
}
#p7TMctrl a:visited {
	color: #000000;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.35;
	left: 5px;
	font-weight: bolder;
	text-indent: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #C0C0C0;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	text-decoration: none; /* */
	padding-top: 2px;
	padding-right: 2;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 15px;
	background-color: #c0c0c0;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
}
#p7TMnav div a:visited {
	color: #FFFFFF;
	background-color: #c0c0c0;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 15px;
	background-color: #c0c0c0;
	color: #000066;
	text-indent: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 14px;
	text-indent: 30px;
	color: #000099;
	background-color: #c0c0c0;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 20px;
}
.p7currentmark {
	font-weight: bolder;
	color: #000000!important;
	background-color: #c0c0c0!important;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 20px;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #333333;
}
.Arbeitsblatt {
	border: 1px solid #333333;
	margin: 1px;
	height: auto;
	width: auto;
}

