@charset "utf-8";
/* CSS Document */


.Inhaltsverzeichnis {
 	    padding-left:2px;
	    width:16%; float:left;
	    border-left-style:solid; border-color:#AAAAAA; border-left-width:1px;
    }
	
			
.content_SubLink {
	display:block; width:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:20px;
	white-space:nowrap;
	text-decoration:none;
	padding-left:3px;
	cursor:pointer;
	color:#0000FF;
	}
			
.content_SubLink:hover {
	display:block; width:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:20px;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
	background:url(../graphic/menu_text.png);
}


.Content_inhalt {
    height:450px; width:666px;
	margin-left:-5px; float:left;
    border:none;
    text-align:left; padding-left:5px; padding-top:10px;
    line-height:20px;
	overflow:auto;
    border-top-style:dotted; border-top-color:#AAAAAA; border-top-width:1px;
    border-left-style:dotted; border-left-color:#AAAAAA; border-left-width:1px;
    border-bottom-style:dotted; border-bottom-color:#AAAAAA; border-bottom-width:1px;
    background-color:#EEEEEE;
	margin-bottom:40px;
}


.text_hover {
	display:none;
}

.content_SubLink:hover .text_hover {
	font-family:calibri, "Franklin Gothic Medium", "Lucida Sans Unicode",verdana; font-size:14px; line-height:20px;
	color:#000000;
	float:left; display:block;
	position:relative; left:100px; margin-top:-50px;
	border-style:solid;border-color:#000000;border-width:1px;
	padding:10px;
	background:url(../graphic/textbox.png); opacity:.85;
	display:block;
}
