* {
	margin:0;
	padding:0;
}

body {
	height:100%;
	
	padding-right:196px;
	
	background: url(../images/layout/body_bg.gif) repeat-x top center #FFFFFF;
}

.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_right ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 2px 6px no-repeat;

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

.img_border,
a:link .img_border,
a:visited .img_border {
	border:1px solid #CDCDCD;
	padding:3px;
}
a:hover .img_border {
	border:1px solid #9A9A9A;
}

abbr {
	cursor:help;
	border-bottom:1px dotted silver;
}

/*----------------------------------------------------- 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 { text-align:left; margin-top:10px; 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 #CDCDCD; 
	text-align:center; 
}

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