/* ----------------------------------- */
/* ----------- ELEMENTS -------------- */
/* ----------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background-color: #ffffff;
	color: #333333;
}
html, body {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
p {
 	padding: 0;
	margin: 10px 0px 10px 0px;
}
b, strong, th {
	color: #444444;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666666;
}

/* ----------------------------------- */
/* -------------- IDS ---------------- */
/* ----------------------------------- */

#divcenter {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#divmain {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}
#dmcheader {
	height: 114px;
	width: 778px;
	text-align: left;
	margin: 0px 0px 50px 0px;
	float: none;
	background: url(img/logo_schmerzensgeld_info.gif) no-repeat left;
}
#dmccontent {
	padding: 0;
	margin: 0px 26px 0px 26px;
	width: 726px;
	clear: both;
}

* html #dmccontent {
	width: 726px;
}
*:first-child+html #dmccontent {
	width: 726px;
}

#dmcfooter {
	width: 778px;
	height: 33px;
	background: url(img/g_bg_footer.gif) no-repeat;
	text-align: right;
	margin: 15px 0px 0px 0px;
}

* html #dmcfooter {
	padding-top: 0px;
}
*:first-child+html #dmcfooter {
	padding-top: 0px;
}

/* ----------------------------------- */
/* ------------ CLASSES -------------- */
/* ----------------------------------- */

/* ---------- CONTENT TXT ---------- */

.h3txt {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
	padding: 0;
	font-weight: bold;
	color: #cc0000;
}

/* ---------- LINK BEHAVIOUR --------- */

a:link, a:visited {
	text-decoration: underline;
	color: #cc0000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #cc0000;
}