.toggler {
	color: #fff;
	margin: 0;
	padding: 5px 5px 0px 15px;
	height: 20px;
	/* 
	background: #eee; 
	*/
	background: url('../media/menu_bg.gif') top left no-repeat;
	/*
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	*/
	font-size: 11px;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	cursor: pointer;
}
 
.element {
	padding: 15px 15px 15px 15px; 
	text-align: left; 
	border: 1px dotted #a82923;
}
 
.element p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
	
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	/* text-style:italic; */
	padding:5px 0 5px 30px;
}

/**
*	 eigenes Customizing
**/

body {
	text-align: center;	
	display: block;
} 

div {
	margin: 0 auto;
	text-align: left; 
}

ul {
	list-style: none;
	
}

ul .a, ul .b {
	padding-left: 25px;
	line-height: 16px;
}
ul .a {
	background: url('../media/bulletpoint.gif') top left no-repeat;
}
ul .b {
	background: url('../media/bulletpoint_rev.gif') top left no-repeat;
}

.element span
{
	font-size: 14px;
	color: #a82923;
	font-weight: bold; 
}

h4
{
	font-size: 12px;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	padding-top: 15px;
}

#accordion
{
	width: 800px;
	/** background-color: #cccccc; **/
	border-bottom: 1px dotted #a82923;	
	font-size: 11px;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
}
#header {
	width: 800px;
	height: 124px;
	background: url('../media/footer.gif') top left no-repeat;
}
