/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/bgbox.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 890 !important; /* intended total box width - padding-right(next) */
    width: 875px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 0px 0 1px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    padding: 2px 0 15px 40px; /* mirror .cssbox_head right/left */ 
}


.textbox {
    border:solid 1px #999999;
	border-top:solid 5px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	/*font-size:90%; */
	color:#666666;
	padding:6px;
	margin-bottom:5px;
	text-align: justify
}

.textboxou {
    border:solid 1px #999999;
	border-top:solid 5px #999999;
	border-bottom:solid 5px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	/*font-size:90%; */
	color:#666666;
	padding:6px;
	margin-bottom:5px;
	text-align: justify
}


/* set the image to use and establish the lower-right position */
    .txtbox, .txtbox_body, .txtbox_head, .txtbox_head h2{
      background: transparent url(images/box.png) no-repeat bottom right}
    .txtbox{
    /* intended total box width - padding-right(next) */
      width:205px !important; /* IE Win = width - padding */
      width: 190px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:12px auto}

    /* set the top-right image */
    .txtbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .txtbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:5px 0 1px 20px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .txtbox_body{
      background-position:bottom left;
      margin-right:20px; /* interior-padding right */ 
      padding:15px 0 15px 20px} /* mirror .txtbox_head right/left */
      
      
/* Boxen fuer die Beispiele */
    .bspbox, .bspbox_body, .bspbox_head, .bspbox_head h2{
      background: transparent url(images/box.png) no-repeat bottom right}
    .bspbox{
    /* intended total box width - padding-right(next) */
      width:260px !important; /* IE Win = width - padding */
      width: 245px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:10px auto}

    /* set the top-right image */
    .bspbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .bspbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:5px 0 1px 20px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .bspbox_body{
      background-position:bottom left;
      margin-right:20px; /* interior-padding right */ 
      padding:15px 0 10px 15px} /* mirror .bspbox_head right/left */
		


.small { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  text-align:justify;
}



.tooltip {
    border:solid 1px #999999;
	border-top:solid 5px #999999;
	
	width:100px;
	text-align:center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	display: none;
	background-color: #E4E4E4;
	
	overflow: hidden;
	
	padding: 8px 6px 8px 6px;
	
}




	