body {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	background:#f4f4f4;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background:red;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	visibility:hidden;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #DEDEDE;
	margin:10px 0 10px 0;
}

#content_right p,
#content_right ul {
	margin-top: 0px;
	margin-bottom: 15px;
}

#content_right ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 0 6px no-repeat;

	padding-left: 13px;
	margin-left:15px;
	
	margin-bottom:7px;
}

/**************************** ZITAT */

blockquote {
	margin:0;
	padding:10px 20px 10px 20px;
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}
#content_right 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
}