@charset "UTF-8";

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #0FF;
	padding-left: 5px;
	padding-right: 33px;
	display: inline;
	line-height: 34px;
	letter-spacing: 0.026em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
}
/* CSS Document */

.toggler {
	cursor:pointer;
	font-weight:bold;
	font-size: 13px;
	font-family:"Courier New", Courier, monospace;
	line-height:16px;
	background-color: #eee;
}
.toggler:hover {
	background:#eee;
/*	letter-spacing: 2px;*/
}
.element {
	clear:both;
	width:750px;
	padding:0;
}
.image {
	margin:10px 20px;
}
h5.toggler {
	font-weight:normal;
	font-size: 13px;
	color: #000;
	line-height: 22px;
	display:inline;
	margin-bottom:12px;
	padding-left:5px;
}
.left {
	float:left;
	width:20px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.right {
	float:left;
	letter-spacing: 0.26em;
	background-color: #FFF;
	display: inline;
	padding-right: 2px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

.right.toggler {
	font-weight:normal;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	letter-spacing: 0em;
	display:inline;
	padding-left:5px;
}


/* Linkzeilen Accordeon */
.element a {
	text-decoration: none;
	color: #FFF;
}
