/* --- Togglebox SM Seite DE --- */

.block p {
	margin:0 0 0.75em 0;
    }
    
p.toggle-p {
	margin:0 0 1em 0;
	padding: 0 0 0 0;
	/* background: url(../upload/layout/logo-forumlibrorum2.gif) no-repeat left top; */
    }
    
p.toggle-pw {
	margin:0 0 0.25em 0;
	color: #fff;
    }
    
h2.trigger {
	padding: 0 0 0 30px;
	margin: 10px 0 0 1px;
	background: url(../upload/layout/jq-toggle-button.gif) no-repeat;
	height: 26px;
	line-height: 24px;
	width: 435px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
    }

h2.trigger a {
	color: #1A4E73;
	text-decoration: none;
	display: block;
	outline:none;
    }
   
h2.trigger a:hover {
	color:#000; outline:none
	}

h2.active {
	background-position: left bottom; /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
    }
    
.toggle_container {
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
	border-top: 0px solid #d6d6d6;
	background: #e7eff4; 
	overflow: hidden;
	font-size: 1em;
	width: 465px;
	clear: both;
    }
    
.toggle_container .block {
	padding: 0px 12px 8px 12px; /*--Padding of Container--*/
    border: 0px solid #ffd6d6;
    font-family:verdana,arial,geneva,sans-serif; 
    font-size:11px; 
    color:#000000; 
    font-weight:normal; 
    line-height:16px;
	background: url(../upload/layout/jq-toggle-cont-2.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
    }
