.textbox {
	margin: 0 10px 100px 0;
	padding:0;
	color: #222222;
	width:800px;
	line-height:1.3rem;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	text-align: left;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
@media (max-width:924px){	
	.textbox {padding:0 0 0 0;}
}

/*---------------------------------------------------------------------------------------*/
.block {
    background-color: #f0f0f0;
	margin-bottom: 10px;
}
div.block  {
    padding: 20px;
}

.explo {
	position: relative;
	top:0;
	right: 0;
	float:right;
	min-width:150px;
	padding:4px;
	background-color:#E4E8F2;/*#E9E9F5#F4F6FA;*/
}
/*---------------------------------------------------------------------------------------*/
.textbox h1 {
	font-size:1.5rem;
	font-weight: bold;
	line-height:1.8rem;	
	margin:6px 0 0 0;
	color:#777777;
}
.textbox h2 {
	font-size:1.2rem;
	line-height:1.2rem;	
	font-weight: normal;
	color:#990000;
	padding:0 0 5px 0;
	margin:0;
    border-bottom: dotted 3px #888888;
}
.textbox p {
	margin:0;
	padding: 0.5rem 0 0.3rem 0;
}
.textbox ul { 
	margin: 0 0 0px 0;
	padding: 0 0 10px 10px;
	max-width: 600px;
}
.textbox li {
	padding: 0 0 0.35em 0;
	margin-left:40px;
	list-style-image:url(bullet.png);
}
.textbox a {
	text-decoration: none;
	color: blue;
}
.textbox a:hover { 
	color:white;/*#FF8D00;*/
	background-color:#777777;
	text-decoration:none;
 }
.textbox table {
	margin: 20px 0 40px 28px;
	width: 74.5%;
	border-collapse: separate;
	border-spacing:2px ;
	background-color:white;
 }
 .textbox table td{
	padding: 5px;
 }
.textbox table tr {
	background-color: #fffbf0;
}
.textbox table tr:nth-child(odd) {
	background-color: #e4ebf2;
}
.textbox img {
	max-width:100%;
	border:0;
	margin: 10px 3px 6px 0;
	padding: 0;
}
.textbox .caution {
	display: inline-block;
	margin:0 2px -1px 0;
}
/*---------------------------------------------------------------------------------------*/
.dir, .pdf {
	display: block;
	min-height:34px;
	color: blue;
	padding: 2px 3px 4px 26px;
	background-image: url(ordner1.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	white-space: nowrap;
}
.pdf {
	background-image: url(pdf.png);
	padding-left: 42px;
	}
.dir:hover {
	color: #454545;
	background-color:#eff8fd;
	background-image: url(ordner2.png);
	background-repeat: no-repeat;
}
.end, .end_bottom{
	content: "";
	display: block;
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 0;
    clear: both;
}
.end_bottom {
    margin: 3em 0 0 0;
}
/*---------------------------------------------------------------------------------------*/
.select {
	font-size: 0.55em;
	padding-left: 2em;
}
.select a {
	color:#DEDEDE;
}
.select a:hover {
	background-color:#FFCC00;
	color:#666666;
}
/*---------------------------------------------------------------------------------------*/
.prog_font {
	width:250px;
	margin-left:50px;
	padding:5px;
	background-color:#FFFFCC;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	font-weight:normal;
	border:  #CCCC55 inset 1px;
}
.var {
	color: #0000FF;
}
/*---------------------------------------------------------------------------------------*/
