body {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	background:#FFFFFF;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background:red;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	visibility:hidden;
}

img {
	border:none;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #E4E6E8;
}

#content .icon {
	position:relative;
   top:-2px;
}

#content .iqfs_top_meldung .icon {
	top:-1px;
}

#content_right p,
#content_right ul,
#content_right hr {
	margin-top: 0px;
	margin-bottom: 15px;
}

#content_right ul li {
	list-style-type:disc;

	padding-left: 0;
	margin-left:15px;
	
	margin-bottom:7px;
}

/**************************** ZITAT */

blockquote {
	margin:0;
	padding:10px 20px 10px 20px;
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}
#content_center blockquote p {
	margin:0;
	text-align:center;
	font-style:italic;
	font-size:14px;
	line-height:28px;
}
.blockquote_symbol_start,
.blockquote_symbol_ende {
	font-family:"Times New Roman", Times, Arial;
	font-size:25px;
	font-weight:bold;
	color:#999999;
}

.blockquote_symbol_start { margin-right:5px; }
.blockquote_symbol_ende { margin-left:5px; }

abbr {
	cursor:help;
	border-bottom:1px dotted silver;
}

address {
	font-style:normal;
}

/*----------------------------------------------------- Barrierenfreiheit ------- */

.unsichtbar {
	display: inline;
	position: absolute;
	left: -1000px;
	top:  -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px
}