/* Anfragebeantwortung */

body {
	padding: 0;
	margin: 0;

	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.2em;

	background: #fff;

	color: #0C3658;
}

#head_ab {
	position: absolute;
	display: block;
	top: 5px;
	left: 15px;
	height: 53px;
	width: 984px;
	background: url("../images/accord_ab_head.jpg") 0 0 repeat-x;
	vertical-align: middle;
}

#head_ab h1 {
	color: #12568B;
	font-size: 23px;
	float: right;
	font-weight: normal;
	padding-right: 6px;
	margin-top: 10px;
	padding-top: 5px;
	height: 30px;
}

#head_ab h1 span {
	display: none;
}

#print_ab {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 984px;
	float: right;
}

#print_ab img {
	float: right;
	border: 0px;
}

#citation_ab {
	position: relative;
	left: 183px;
	top: 100px;
	width: 716px;
	border: 1pt solid #19A2C6;
	background-color:#E8EFF5;
	padding:5px;
}

#citation_ab p {
	display:inline;
}

#content_ab {
	position: relative;
	left: 183px;
	top: 130px;
	width: 716px;
	border: 0px solid red;
	background-color: #FFFFFF;
	color: #000000;
	text-align: justify;
}

#content_ab h2 {
  margin: .65em 0 .5em 0;
}

#content_ab h3, #content_ab h3 p {
	color: #12568B;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 6px;
	
}

#content_ab h3 p {
	display: inline;
}

#content_ab h2 {
	font-size: 14px;	
}

#content_ab p {
	color: #000;
	font-size: 12px;
	text-align: justify;
}

#content_ab p.abID {
	margin-bottom: 40px;
}

#content_ab blockquote {
	color: #000;
	font-size: 12px;
	text-align: justify;
}

#footer_ab {
	position: relative;
	display: block;
	top: 65px;
	left: 15px;
	width: 984px;
	height: 100px;
	vertical-align: middle;
	color: #063C58;
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
}

