@charset "utf-8";

/* BERUFORT PRIVACY.CSS  */


/*--------------------------------------
*
*	00.HEAD
*	01.BODY
:	02.CONTACTLIST
*
*--------------------------------------*/


/**-------------------------------------
	00.HEAD
---------------------------------------**/

h2#privacyH2 
{
	width: 820px;
	height: 180px;
	margin: 0 0 30px 0;
	text-indent: -99999px;
	background: url(../images/privacyH2.jpg) no-repeat;
}

h3#privacyH3
{
	width: 780px;
	height: 40px;
	margin: 0 0 15px 20px;
	text-indent: -99999px;
	background: url(../images/privacyH3.gif) no-repeat;
}

/**-------------------------------------
	01.BODY
---------------------------------------**/

div#privacyBody
{
	width: 780px;
	margin: 0 0 50px 20px;
}

div#privacyBody h4
{
	margin: 30px 0 10px 0;
	font-size: 110%;
	font-weight: bold;
}

div#privacyBody p
{
	margin: 0 0 10px 0;
}

div#privacyBody ol,
div#privacyBody ul
{
	margin: 0 0 10px 10px;
	font-size: 86%;
}

/**-------------------------------------
	02.CONTACTLIST
---------------------------------------**/

div#privacyContactList
{
	width: 780px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}

div#privacyContactList h4
{
	margin: 0 0 10px 0;
	font-weight: bold;
}


