@charset "utf-8";


a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #da5616;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}


body {
	color: #323232;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 2;
}
.acquisitie     #cont    {
	text-align: left;
	padding: 0px;
	height: 1150px;
	width: 1002px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background: url(../img/kc/ag-artikel.gif) no-repeat;
}
.acquisitie      #header  {
	height: 212px;
	width: 681px;
	margin-bottom: 16px;
	margin-top: 40px;
	position: absolute;
	margin-left: 52px;
	background: url(../img/kc/header-relatiemanagement.jpg) no-repeat;
} 
.acquisitie       #menu-rechts  {
	width: 210px;
	height: 700px;
	position: absolute;
	margin-top: 218px;
	margin-left: 752px;
	background: #FFFFFF;
}
.acquisitie        #cont        #menu-rechts        #knoppen  {
	width: 205px;
	position: absolute;
	height: 40px;
}
.acquisitie           #cont           #menu-rechts           #knoppen           p  {
	font-size: 11px;
	height: 30px;
	cursor: pointer;
	font-weight: normal;
	color: #FFFFFF;
	width: 205px;
	background: url(../img/buttons/art-Homepage.jpg) no-repeat;
	margin: 0px;
	padding: 8px 0px 0px 8px;
}
.acquisitie           #cont           #menu-rechts           #knoppen           p:hover  {
	color: #000000;
	background: url(../img/buttons/art-HomepageHover.jpg) no-repeat;
	text-decoration: none;
}
.acquisitie  #cont  #menu-rechts  #formulier {
	height: 600px;
	width: 200px;
	position: absolute;
	margin-top: 99px;
	margin-left: 5px;
}
.acquisitie  #cont  #inleiding {
	text-align: justify;
	height: 160px;
	width: 674px;
	margin-top: 270px;
	margin-left: 54px;
	position: absolute;
}
.acquisitie   #cont   #inleiding   h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
}
.acquisitie  #cont  #inleiding  h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 4px;
	padding: 0px;
	color: #505050;
}
.acquisitie  #cont  #definitie {
	text-align: justify;
	height: 65px;
	width: 654px;
	margin-top: 440px;
	margin-left: 54px;
	position: absolute;
	background: #e6e6e6;
	border: 1px solid #b6b6b6;
	padding: 10px;
}
.acquisitie   #cont   #definitie   h2 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.acquisitie     #cont     #introKC  {
	height: 520px;
	width: 674px;
	text-align: justify;
	margin-top: 535px;
	margin-left: 54px;
	position: absolute;
	z-index: 1;
}
.acquisitie      #cont       #introKC      p  {
	margin: 0px;
}
.acquisitie  #cont  #introKC  h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 4px;
	padding: 0px;
	color: #505050;
}
.acquisitie    #cont    #introKC    h3  {
	font-weight: bold;
	font-size: 11px;
	margin: 3px 0px 0px;
	padding: 0px;
	color: #da5616;
}
.acquisitie  #cont  #introKC  ul {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 0px;
	padding-left: 32px;
	margin-bottom: 0px;
	color: #666666;
}
.acquisitie      #cont      #introKC      strong  {
	color: #464646;
}
.acquisitie  #cont  #introKC  a {
	color: #da5616;
}
.acquisitie   #cont   #introKC   a:hover {
	font-weight: bold;
	color: #77930b;
	text-decoration: underline;
}
.acquisitie          #footer  {
	height: 37px;
	width: 681px;
	position: absolute;
	margin-top: 1070px;
	margin-left: 52px;
	background: url(../img/kc/footer-artikelen.jpg) no-repeat;
} 
.acquisitie          #footer           h2          {
	font-size: 11px;
	margin: 11px 0px 0px;
	padding: 0px;
	letter-spacing: 4px;
	text-align: center;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

