* {
	margin:0;
	padding:0;
}

body {
	height:100%;
	width:100%;
	
	background:url(../images/layout/body_bg.jpg) top center repeat-x fixed;
}

.clearer {
	clear:both;
	height:1px;
	background-color:red;
	visibility:hidden;
	overflow:hidden;
}

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

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

	padding-left: 15px;
	margin-left:7px;
	
	margin-bottom:7px;
}

.img_border,
a:link .img_border,
a:visited .img_border {
	border:1px solid #D1A000;
	padding:3px;
}
a:hover .img_border {
	border:1px solid #384F34;
}
/**************************** ZITAT */

blockquote {
	margin:0;
	padding:10px 20px 10px 20px;
	border:1px solid #d4d4d4;
	margin-bottom:20px;
}

.blockquote_symbol_start { margin-right:5px; }
.blockquote_symbol_ende { margin-left:5px; }

abbr {
	cursor:help;
	border:none;}

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;
}
*/

/*
 * Navi, Blättern DIV
 * * * * * * * * * * * * * * * * * * * * * * * */
#modulNaviDiv { margin-bottom:15px; }
#blaetternDiv { border-bottom:1px solid silver; padding-bottom:5px; margin-bottom:10px; font-weight:bold; }
#blaetternDiv_0_margin { font-weight:bold; margin-bottom:10px; }

/*
 * Tabellenformatierung
 * * * * * * * * * * * * * * * * * * * * * * * */
#tableHeader{ color:#006666; font-weight:bold; border-bottom:1px solid #666666; }
#odd{ background-color:#DDDDDD; border-bottom:1px solid #999999; }
#even{ background-color:#EEEEEE; border-bottom:1px solid #999999; }

/*
 * Meldungen
 * * * * * * * * * * * * * * * * * * * * * * * */
#meldungDiv { 
	margin:0 0 20px 0px; 
	padding:3px 5px 3px 5px; 
	border:1px solid #D1A000; 
	text-align:center; 
}

#content p, 
#content ul {
	margin-bottom: 15px;
}
