body,html{
	/*background:url(../images/background_body.jpg) repeat-x top #e7e4e4;*/
	background:url(../images/background_body_braun.jpg) repeat-x top #a69a91;
	
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background-color:red;
	font-size:1px;
	visibility:hidden;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #DEDEDE;
	margin:10px 0 10px 0;
}

#content_middle ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 0 4px no-repeat;

	padding-left: 13px;
	margin-left:5px;
	
	margin-bottom:7px;
}

#content_right ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 0 4px no-repeat;

	padding-left: 13px;
	margin-left:5px;
	
	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
}

/*
ul, li, ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

#content_right p {
	padding:0;
	margin:0;
	margin-top: 0px;
	margin-bottom: 15px;
}