/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Filtec                            *
 * Type: screen                               *
 **********************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b7e81;
	background: #ebeced url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer {
	clear: both;
}

#containerSite {
	margin: 17px auto 0 auto;
	width: 860px;
}

#mainNav {
	height: 61px;
	background: url(../img/layout/bg_nav.jpg) no-repeat top left;
	margin-bottom: 8px;
}
#headerImg {
	margin-bottom: 1px;
}
#content {
	background: #fff;
	margin-bottom: 6px;
	padding: 28px 38px;
}

#content .leftBorder {
	color: #a6a6a6;
	font-size: 12px;
	float: left;
	border-right: 1px solid #e8e8e8;
	width: 220px;
	padding: 15px 0;
}
#content .leftBorder a {
	color: #a6a6a6;
}

#content .right {
	margin-left: 265px;
}

#content h1 {
	border-bottom: 1px solid #eceded;
	color: #7b7e81;
	font-size: 16px;
	padding: 0 0 5px 20px;
	margin: 0 0 22px 0;
	font-weight: normal;
	background: url(../img/layout/h1_bullet.gif) no-repeat 0px 6px;
}
#content h1 span {
	color: #0c141b;
	text-transform: uppercase;
	font-size: 18px;
}
#content ul,
#content li {
	list-style: none;
}
#content li {
	list-style-image: url(../img/layout/bullet.gif);
	margin: 0 0 2px 0;
	padding: 0 0 0 2px;
}


#footer {
	border-top: 5px solid #0c141b;
	padding-top: 8px;
}
