/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

	
*, html, body {
	margin: 0 0 0 0;
}

#container {
	margin: 20px auto 0 -30px;
	width: 700px;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 700px;
/*	background: url(http://blog.vimagic.de/wordpress/wp-content/themes/tmb_gallery/accordion/images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	background:#eefaff;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000000;

	border:1px #800 dashed;
	border-bottom: 1px solid #eefaff;

	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
/*	background: url(http://blog.vimagic.de/wordpress/wp-content/themes/tmb_gallery/accordion/images/accordion_toggle_active.jpg) no-repeat top right #e0542f; */
	background:#0077cc;
	color: #ffffff;
	border: 1px solid #000;
}
.accordion_content {
	width: 722px;
/*	background-color: #fffdf5; */
	background-color: #fffef5;
	color: #444444;
	overflow: hidden;
}
.accordion_content p {
	text-align: left; 
	font-size: 1.1em;
	text-indent: 20px;
	line-height: 140%;
	padding: 3px 15px 2px 15px;
}
