/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   	margin: 3px 0px 0 0;
                 cursor:pointer;
		text-decoration: none;
                 font-size: 8pt !important;
		font-weight: bold;
		line-height: 20px;
                 height: 16px;
		display: block;
         	}
                  .toggler-1 p {
	                 margin: 0 0 4px 0 !important;
                  	}
                         .toggler-1 p.zusatz {
                          	margin: 10px 0;
	                          font: bold 8pt/140% Arial !important;
	                          background: #B0BEBF;
	                          border: 1px solid #cccccc;
	                          padding: 4px !important;
                  		}
	                  .toggler-1 p img {
	                          float: right;
                                   margin: 4px 0 10px 10px;
                                   border: 1px solid #ffffff;
	                  	}
                           .toggler-1 p a {
	                          font-size: 8.5pt !important;    
                                   font-weight: bold !important;
	                  	}
                                 .toggler-1 p a:hover {
	                          color: red;
	                  	}
                           .toggler-1 ul li{
                           	font-size: 8.5pt;
                                 }
                           .toggler-1 strong{
                           	color: #325493 !important;
                                 font-size: 8.5pt;
                                 }

	.toggler-closed {
		color:#333;
		padding-left: 4px;
		height:16px;
		background: #efefef url('togglerc.gif') center right no-repeat;
		border: solid 1px #cccccc;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left: 4px;
		height:16px;
		background: #B0BEBF url('togglerch.gif') center right no-repeat;
		border: solid 1px #aaaaaa;
	}
	.toggler-opened {
		color:#333;
		padding-left:4px;
		height:16px;
		background: #B0BEBF url('togglero.gif') center right no-repeat;
		border: solid 1px #B0BEBF;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:4px;
		height:16px;
		background: #B0BEBF url('toggleroh.gif') center right no-repeat;
		border: solid 1px #aaaaaa;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #aaaaaa;
		margin: 4px 0px 10px 0px;
	   padding: 4px;
	}
	.toggler-c-opened {
		margin: 4px 0px 10px 0px;
	   padding: 4px;
	   background:#efefef;
	   border:solid 1px #B0BEBF;
	}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
